Hi, NXP experts,
I observed a weird thing: sometimes, when I built a project, I observed this compiling error. But when I built it again, the problem was gone. It is very annoying.
Any idea what could be the cause and how to fix it?
Thanks,
Xuedong
Solved! Go to Solution.
Should be a problem related to compiler (as you shown in the image)
Maybe it does not like the reference to be without an absolute number. But again, seems to be more complicated than that.
Still, good to know you got it working.
Thank you for the suggestion, Daniel.
I did closing non-related projects, but the problem still occasionally happened.
We tried to replace "ldA [a0]" with "ldA [a0]+0". Looks like this fixed the problem. We never saw the problem since we did the replacement of the instruction. However, we don't have explanation why this fixed the problem.
Any thought?
Should be a problem related to compiler (as you shown in the image)
Maybe it does not like the reference to be without an absolute number. But again, seems to be more complicated than that.
Still, good to know you got it working.
Hi,
Could be that the project is still loading the references. We do recommend closing non-related projects due to them sometimes carrying errors to your current project.
Please, let us know.