[ECOS] Problem with PowerPC simulator

Jesper Skov jskov@cygnus.co.uk
Wed May 5 03:03:00 GMT 1999


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


More information about the Ecos-discuss mailing list