use in this function)
/other/srcs/qemu-kvm/hw/device-assignment.c:1463: error: (Each undeclared
identifier is reported only once
/other/srcs/qemu-kvm/hw/device-assignment.c:1463: error: for each function it
appears in.)
I was able to build successfully, with the attached patch.
Signed-off-by: Kama
* Isaku Yamahata [2010-05-15 17:46:59]:
> Hi.
> Which change set/patches are you using?
> 'make clean; make' doesn't work?
>
Sorry for the noise. 'make defconfig' helped.
Kamalesh
Hi,
Build fails with following error,
arch_init.o:(.data+0x44): undefined reference to `SB16_init'
arch_init.o:(.data+0x58): undefined reference to `ac97_init'
arch_init.o:(.data+0x6c): undefined reference to `es1370_init'
pc.o: In function `pc_init1':
/other/srcs/qemu-kvm/hw/pc.c:1005: undefine
(qdict_get_str(cpu, "halted"), "yes") == 0)
> > monitor_printf(mon, " (halted)");
> >
> >-monitor_printf(mon, " thread_id=%ld", qdict_get_int(cpu, "thread_id"));
> >+monitor_printf(mon, " thread_id=%ld&q
Hi Marcelo,
qemu-0.11.50 build breaks with
CCx86_64-softmmu/monitor.o
cc1: warnings being treated as errors
/other/srcs/qemu-kvm/monitor.c: In function 'print_cpu_iter':
/other/srcs/qemu-kvm/monitor.c:450: error: format '%ld' expects type 'long
int', but argument 3 has type 'int64_t