Question
compilation STMCubeIDE nosys.spec
Upon building with STM32CubeIDE I just get
> collect2: error: ld returned 1 exit status
> make: *** [makefile:44: help.elf] Error 1
Calling arm-none-eabi-gcc directly gets me
> arm-none-eabi-gcc: error: nosys.specs: No such file or directory
Any suggestions?