Elad Yosef <elad.yosef@xxxxxxxxx> writes: > Hi I have the following in my linker script: > > I'm forcing to link the text and the rodata from libMy-Cli.a into a > specific section. > Now I have additional file libMy-GUI.a that I also want to link in similar way. > But It fails I get linking error that some addresses are out of the memory. > Is there more elegant way to what i'm trying to achieve? What is the exact error message? This general approach should work. Ian