[LinuxBIOS] Compile error

Adam Talbot talbotx at comcast.net
Sat Jan 14 03:23:00 CET 2006


Still trying to build Linux bios on my new board.  Have solved allot of 
compile errors, but this one had me stuck. "undefined reference to 
`northbridge_via_vt8605_6_ops`".  As best I can tell this is coming from 
c_start.s.  The only peace of code I have with that line in it is 
/root/LinuxBIOSv2-2158/src/northbridge/via/vt8605_6/chip.h.  
Here is my current tree.
http://www.batbuilds.com/webfolders/linuxbios/
Any ideas?
-Adam



linuxbios_ram.ld linuxbios_ram.o
linuxbios_ram.o: In function `write_tables':
: undefined reference to `write_pirq_routing_table'
linuxbios_ram.o: In function `_idt_end':
/root/LinuxBIOSv2-2158/src/arch/i386/lib/c_start.S:(.data+0x9b4): 
undefined reference to `northbridge_via_vt8605_6_ops'
/root/LinuxBIOSv2-2158/src/arch/i386/lib/c_start.S:(.data+0xc54): 
undefined reference to `northbridge_via_vt8605_6_ops'
/root/LinuxBIOSv2-2158/src/arch/i386/lib/c_start.S:(.data+0xef4): 
undefined reference to `northbridge_via_vt8605_6_ops'
/root/LinuxBIOSv2-2158/src/arch/i386/lib/c_start.S:(.data+0x11b4): 
undefined reference to `northbridge_via_vt8605_6_ops'
/root/LinuxBIOSv2-2158/src/arch/i386/lib/c_start.S:(.data+0x1454): 
undefined reference to `northbridge_via_vt8605_6_ops'
linuxbios_ram.o:/root/LinuxBIOSv2-2158/src/arch/i386/lib/c_start.S:(.data+0x16f4): 
more undefined references to `northbridge_via_vt8605_6_ops' follow
collect2: ld returned 1 exit status
make[1]: *** [linuxbios_ram] Error 1
make[1]: Leaving directory 
`/root/LinuxBIOSv2-2158/targets/bcm/ebc3610/ebc3610/normal'
make: *** [normal/linuxbios.rom] Error 1





More information about the coreboot mailing list