This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Help with linker script


Hi all,
My target has 2 ram section that I want to use.
I want to link a static lib (mylib.a) text and rodata into into one of
these ram sections and the rest of code from the
application will be linked to the second ram section.

I also want that the data and bss from my static libk will be linked
in the second ram section.

MEMORY
{
    ram_1

}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]