Upgrade issue IDE 1.10.1. Project to IDE 1.13.1
Hi, I tried to use a broadcom lib (AFBR_S50, libafbrs50_m4_fpu.a) on a STM32F401 nucleo board.
This works quite well for the IDE 1.10.1. I can compile the example program and run the debugger. But as soon as I try to migrate it to a higher IDE version (1.11 or 1.12 or 1.13.1) the compilation / linking fails with the message: 'undefined reference to main' in 'startup_stm32f401retx.s' in this file:
LoopFillZerobss:
ldr r3, = _ebss
cmp r2, r3
bcc FillZerobss
/* Call the clock system intitialization function.*/
bl SystemInit
/* Call static constructors */
bl __libc_init_array
/* Call the application's entry point.*/
bl main
bx lr
.size Reset_Handler, .-Reset_Handler
I did not find any hint how to fix this problem. It may be related to the migration of the .ioc file to a newer version / the new generated code. But how can I address this problem?
Thanks for your help!
Best, E
