Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 1997 21:37:06 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Jose Monteiro <jm@pluriproj.pt>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Error building the kernel
Message-ID:  <Pine.BSF.3.96.970922213629.6177J-100000@gdi.uoregon.edu>
In-Reply-To: <342790c0.23639010@mail.leirianet.pt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 22 Sep 1997, Jose Monteiro wrote:

> Hi,
> 
> I'm triyng to compile a smaller kernel, but I keep getting this
> undefined symbol error:
> 
> sh ../../conf/newvers.sh NOVO -DFAILSAFE -DCOMPAT_43 -DCD9660
> -DMSDOSFS -DNFS -DFFS -DINET
> cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith  -nostdinc -I- -I. -I../.. -I/usr/include -DFAILSAFE
> -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -c vers.c
> loading kernel
> tek390.o: Undefined symbol `_scsi_done' referenced from text segment
> tek390.o: Undefined symbol `_scsi_done' referenced from text segment
> tek390.o: Undefined symbol `_scsi_alloc_bus' referenced from text
> segment
> tek390.o: Undefined symbol `_scsi_attachdevs' referenced from text
> segment

You have amd0 (AMD SCSI controller) defined but scbus0 (SCSI Bus
Controller) commented out.  scbus0 is required if you are using any SCSI
controllers.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
Spam routed to /dev/null by Procmail    | Death to Cyberpromo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970922213629.6177J-100000>