想请问一下,在CCS v5的编译环境下,我
仿真我的工程编译不会出现问题;之后在整个代码中添加了一部分新的代码,编译出现了以下的warning。进行仿真实验的时候test_pre这个值在仿真结果中看是对的,但是通过串口传送到上位机显示就是错误的。
我看这个warning的意思应该是变量的重定义溢出了?,具体应该怎么修改呢
Descrip
tion Resource Path Location Type
#17003-Drelocation 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_
FPGAline 50 C/C++ Problem