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]

relocation for ROMd systems?


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?

Thanks in advance.

-- 
  Aaron J. Grier   |   Frye Electronics, Tigard, OR   |   aaron@frye.com
  "The simplistic anthropomorphism which asserts that source code has a
   life separate from its creator or maintainer is the product of one
   too many viewings of Tron."  -- paraphrasing of anonymous post on /.

------
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]