Thanks for the tip Pete. It is always tiny tidbits like these that can waste
hours of time for someone coming from x86 😉.
Ok I changed the command line and it looks like this now:
sudo qemu-system-arm -m 1024M -M vexpress-a9 -D qemu.log -sd armdisk.img
-kernel buildroot-2019.02.5/output/images/
skel_eth_device_register_types
skel_eth_device: skel_eth_device_class_init
qemu-system-arm: Unsupported NIC model: skel_eth_dev
what are the two messages I see in the first two lines? And why does qemu say
this model isn’t supported? I am unable to see any log message whatsoever in
qemu.log
Keen to hear
Aijaz Baig
Hello
Anything suspicious that anyone can spot in here?? Still cannot get qemu to
compile
Keen to hear
-Original Message-
From: aijaz.b...@protonmail.com
Sent: Saturday, December 7, 2019 11:25 AM
To: 'Daniel P. Berrangé'
Cc: qemu-devel@nongnu.org
Subject: RE: Error compiling Qemu-4.1
That file IS present and its contents are:
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
Name: GThread
Description: Thread support for GLib
Requires: glib-2.0
Version: 2.50.3
Libs: -L${libdir} -lgthread-2.0 -pthread
Cflags: -pthread
Let me k
Here is the content of config.log: https://pastebin.com/6zrSXWAG
I am configuring it for 'arm-softmmu' as can be seen from the above paste
Keen to know,
Aijaz Baig
-Original Message-
From: Daniel P. Berrangé
Sent: Thursday, December 5, 2019 8:06 PM
To: aijaz.b...@protonm
Hello
I’m trying to compile Qemu from sources and as such face the well known errors
of requiring Glib-2.4 and gthread-2.0
ERROR: glib-2.40 gthread-2.0 is required to compile QEMU
I’m on Linux Mint and I’ve installed libglib-2.0 from the repo
AB1@piper11:~$ dpkg -l | grep -i libglib
ii libgl