Hi, I am working on linker files. I have a group like this:
group xyz (ordered, run_addr = mem:mpe
spr0, copy)
{
select ".text.xyz";
} Iam trying to place the code in this PSPR section, but I am getting a linker error like: ltc E121: relocation error in "task1": relocation value 0x80225c20, type rel24 or abs24, offset 0x10, section ".text.CPU1_CODE" at address 0x7010028c is not a valid address in R_TRICORE_24REL. Hint: check the mapfile for a section that occupies this address.
ltc F019: unrecoverable error: fatal locate error. Can someone help me in resolving this?
group xyz (ordered, run_addr = mem:mpe
{
select ".text.xyz";
} Iam trying to place the code in this PSPR section, but I am getting a linker error like: ltc E121: relocation error in "task1": relocation value 0x80225c20, type rel24 or abs24, offset 0x10, section ".text.CPU1_CODE" at address 0x7010028c is not a valid address in R_TRICORE_24REL. Hint: check the mapfile for a section that occupies this address.
ltc F019: unrecoverable error: fatal locate error. Can someone help me in resolving this?