I am using the ARM clang tool chain version 6.10.1.
The linker is showing the following warning:
Warning: L6776W: The debug frame in .debug_frame(CHostComm.o) does not describe an executable section.
I have no idea why this is coming or how to solve the problem. Do I need to change the command line parameters for the linker or change something in my code?
hello, I also got this warning since some months ago.
Sometimes, it is referenced to AAA.o, I just ignore it. But if I modify AAA.cpp, it will be referenced to BBB.o
However, there is no explicit code using C++ templates in any file in my project.
Thanks