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

See the CrossGCC FAQ for lots more information.


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

Re: SREC FILE


On Thu, 22 Jun 2006, Mayer, Julian wrote:

"I try to make a s19 file for my MPC565 with the following lines in the
makefile:

test.s19 :
	$(OBJCOPY) --srec-forceS3 -S -O srec test test.s19

So far is all ok. But in the s19 file is not only data for FLASH but
data for RAM, too(RAM starts at 3F8000). And RAM data i can't flash.

[..]"

Presumably the data for FLASH have a different section name than the data 
for RAM, so have you tried the --only-section switch to objcopy ?

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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