Hi guys,
I'm doing something similar and encountered the same problem.
Basically I have a table of function addresses, and a system that calls them when required. A simple kind of task switching.
I've been trying to use the fix address thing but couldn't get it to work so far, not sure why.
But I've found another workaround albeit a stupid one.
That is I fill my table with all zeroes and compile my code once.
After that, I open up the generated list file, and manually fill up my table, then recompile again and it works.
I figured it should be possible to write a simple script to a