All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] qemu-system-arm aborted
@ 2010-08-20 23:36 S W
  2010-08-21  0:28 ` [Qemu-devel] " S W
  2010-08-21 18:01 ` [Qemu-devel] qemu-system-arm aborted Chih-Min Chao
  0 siblings, 2 replies; 4+ messages in thread
From: S W @ 2010-08-20 23:36 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]


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


 		 	   		  

[-- Attachment #2: Type: text/html, Size: 844 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] RE: qemu-system-arm aborted
  2010-08-20 23:36 [Qemu-devel] qemu-system-arm aborted S W
@ 2010-08-21  0:28 ` S W
  2010-08-22  5:14   ` [Qemu-devel] qemu-system-arm icp_control error S W
  2010-08-21 18:01 ` [Qemu-devel] qemu-system-arm aborted Chih-Min Chao
  1 sibling, 1 reply; 4+ messages in thread
From: S W @ 2010-08-21  0:28 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]


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: sw18@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


 		 	   		  

[-- Attachment #2: Type: text/html, Size: 1772 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] qemu-system-arm aborted
  2010-08-20 23:36 [Qemu-devel] qemu-system-arm aborted S W
  2010-08-21  0:28 ` [Qemu-devel] " S W
@ 2010-08-21 18:01 ` Chih-Min Chao
  1 sibling, 0 replies; 4+ messages in thread
From: Chih-Min Chao @ 2010-08-21 18:01 UTC (permalink / raw)
  To: S W; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 794 bytes --]

2010/8/21 S W <sw18@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
>
>
>

[-- Attachment #2: Type: text/html, Size: 1301 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] qemu-system-arm icp_control error
  2010-08-21  0:28 ` [Qemu-devel] " S W
@ 2010-08-22  5:14   ` S W
  0 siblings, 0 replies; 4+ messages in thread
From: S W @ 2010-08-22  5:14 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]


Hi

 

I am testing an ARM Linux 2.6.10 Image(zImage). When I run

qemu-system-arm -kernel zImage -nographic

 

the following error happened. Could anybody give what is wrong?

Thanks

Terry

 

 

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)

 		 	   		  

[-- Attachment #2: Type: text/html, Size: 812 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-22  5:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-20 23:36 [Qemu-devel] qemu-system-arm aborted S W
2010-08-21  0:28 ` [Qemu-devel] " S W
2010-08-22  5:14   ` [Qemu-devel] qemu-system-arm icp_control error S W
2010-08-21 18:01 ` [Qemu-devel] qemu-system-arm aborted Chih-Min Chao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.