2024-03-30 9:48 PM
It seems that stm32cubeide generated elf file not support in many application. So is there any way to solve this issue?
2024-04-02 6:07 AM
Hello @yansli
For further investigation about your issue, could you please provide more information about the CubeIDE version, Toolchain and the OS you are using.
Thank you,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-04-02 6:30 PM
Hi Souhaib
The CubeIDE version is 1.15.0 but 1.14.0 seems have the same problem.
The toolchain is default. I try to append a c-flag '-gdwarf-2' but still not working.
The operation system is win10
yansil
2024-04-05 7:30 AM
Hello @yansli
It seems that the issue is related to the upgrade to GCC 11,
I suggest that you use the GNU Tools for STM32 (10.3-2021.10)
Thnx,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-04-06 7:13 PM
Hi Souhaib
The previous version like version 1.7.0 is still working. But many application still not support elf 5. So the next generation will fix this issue?
Thanks
yansli