From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Skov To: lunn@ma.tech.ascom.ch (Andrew Lunn) Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Problem with PowerPC simulator Date: Wed, 05 May 1999 03:03:00 -0000 Message-id: <14128.6050.333695.364567@lassi.cygnus.co.uk> References: <199905050919.LAA08632@biferten.ma.tech.ascom.ch> <199905050919.LAA08632@biferten.ma.tech.ascom.ch> X-SW-Source: 1999-05/msg00010.html >>>>> "Andrew" == Andrew Lunn 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