This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请教CCS4 调试6748时的relocation from function ....overflow 的warning 问题



Hi all,

warning: relocation from function "main" to symbol "_close_flash" overflowed; the 31-bit relocated address 0xdffffb00 is too large to encode in the 21-bit signed PC-Relative field (type = 'R_C60PCR21' (82), file = "./main.obj", offset = 0x0000008c, section = ".text")

warning: relocation from function "main" to symbol    "_GPIO_Init" overflowed; the 31-bit relocated address 0xdffffb00 is too    large to encode in the 21-bit signed PC-Relative field (type = 'R_C60PCR21'    (82), file = "./main.obj", offset = 0x00000090, section = ".text")

。。。。。

在调试过程中遇到了很多这种relocation overflow的问题,不知该从何下手,请各位高手指教一下。谢谢!