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]

SREC FILE


Hello,

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.

...
	S315000001F083EBFFFC7D615B784E8000209421FFE05D
	S3150000020093E1001C7C3F0B78480000009421FFE03E
	S3110000021093E1001C7C3F0B7848000000C6
----->S311003F800033334444666677774567AABB76
	S70500000000FA


Could someone tell me how i can solve this problem??

Thanks,

Julian


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