Subject: Re: undefined symbols at kernel link
To: David Hopper <dhop@nwlink.com>
From: Matthew Jacob <mjacob@feral.com>
List: port-alpha
Date: 01/04/2000 14:10:22
I just don't think so- I just built a kernel today.

It sounds like you have a broken cvs update where it's not compiling some
important files.


On Tue, 4 Jan 2000, David Hopper wrote:

> Hmm.  I could have sworn it was just an include error, but everything is
> up-to-date.  This is from today's CVS, although I've had similar link
> problems since Dec. 18.
> 
> This is via the standard ALPHA conf file.  Similar errors with GENERIC &
> a custom config file.
> 
> ld -N -Ttext fffffc0000300000 -e __transfer -G 4 -S -o netbsd
> ${SYSTEM_OBJ} vers.o
> ioconf.o(.data+0x1f78): undefined reference to `tlsb_ca'
> ioconf.o(.data+0x2058): undefined reference to `mcbus_ca'
> ioconf.o(.data+0x29f8): undefined reference to `tsc_ca'
> ioconf.o(.data+0x2a30): undefined reference to `tsp_ca'
> tcds.o: In function `tcds_params':
> tcds.c(.text+0x1280): undefined reference to `dec_3000_scsiid'
> tcds.c(.text+0x1284): undefined reference to `dec_3000_scsifast'
> dwlpx.o: In function `dwlpxattach':
> dwlpx.c(.text+0x1e8): undefined reference to `pci_kn8ae_pickintr'
> dwlpx.c(.text+0x1ec): undefined reference to `pci_kn8ae_pickintr'
> dwlpx.c(.text+0x210): undefined reference to `pci_kn8ae_pickintr'
> dwlpx.c(.text+0x214): undefined reference to `pci_kn8ae_pickintr'
> mcpcia.o: In function `mcpciaattach':
> mcpcia.c(.text+0x250): undefined reference to `pci_kn300_pickintr'
> mcpcia.c(.text+0x254): undefined reference to `pci_kn300_pickintr'
> mcpcia.o: In function `mcpcia_init':
> mcpcia.c(.text+0x338): undefined reference to `mcbus_mcpcia_probe_order'
> mcpcia.o: In function `mcpcia_init0':
> mcpcia.c(.text+0x500): undefined reference to `mcbus_primary'
> *** Error code 1
> 
> Stop.
>