This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: Please check my *.ecc file


You must to modify the mbx.S for your rom:
 
#ifdef CYG_HAL_STARTUP_ROM
 # move return address to where the ROM is
 mflr r3
 andi. r3,r3,0xffff
 oris r3,r3,0x0600  ====>> oris r3,r3,0xfc00
 mtlr r3
#endif
----- Original Message -----
From: 厘盔龋
Sent: Saturday, August 12, 2000 4:39 PM
Subject: [ECOS] Please check my *.ecc file

Thanks to your e-mail ,I succeeded building the stub.
However my stub rom was not running on the MBX .
 
I just modified rom origin address( 0x6000000 -> 0xfc000000) in target.ld file.
 

Please check up on  this appendage
 
Thank you.

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