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.

TMS320C6678: ccs编译器warning section xxx requires a static base relative reloaction

Part Number: TMS320C6678


工程师们大家好,

本人在使用编译过程中,产生了一个warning: warning #10281-D: section ".nocache" requires a static_base relative relocation, but is located at 0x50000000, which is probably out of range of the static_base. static_base is located at 0x008165a4. might be required to correct placement of ".nocache" so it lies within 0x8000 of the static_base.

我在.nocache 段定义了一个全局变量,然后编译器就告诉我这个警告,程序也无法得到预期结果。现在本人很想知道这个警告出现是什么原因,以及如何解决这个问题。

请各位大侠不吝赐教,在下不胜感激!