2026-03-05 5:45 AM - last edited on 2026-03-05 7:02 AM by Andrew Neil
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
Solved! Go to Solution.
2026-03-05 12:36 PM
Thanks Andrew,
I did not know this: You can mention multiple people in a post using '@'
2026-03-06 1:43 AM
You're welcome!
@erastusC wrote:not sure where that came from.
Probably as @TDK suggested:
@Andrew Neil wrote:
@TDK wrote:Maybe that window was active when you didn't expect.
Possibly due to this long-running issue: Jumping to random file after pressing Run button
@erastusC - Specifically, this.
@erastusC wrote:I copied your software and voila it
Would be better to go back to the original startup_stm32f411ceux.s file - what I posted was from a different part.
This is where a Version Control System (VCS, or SVCS) really comes into play!
If you're not using one, I strongly suggest that you start now !