Place the Library File in the LCF

The following listing is an example to place the library file in the LCF.

Listing 1. Placing library file in LCF
GROUP : {    
      .libcode (VLECODE) LOAD (0x00004000) : {      

         Runtime.PPCEABI.VS.UC.a (.text)

       }    

      .libconst: 

       {

         Runtime.PPCEABI.VS.UC.a (.rodata)

       } 

    } > lib_flash
Note: For small data sections, ctors, dtors section it's not allowed to have different output section name.