This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WARNING WHEN USING MICROLIB

Hi all,

When I use the MICROLIB option, I get a warning :

Warning: L6329W: Pattern STRx.o(RO) only matches removed unused sections.
Any idea what could be the reason, and what to do ?

Kind regards

Luc vercruysse
robosoft N.V.

This is the scatter file where the warning
The line that causes the warning is RED
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************

LR_IROM1 0x00000000         {    ; load region
  ER_IROM1 0x00000000 0x00088000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
    STR91x.o (+RO) 

   .ANY (+RO)
  }
  RW_IRAM1 0x04000000 0x00018000  {  ; RW data
    Library.o (+RO)
   .ANY (+RW +ZI)
  }
}

0