I'm encountering an issue while working on my project for the C6000 architecture. Specifically, I'm getting the following error: [E0200] Unable to resolve this relocatable expression; relocation support for arbitrary expressions is not available in the C6000 EABI.
Continuing from the error message, it appears that the issue might be related to the definition of a macro in my code. I've reviewed the code and couldn't identify any obvious issues, so I'm reaching out to see if anyone has encountered a similar problem before and knows how to resolve it.
If anyone has any insights or suggestions on what might be causing this error or how to troubleshoot it further, I would greatly appreciate it.
Any help or suggestions would be greatly appreciated.
POINT_RVI .macro
MPY P,AR0,#(__LnPgVI>>6)
ADD PL,#(0x03FF & (flgBKB>>6))
PUSH PL
POP DP
.endmNuovo documento di testo (2).txt
Thank you!"
