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]
Other format: [Raw text]

PowerPC, software emulation exception


Hi all,

I'm doing a port of redboot for a board with a powerPC MPC860.
When I execute redboot in RAM, I have a software emulation exception
(0x01000) on the line 291 of packages/hal/powerpc/arch/current/src/vector.S
: mtspr TBL_W,r3 (TBL_W=284)
With my debugger (gdb), I see this instruction: [mttbl r3] instead of [mtspr
TBL_W,r3] (this is correct) and I have the following message:
	Program received signal SIGSTOP, Stopped (signal)
Any idea?

Nicolas


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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