[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Qemu buid error for arm
From: |
Rekha Herur |
Subject: |
Re: [Qemu-discuss] Qemu buid error for arm |
Date: |
Tue, 1 Jul 2014 05:58:16 +0000 |
Hi Peter,
Thanks for the reply ..Here is the configure i used
srv/nfsroot/root/qemu-1.7.1# ./configure --cross-prefix=arm-linux-gnueabihf-
--target-list=arm-softmmu --audio-drv-list="" --disable-libusb --disable-gtk
--enable-fdt --enable-kvm --static
srv/nfsoot/root/qemu-1.7.1# make
GEN config-host.h
GEN qemu-options.def
GEN qmp-commands.h
GEN qapi-types.h
GEN qapi-visit.h
GEN trace/generated-events.h
GEN trace/generated-tracers.h
GEN tests/test-qapi-types.h
GEN tests/test-qapi-visit.h
GEN tests/test-qmp-commands.h
CC tests/qemu-iotests/socket_scm_helper.o
LINK tests/qemu-iotests/socket_scm_helper
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../arm-linux-gnueabihf/bin/ld:
cannot find -lgthread-2.0
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../arm-linux-gnueabihf/bin/ld:
cannot find -lglib-2.0
collect2: ld returned 1 exit status
make: *** [tests/qemu-iotests/socket_scm_helper] Error 1
Doesn't seem like qemu program build has happened.
Regards,
Rekha Herur.
________________________________________
From: Peter Maydell address@hidden
Sent: Tuesday, July 01, 2014 4:29 AM
To: Rekha Herur
Cc: address@hidden
Subject: Re: [Qemu-discuss] Qemu buid error for arm
On 30 June 2014 13:01, Rekha Herur <address@hidden> wrote:
> We are using Fast-model (FastModelsPortfolio_9.0) to simulate ARM cortexA15.
> We are building qemu 1.7 for arm but getting these errors ,
>
> CC tests/qemu-iotests/socket_scm_helper.o
> LINK tests/qemu-iotests/socket_scm_helper
> /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../arm-linux-gnueabihf/bin/ld:
> cannot find -lgthread-2.0
> /usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../arm-linux-gnueabihf/bin/ld:
> cannot find -lglib-2.0
> collect2: ld returned 1 exit status
> make: *** [tests/qemu-iotests/socket_scm_helper] Error 1
It would help if you quoted the configure command line you
used and the make command you're using. This error is in
building the test suite -- did the main QEMU program build OK?
thanks
-- PMM
________________________________
SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary
or legally privileged information. In case you are not the original intended
Recipient of the message, you must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message and you are requested to
delete it and inform the sender. Any views expressed in this message are those
of the individual sender unless otherwise stated. Nothing contained in this
message shall be construed as an offer or acceptance of any offer by Sasken
Communication Technologies Limited ("Sasken") unless sent with that express
intent and with due authority of Sasken. Sasken has taken enough precautions to
prevent the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html
- Re: [Qemu-discuss] Qemu buid error for arm,
Rekha Herur <=