qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] implement smbios support for mach-virt: triggers usual QEMU


From: Claudio Fontana
Subject: [Qemu-devel] implement smbios support for mach-virt: triggers usual QEMU makefile bug
Date: Mon, 5 Oct 2015 10:34:26 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi Peter,

The commit "smbios: implement smbios support for mach-virt" seems to cause the 
usual problem in QEMU's makefiles to trigger:

hw/arm/virt.c:892: undefined reference to `smbios_set_defaults'
hw/arm/virt.c:895: undefined reference to `smbios_get_tables'

This is IIRC the consequence of adding CONFIG_SMBIOS=y to 
default-configs/rm-softmmu.mak,
which is not picked up by the build system until a clean of the working tree 
has been done, right?

This is worked around by

$ git clean -d -x -f

followed by reconfigure/rebuild. Just wanted to mention this on the list in 
case someone is looking to fix this longstanding issue..

Ciao, thanks

Claudio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]