Loading...
 
Skip to main content

System Workbench for STM32


_exit again - Nucleo401 + example IHM01A1

France

Hi,

You have obviously converted the project from C to C++ (as you are using collect2 in th elink phase). This conversion has a small bug (that will be corrected soon) where link editor options set to the C project are not transfered to the C++ project (as th elink editor is different).

You should add in project >> Properties >> C/C++ Build >> Settings >> MCU G++ Linker >> Miscellaneous in the appropriate text box the "-specs=nosys.specs -specs=nano.specs" settings that are provided in the C version of the project.

Alternatively you can also get the syscalls.c file from a System Workbench-generated project and place a copy in the source folder, near your main.c file

Bernard (Ac6)