All of lore.kernel.org
 help / color / mirror / Atom feed
* error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!
@ 2012-04-14  4:02 jack
  2012-04-14 10:22 ` Lu, Lianhao
  0 siblings, 1 reply; 5+ messages in thread
From: jack @ 2012-04-14  4:02 UTC (permalink / raw)
  To: yocto

hi,all! I Use a pre-built image and run it in the QEMU emulator.
I have downloaded and installed 
"poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2", then I downloaded 
"bzImage-qemux86.bin"  and  "core-image-lsb-qt3-qemux86.ext3"
but when
"$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3"
error like below:
error: runqemu command not fonund



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

* Re: error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!
  2012-04-14  4:02 error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx! jack
@ 2012-04-14 10:22 ` Lu, Lianhao
  2012-04-16 10:57   ` jack
  0 siblings, 1 reply; 5+ messages in thread
From: Lu, Lianhao @ 2012-04-14 10:22 UTC (permalink / raw)
  To: jack, yocto


jack wrote on 2012-04-14:
> hi,all! I Use a pre-built image and run it in the QEMU emulator.
> I have downloaded and installed
> "poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2", then I downloaded
> "bzImage-qemux86.bin"  and  "core-image-lsb-qt3-qemux86.ext3"
> but when
> "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3"
> error like below:
> error: runqemu command not fonund
> 
You may need to "source /opt/poky/1.1.1/environment-setup-i586-poky-linux" first before you "runqemu".

Best Regards,
Lianhao



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

* Re: error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!
  2012-04-14 10:22 ` Lu, Lianhao
@ 2012-04-16 10:57   ` jack
  2012-04-16 14:24     ` Zhang, Jessica
  0 siblings, 1 reply; 5+ messages in thread
From: jack @ 2012-04-16 10:57 UTC (permalink / raw)
  To: Lu, Lianhao; +Cc: yocto

On 2012年04月14日 18:22, Lu, Lianhao wrote:
> jack wrote on 2012-04-14:
>> hi,all! I Use a pre-built image and run it in the QEMU emulator.
>> I have downloaded and installed
>> "poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2", then I downloaded
>> "bzImage-qemux86.bin"  and  "core-image-lsb-qt3-qemux86.ext3"
>> but when
>> "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3"
>> error like below:
>> error: runqemu command not fonund
>>
> You may need to "source /opt/poky/1.1.1/environment-setup-i586-poky-linux" first before you "runqemu".
>
> Best Regards,
> Lianhao
>
>
>
hello, Lianhao! Thank you for your answer. But I did "source 
/opt/poky/1.1.1/environment-setup-i586-poky-linux" first before 
"runqemu".error still like this, error: runqemu command not fonun. Could 
you help me ?


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

* Re: error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!
  2012-04-16 10:57   ` jack
@ 2012-04-16 14:24     ` Zhang, Jessica
  2012-04-17  1:42       ` jack
  0 siblings, 1 reply; 5+ messages in thread
From: Zhang, Jessica @ 2012-04-16 14:24 UTC (permalink / raw)
  To: jack, Lu, Lianhao; +Cc: yocto

Hi Jack,

Can you check that you have runqemu under /opt/poky/1.1.1/sysroots/i686-pokysdk-linux/usr/bin/?  And can you do "echo $PATH" to check your PATH starts with /opt/poky/1.1.1/sysroots/i686-pokysdk-linux/usr/bin/

Thanks,
Jessica
-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of jack
Sent: Monday, April 16, 2012 3:58 AM
To: Lu, Lianhao
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!

On 2012年04月14日 18:22, Lu, Lianhao wrote:
> jack wrote on 2012-04-14:
>> hi,all! I Use a pre-built image and run it in the QEMU emulator.
>> I have downloaded and installed
>> "poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2", then I
>> downloaded "bzImage-qemux86.bin"  and  "core-image-lsb-qt3-qemux86.ext3"
>> but when
>> "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3"
>> error like below:
>> error: runqemu command not fonund
>>
> You may need to "source /opt/poky/1.1.1/environment-setup-i586-poky-linux" first before you "runqemu".
>
> Best Regards,
> Lianhao
>
>
>
hello, Lianhao! Thank you for your answer. But I did "source /opt/poky/1.1.1/environment-setup-i586-poky-linux" first before "runqemu".error still like this, error: runqemu command not fonun. Could you help me ?
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

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

* Re: error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!
  2012-04-16 14:24     ` Zhang, Jessica
@ 2012-04-17  1:42       ` jack
  0 siblings, 0 replies; 5+ messages in thread
From: jack @ 2012-04-17  1:42 UTC (permalink / raw)
  To: Zhang, Jessica; +Cc: yocto

On 2012年04月16日 22:24, Zhang, Jessica wrote:
> Hi Jack,
>
> Can you check that you have runqemu under /opt/poky/1.1.1/sysroots/i686-pokysdk-linux/usr/bin/?  And can you do "echo $PATH" to check your PATH starts with /opt/poky/1.1.1/sysroots/i686-pokysdk-linux/usr/bin/
>
> Thanks,
> Jessica
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of jack
> Sent: Monday, April 16, 2012 3:58 AM
> To: Lu, Lianhao
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!
>
> On 2012年04月14日 18:22, Lu, Lianhao wrote:
>> jack wrote on 2012-04-14:
>>> hi,all! I Use a pre-built image and run it in the QEMU emulator.
>>> I have downloaded and installed
>>> "poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2", then I
>>> downloaded "bzImage-qemux86.bin"  and  "core-image-lsb-qt3-qemux86.ext3"
>>> but when
>>> "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3"
>>> error like below:
>>> error: runqemu command not fonund
>>>
>> You may need to "source /opt/poky/1.1.1/environment-setup-i586-poky-linux" first before you "runqemu".
>>
>> Best Regards,
>> Lianhao
>>
>>
>>
> hello, Lianhao! Thank you for your answer. But I did "source /opt/poky/1.1.1/environment-setup-i586-poky-linux" first before "runqemu".error still like this, error: runqemu command not fonun. Could you help me ?
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
Thank you very much, I have solved the problem. I installed the 
"poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2" under a wrong path.


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

end of thread, other threads:[~2012-04-17  1:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-14  4:02 error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx! jack
2012-04-14 10:22 ` Lu, Lianhao
2012-04-16 10:57   ` jack
2012-04-16 14:24     ` Zhang, Jessica
2012-04-17  1:42       ` jack

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.