The exac error message is like the following. Sorry for missing some of the error message in my last email.
qemu: hardware error: icp_control_write: Bad offset 7fffe8 CPU #0: R00=00000000 R01=00000113 R02=00000100 R03=00000000 R04=00000000 R05=00000000 R06=00000000 R07=00000000 R08=cb800000 R09=00000000 R10=00000000 R11=00000000 R12=00000000 R13=00000000 R14=00010088 R15=00010000 PSR=800001db N--- A und32 Aborted (core dumped) Terry From: s...@hotmail.co.jp To: qemu-devel@nongnu.org Subject: qemu-system-arm aborted Date: Sat, 21 Aug 2010 08:36:44 +0900 Hi there I made an ARM Linux2.6.10 image(zImage) and I tried to run it on QEMU using the following command. qemu-system-arm -kernel zImage -nographic I got an error message like: CPU #0: R00=00000000 R01=00000113 R02=00000100 R03=00000000 R04=00000000 R05=00000000 R06=00000000 R07=00000000 R08=cb800000 R09=00000000 R10=00000000 R11=00000000 R12=00000000 R13=00000000 R14=00010088 R15=00010000 PSR=800001db N--- A und32 Is it an Edian problem? I checked my Linux configuration file. The setting is Big Endian. Would you please give me any ideas? Thanks! Terry