微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 嵌入式设计讨论 > DSP学习交流 > 2812编译的警告

2812编译的警告

时间:10-02 整理:3721RD 点击:
.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.大哥们 ,这个警告是啥问题啊!求解释

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top