Hello,
just a quick question. Is it possible for one project to define a variable and then have a second project be able to reference it at the linking stage?
I have a need to imbed project1 ( Regular C files - non BIOS ,converted from .out via hex6x.exe to Srecords to project1.asm ) into project2 . Project2 performs an HPI load of the project1 image to a different processor( C6748 ) but i need to specify the _c_int00 to the bootloader. Instead of modifying my project2 code manually ( after eyeballing the project1 .map for the _c_int00 value ) it would be sweet if i could pick up that value automatically ( by linking to project1's symbols ).
Any thoughts would be appreciated.
Thanks