最近在看MIC_IN和linein的例程,发现这几个例程中的cmd文件和之前的cmd文件有了一些不同。主要是出现了
GROUP (NEARDP_DATA) // group near data
{
.neardata
.rodata
.bss /* 未初始化全局及静态变量 */ // note: removed fill = 0
} > DDR2
会出现类似的错误
warning #10281-D: Section ".bss" requires a STATIC_BASE relative relocation,
but is located at 0x8fcddc34, which is probably out of range of the
STATIC_BASE. STATIC_BASE is located at 0x8fcddc34. Might be required to
correct placement of ".bss" so it lies within 0x8000 of the STATIC_BASE.