Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2003 17:27:05 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Eric <eric@caffeineinfused.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Custom Kernel failes during Make or make buildkernel KERNCONF=JPEC
Message-ID:  <20030514222705.GB47903@dan.emsphone.com>
In-Reply-To: <00a101c31a66$e20439e0$f123b496@FUTURES.HUA.ARMY.MIL>
References:  <00a101c31a66$e20439e0$f123b496@FUTURES.HUA.ARMY.MIL>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (May 14), Eric said:
> Ok going either the traditional or the new way my Kernel fails during the
> "make" process:
> Here is the output of the error:
> 
> -------- start error -------------
> touch hack.c
> cc -shared -nostdlib hack.c -o hack.So
> rm -f hack.c
> sh ../../conf/newvers.sh JPEC
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extension
> s -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilte
> r -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 vers.c
> linking kernel
> umass.o: In function `umass_cam_attach_sim':
> umass.o(.text+0x140f): undefined reference to `cam_simq_alloc'
...
> # SCSI peripherals
> #device scbus # SCSI bus (required)
> #device da # Direct Access (disks)
...
> device umass # Disks/Mass storage - Requires scbus and da

Uncomment scbus and da.

-- 
	Dan Nelson
	dnelson@allantgroup.com



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