2010/8/21 S W <s...@hotmail.co.jp>

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

You should use --target-list=armeb-softmmu when using Big endian in
configuration
But armeb can' be built in my system.
So you may try ....

>
> Would you please give me any ideas?
>
> Thanks!
> Terry
>
>
>

Reply via email to