.stack : > RAMM0M1 PAGE = 1
.bss : > RAML0L1 PAGE = 1
.ebss : > RAML0L1 PAGE = 1
.const: load = FLASHB PAGE 0, run = RAML0L1 PAGE 1
{
/* Get Run Address */
__const_run = .;
/* Mark Load Address*/
/**(.c_mark)
/* Allocate .const */
/**(.const)
/* Compute Length */
__const_length = .-__const_run;
}
.econst: load = FLASHB PAGE 0, run = RAML0L1 PAGE 1
{
/* Get Run Address */
__econst_run = .;
/* Mark Load Address*/
/**(.ec_mark)
/* Allocate .const */
*(.econst)
/* Compute Length */
__econst_length = .-__econst_run;
}
.sysmem : > RAMH0 PAGE = 1
>> warning: load address of unini
tialized section .const ignored
Build Complete, 0 Errors, 1 Warnings, 0 Remarks.大哥们 ,这个警告是啥问题啊!!!!!求解释
一周热门 更多>