I have a code base that been compiled with CCS3.3 since 2007. I am upgrading to the 7.4 compiler(finally) and am running into an issue during linking. I get the following warnings:
"TISecondaryBoot.c", line 156 (approximate): warning #17003-D: relocation from function "TISecondaryBoot_bootstart" overflowed; the 30-bit relocated address 0xeffd4f60 is too large to encode in the 16-bit signed field (type = 'RE_SSTFLD' (16400), file = "TISecondaryBoot.obj", offset = 0x00000040, section = ".TIBootStrap")
"TISecondaryBoot.c", line 156 (approximate): warning #17003-D: relocation from function "TISecondaryBoot_bootstart" overflowed; the 19-bit relocated address 0xd6900 is too large to encode in the 16-bit signed field (type = 'RE_SSTFLD' (16400), file = "gp1\Release\TISecondaryBoot.obj", offset = 0x00000058, section = ".TIBootStrap")
warning #10015-D: output file "gp1/Release/gp1.out" cannot be loaded and run on a target system
I set the Processor option to 6727 in the Project Settings. What am I missing here?