Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 10:35:35 -0700 (PDT)
From:      twig les <twigles@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   Kernel compile error
Message-ID:  <20020904173535.35527.qmail@web10102.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hey all, I'm getting a bizarre and new error on my 4.6
RELEASE machine (fully patched).  When I try to
compile a new kernel I get hurt on the make:

------------------------------------------------------
%su
Password:
L# cd /usr/src/sys/i386/conf
L# ls
FW      FW.safe GENERIC LINT
L# cp GENERIC FW
L# config FW
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/FW
L# cd ../../compile/FW
L# make depend
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs 
mkdep -a -f 
.
.
.
L# make
linking kernel
kern_exec.o: In function `execve':
kern_exec.o(.text+0x55a): undefined reference to
`fdcheckstd'
*** Error code 1

Stop in /usr/src/sys/compile/FW.
L# 
------------------------------------------------------

As you can see I'm just compiling the GENERIC kernel,
and I have compiled several kernels on this box before
without a problem.  Obviously the system is still
booting the old kernel fine (make failure=!make
install), but this is odd....

=====
-----------------------------------------------------------
Heavy metal made me do it.                        
-----------------------------------------------------------

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

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




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