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

Armclang 6.11 - How to troubleshoot fatal error in backed

Hello,

I am in the process of migrating my project previously built with compiler 5 to 6.11

armclang generates fatal error: error in backend: invalid symbol redefinition when compiling one of the sources.

How to troubleshoot and resolve this problem?

Only one source file having that problem.

Thanks in advanced.

ST

Parents
  • I have found the root cause of my problem. I named one of the sections in my scatter loading file with the same name which t a variable is using. The duplication caused a problem to Compiler 6 when passing symbols to Clang.

Reply
  • I have found the root cause of my problem. I named one of the sections in my scatter loading file with the same name which t a variable is using. The duplication caused a problem to Compiler 6 when passing symbols to Clang.

Children
No data