We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.