qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Build-Failure] hw/pc: undefined reference's
@ 2010-05-15  8:30 Kamalesh Babulal
  2010-05-15  8:46 ` Isaku Yamahata
  0 siblings, 1 reply; 3+ messages in thread
From: Kamalesh Babulal @ 2010-05-15  8:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: yamahata, kraxel

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: undefined reference to `serial_isa_init'
/other/srcs/qemu-kvm/hw/pc.c:1005: undefined reference to `serial_isa_init'
/other/srcs/qemu-kvm/hw/pc.c:1005: undefined reference to `serial_isa_init'
/other/srcs/qemu-kvm/hw/pc.c:1005: undefined reference to `serial_isa_init'
/other/srcs/qemu-kvm/hw/pc.c:1011: undefined reference to `parallel_init'
/other/srcs/qemu-kvm/hw/pc.c:1011: undefined reference to `parallel_init'
/other/srcs/qemu-kvm/hw/pc.c:1011: undefined reference to `parallel_init'
pc.o: In function `pc_init_ne2k_isa':
/other/srcs/qemu-kvm/hw/pc.c:756: undefined reference to `isa_ne2000_init'
pc.o: In function `pc_init1':
/other/srcs/qemu-kvm/hw/pc.c:1037: undefined reference to `isa_ide_init'
/other/srcs/qemu-kvm/hw/pc.c:1037: undefined reference to `isa_ide_init'
/other/srcs/qemu-kvm/hw/pc.c:1051: undefined reference to `fdctrl_init_isa'
pc.o: In function `cmos_init':
/other/srcs/qemu-kvm/hw/pc.c:318: undefined reference to `fdctrl_get_drive_type'
/other/srcs/qemu-kvm/hw/pc.c:319: undefined reference to `fdctrl_get_drive_type'
pc.o: In function `pc_init1':
/other/srcs/qemu-kvm/hw/pc.c:1034: undefined reference to `pci_piix3_ide_init'
/other/srcs/qemu-kvm/hw/pc.c:970: undefined reference to `pci_vmsvga_init'
/other/srcs/qemu-kvm/hw/pc.c:975: undefined reference to `pci_vga_init'
/other/srcs/qemu-kvm/hw/pc.c:1056: undefined reference to `usb_uhci_piix3_init'
/other/srcs/qemu-kvm/hw/pc.c:977: undefined reference to `isa_vga_init'
collect2: ld returned 1 exit status

			
			Kamalesh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Build-Failure] hw/pc: undefined reference's
  2010-05-15  8:30 [Qemu-devel] [Build-Failure] hw/pc: undefined reference's Kamalesh Babulal
@ 2010-05-15  8:46 ` Isaku Yamahata
  2010-05-15  9:24   ` Kamalesh Babulal
  0 siblings, 1 reply; 3+ messages in thread
From: Isaku Yamahata @ 2010-05-15  8:46 UTC (permalink / raw)
  To: Kamalesh Babulal; +Cc: qemu-devel, kraxel

Hi.
Which change set/patches are you using?
'make clean; make' doesn't work?


On Sat, May 15, 2010 at 02:00:00PM +0530, Kamalesh Babulal wrote:
> 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: undefined reference to `serial_isa_init'
> /other/srcs/qemu-kvm/hw/pc.c:1005: undefined reference to `serial_isa_init'
> /other/srcs/qemu-kvm/hw/pc.c:1005: undefined reference to `serial_isa_init'
> /other/srcs/qemu-kvm/hw/pc.c:1005: undefined reference to `serial_isa_init'
> /other/srcs/qemu-kvm/hw/pc.c:1011: undefined reference to `parallel_init'
> /other/srcs/qemu-kvm/hw/pc.c:1011: undefined reference to `parallel_init'
> /other/srcs/qemu-kvm/hw/pc.c:1011: undefined reference to `parallel_init'
> pc.o: In function `pc_init_ne2k_isa':
> /other/srcs/qemu-kvm/hw/pc.c:756: undefined reference to `isa_ne2000_init'
> pc.o: In function `pc_init1':
> /other/srcs/qemu-kvm/hw/pc.c:1037: undefined reference to `isa_ide_init'
> /other/srcs/qemu-kvm/hw/pc.c:1037: undefined reference to `isa_ide_init'
> /other/srcs/qemu-kvm/hw/pc.c:1051: undefined reference to `fdctrl_init_isa'
> pc.o: In function `cmos_init':
> /other/srcs/qemu-kvm/hw/pc.c:318: undefined reference to `fdctrl_get_drive_type'
> /other/srcs/qemu-kvm/hw/pc.c:319: undefined reference to `fdctrl_get_drive_type'
> pc.o: In function `pc_init1':
> /other/srcs/qemu-kvm/hw/pc.c:1034: undefined reference to `pci_piix3_ide_init'
> /other/srcs/qemu-kvm/hw/pc.c:970: undefined reference to `pci_vmsvga_init'
> /other/srcs/qemu-kvm/hw/pc.c:975: undefined reference to `pci_vga_init'
> /other/srcs/qemu-kvm/hw/pc.c:1056: undefined reference to `usb_uhci_piix3_init'
> /other/srcs/qemu-kvm/hw/pc.c:977: undefined reference to `isa_vga_init'
> collect2: ld returned 1 exit status
> 
> 			
> 			Kamalesh
> 

-- 
yamahata

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Build-Failure] hw/pc: undefined reference's
  2010-05-15  8:46 ` Isaku Yamahata
@ 2010-05-15  9:24   ` Kamalesh Babulal
  0 siblings, 0 replies; 3+ messages in thread
From: Kamalesh Babulal @ 2010-05-15  9:24 UTC (permalink / raw)
  To: Isaku Yamahata; +Cc: qemu-devel, kraxel

* Isaku Yamahata <yamahata@valinux.co.jp> [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.

<snip>
			
			Kamalesh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-15  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15  8:30 [Qemu-devel] [Build-Failure] hw/pc: undefined reference's Kamalesh Babulal
2010-05-15  8:46 ` Isaku Yamahata
2010-05-15  9:24   ` Kamalesh Babulal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).