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.

C6748 编译问题



想请问一下,在CCS v5的编译环境下,我仿真我的工程编译不会出现问题;之后在整个代码中添加了一部分新的代码,编译出现了以下的warning。进行仿真实验的时候test_pre这个值在仿真结果中看是对的,但是通过串口传送到上位机显示就是错误的。

我看这个warning的意思应该是变量的重定义溢出了?,具体应该怎么修改呢

Description Resource Path Location Type
<a href="file:/D:/ti/ccsv5/tools/compiler/dmed/HTML/17003.html">#17003-D</a> relocation from function "response_test_pre" to symbol "test_pre" overflowed; the 16-bit relocated address 0xca20 is too large to encode in the 15-bit unsigned field (type = 'R_C6000_SBR_U15_B' (11), file = "./uart_transimit.obj", offset = 0x00000470, section = ".text") uart_transimit.c /EMIFA_FPGA line 50 C/C++ Problem