Hi,
We are using Fast-model (FastModelsPortfolio_9.0) to simulate ARM cortexA15.
We are building qemu 1.7 for arm but getting these errors ,
CCtests/qemu-iotests/socket_scm_helper.o
LINK tests/qemu-iotests/socket_scm_helper
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../arm-linux-gnuea
Hello,
we hit the following error this morning in one of our VMs on qemu 1.6.2 (FC20
distro):
qemu-system-x86_64: block.c:2806: bdrv_error_action: Assertion `error >= 0'
failed.
2014-06-30 08:40:11.686+: shutting down
Form reading the code at the mentioned location I assume there should be
On 30 June 2014 13:01, Rekha Herur 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 ,
>
> CCtests/qemu-iotests/socket_scm_helper.o
> LINK tests/qemu-iotests/socket_scm_helper
> /usr/lib/gcc/ar
It looks like glib-2.0 gthread-2.0 are missing for your distro
On Mon, Jun 30, 2014 at 4:59 PM, Peter Maydell
wrote:
> On 30 June 2014 13:01, Rekha Herur wrote:
> > We are using Fast-model (FastModelsPortfolio_9.0) to simulate ARM
> cortexA15.
> > We are building qemu 1.7 for arm but getting t
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