2812编译的警告

2019-07-15 20:11发布

.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.大哥们 ,这个警告是啥问题啊!!!!!求解释

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。