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: vector table


On Thu, May 03, 2001 at 08:49:46AM -0600, Gary Thomas wrote:
> Actually, the contents of the exception tables at 0x00000000
> get created from the loaded values at 0x10000 (if you tell
> eCos to copy the vectors).  Thus, the code for the decrementer
> at 0x10900 will get moved to 0x900.

i see, thanks for explanation

> OK, so what happens when you run it?  How far does it get?

not really far. turning leds on at the main entry point
(_start in vector.S) do not work.

> One thing you could try is to include GDB stubs in your application
> and then connect to it via GDB.  Just load & start it and you should
> get a GDB prompt $T<<STUFF>> on the debug serial port at 38400/8N1.

serial port doesnt working yet, and i rather fix that problem first

thanks for your patience,
Christoph


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