Custom board - /usr/make/sh command not found
Hello kevin,
Thanks for your quick answer and your help.
Here is the console output:
10:10:53 **** Build of configuration Debug for project test ****
make all
Building file: ../startup/startup_stm32.s
Invoking: MCU GCC Assembler
D:R
/usr/make/sh: DSENSELORA: command not found
make: *** startup/startup_stm32.o Error 127
10:10:55 Build Finished (took 1s.523ms)
I haven’t chanegd any settings and I confirm that they are correct according to yours.
The project is just created, and I have tried to build immedialty. I haven’t modified the code, just trying to build the generated main.c provided by the environement.
- include “stm32l0xx.h”
int main(void)
{
for(;;);
}
I’m using the last version of System Workbench for STM32 (V2.1).
Thanks,
Joel