This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM Linker warning L6776W

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?

Parents
  • Hello Paul

    Thank you for the reply.

    I am trying to convert a project from the armcc to armclang toolchain. After a week of endless warnings and errors messages, I am still not able to link the project.

    Is this the correct forum to ask about linker errors? I have been communicating with Mr. Stephen Wang from arm support, but not really getting any nearer to a solution.

    Does arm have a utility simialr to the gnu objdump to analyse the contents of the object files?

Reply
  • Hello Paul

    Thank you for the reply.

    I am trying to convert a project from the armcc to armclang toolchain. After a week of endless warnings and errors messages, I am still not able to link the project.

    Is this the correct forum to ask about linker errors? I have been communicating with Mr. Stephen Wang from arm support, but not really getting any nearer to a solution.

    Does arm have a utility simialr to the gnu objdump to analyse the contents of the object files?

Children