bug: STM32CubeIDE build failed after Project->Clean
2019-05-28
Windows 10 64bit
CubeIDE Version: 1.0.0
Build: 2872_20190423-2022 (UTC)
Project had been compiling+linking fine.
Restarting the IDE does not help.
arm-none-eabi-gcc -o "cubeide-rtos-spi1-uart1-a.elf" @"objects.list" -mcpu=cortex-m4 -T"C:\Users\stefank\STM32CubeIDE\workspace_1.0.0\cubeide-rtos-spi1-uart1-a\STM32F401RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="cubeide-rtos-spi1-uart1-a.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Startup/startup_stm32f401retx.o: In function `LoopFillZerobss':
C:/Users/stefank/STM32CubeIDE/workspace_1.0.0/cubeide-rtos-spi1-uart1-a/Debug/../Startup/startup_stm32f401retx.s:109: undefined reference to `SystemInit'
C:/Users/stefank/STM32CubeIDE/workspace_1.0.0/cubeide-rtos-spi1-uart1-a/Debug/../Startup/startup_stm32f401retx.s:113: undefined reference to `main'
collect2.exe: error: ld returned 1 exit status
