2024-03-30 09: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 06: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
2024-04-02 06: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 07: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
2024-04-06 07: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