Forum: System Workbench for STM32

SW4STM32 basic project does not compile

I installed SW4STM32, then I created a basic C project using the wizard with the Std_periph Lib.

But I always get the following error:

‘’16:02:43 **** Build of configuration Debug for project prova ****
make all
process_begin: CreateProcess(NULL, echo “Building file: ../startup/startup_stm32.s”, ...) failed.
make (e=2): Impossibile trovare il file specificato.

make: *** startup/startup_stm32.o Error 2’’

did you move the startup_stm32.s file? can you see it in the project? Also, check the project settings to see if the directory including the file is in the source directories. The file should be in a directory created automatically called “startup”.

This might be referring to no compiler being referenced. So check toolchain settings.