This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Help with linker script
- From: Elad Yosef <elad dot yosef at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 28 Nov 2011 15:30:33 +0200
- Subject: 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
}