Assembler error after upgrade to Ver 2.1: bad instruction `rtc ldr sp,=_estack'
Good day,
After I did an upgrade to the latest version when I compile I get this error.
Where can I get documentation on this.
Never did an upgrade without issues.
make -j48 all
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"Startup/startup_stm32f411ceux.d" -MT"Startup/startup_stm32f411ceux.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Startup/startup_stm32f411ceux.o" "../Startup/startup_stm32f411ceux.s"
../Startup/startup_stm32f411ceux.s: Assembler messages:
../Startup/startup_stm32f411ceux.s:61: Error: bad instruction `rtc ldr sp,=_estack'
make: *** [Startup/subdir.mk:19: Startup/startup_stm32f411ceux.o] Error 1
