首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

2812编译的警告

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 审核通过
返回列表