TI中文支持网
TI专业的中文技术问题搜集分享网站

一个可能和内存分配相关的warrning

warning: Detected a near (.bss section relative) data reference to the symbol
_buff1 defined in section .ddr2. The reference occurs in
D:\\myccs\\laneImpro\\Debug\\route.obj, section .text, SPC offset
00000a88. Either make the symbol near data by placing it in the
.bss section, or make the references to the symbol far. For C/C++
code use 'far' or 'near' modifiers on the type definition of the
symbol or compile with the –mem_model:data switch.

这是啥意思

Shine:

请看下面的说明。http://processors.wiki.ti.com/index.php/C6000_Memory_models#Note_on_Linker_Diagnostics

赞(0)
未经允许不得转载:TI中文支持网 » 一个可能和内存分配相关的warrning
分享到: 更多 (0)