This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: relocation for ROMd systems?


   Date: Tue, 9 Nov 1999 10:14:09 -0800
   From: "Aaron J. Grier" <aaron@frye.com>

   I know that objcopy can relocate sections with --change-address and
   friends: I was wondering how exactly these are used with regard to
   linker scripts.  I assume I write my linker script to put .data in RAM,
   and use "objcopy --change-section-lma" to move things down into ROM,
   provided I have a procedure (inside software_init_hook?) to copy
   preinitialized .data up to link-time specified RAM.  Right?  Does
   anybody have an example linker script and objcopy they could share for
   generating ROM images from the GNU toolchain?

You basically have the right idea.  However, more normally you would
use the AT modifier in your linker script, rather than objcopy
--change-section-lma.  See the documentation of AT in the linker
manual.

Ian

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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