2025-04-29 4:09 AM - last edited on 2025-04-29 4:19 AM by Andrew Neil
Hello.
I'm upgrading from version 1.0.0 to 2.0.0 of the X-CUBE STL for STMF4, but I'm struggling to resolve this warning:
Warning: L6775W: stl_sch_main.o(.debug_frame) has FDEs which use CIEs which are not in this section.
The warning disappears when turning of debug symbols.
I'm using Arm Compiler 6.16.2 with Keil Uvision and an STM32F437. The STL version is V2.0.0 / 19-December-2022
The example projects that follow the STL package also have debug symbols enabled and produce the same warning.
Is this an issue with how the library has been compiled, or is it possible to resolve this without disabling debug symbols or just suppressing the warning?
Any inputs would be greatly appreciated.