Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 1999 10:04:27 -0600
From:      Ted Spradley <tsprad@set.spradley.tmi.net>
To:        Richard Stanaford <richard@nova.eri.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Problems compiling Kernel.. 
Message-ID:  <199902141604.KAA01166@set.spradley.tmi.net>
In-Reply-To: Your message of "Sat, 13 Feb 1999 22:39:33 EST." <Pine.BSF.4.05.9902132222560.13145-100000@nova.eri.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
My guess is that your kernel configuration file isn't up to date.  
Compare it carefully against the GENERIC and LINT files that match the 
sources you're using, and you'll probably find something that's changed 
since the last time you looked.

> I have been trying to compile a custom kernel so I can have the dual
> processor support and I keep getting the output included at the end of
> this message.  
[...]
> 
> cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith
> -Winline -Wuninitialized -Wformat -Wunused  -fformat-extensions -ansi
> -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include
> opt_global.h -aout  vers.c
> 
> loading kernel
> scsi_da.o: Undefined symbol `_cam_extend_get' referenced from text segment
> scsi_da.o: Undefined symbol `_cam_periph_lock' referenced from text
> segment
[...]
> syscons.o: Undefined symbol `_vidsw' referenced from text segment
> syscons.o: More undefined symbol _vidsw refs follow
> *** Error code 1
> 
> Stop.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902141604.KAA01166>