Board logo

标题: 2812编译的警告 [打印本页]

作者: reporter    时间: 2013-8-30 09:23     标题: 2812编译的警告

.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 uninitialized section .const ignored
Build Complete,0 Errors, 1 Warnings, 0 Remarks.大哥们 ,这个警告是啥问题啊!!!!!求解释



本主题由 A670521546 于 昨天11:45 审核通过




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0