This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project. See the eCos home page for more information.


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

Re: [ECOS] Problem with PowerPC simulator


>>>>> "Andrew" == Andrew Lunn <lunn@ma.tech.ascom.ch> writes:

Andrew> Looking back in the archive i found a message that described
Andrew> my problem. Please could someone tell me what the fix was.

I don't think it was ever resolved.

Andrew> The changes i made to the configuration are to change the HAL
Andrew> to PowerPC, and enable the Minimal simulator. The processor is
Andrew> spinning outside of the program....

Andrew> Program received signal SIGINT, Interrupt.  0x80090 in _stext
Andrew> () at
Andrew> //d/cygnus/ecos-1.1/packages/kernel/v1_1/src/common/clock.cxx:507
Andrew> 507 counter->add_alarm(this); (gdb) cont Continuing.

Andrew> Program received signal SIGINT, Interrupt.  0x8008c in _stext
Andrew> () at
Andrew> //d/cygnus/ecos-1.1/packages/kernel/v1_1/src/common/clock.cxx:507
Andrew> 507 counter->add_alarm(this); (gdb) cont Continuing.

Andrew> Program received signal SIGINT, Interrupt.  0x80088 in _stext
Andrew> () at
Andrew> //d/cygnus/ecos-1.1/packages/kernel/v1_1/src/common/clock.cxx:507
Andrew> 507 counter->add_alarm(this);

These addresses are wrong. _start should be at 0x4000 or so. Are you
sure you selected RAM startup, and didn't save and/or build on top of
an different configuration?

Jesper