Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2001 14:08:48 -0500
From:      Bill Moran <wmoran@potentialtech.com>
To:        Chris Appleton <appleton_chris@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make install
Message-ID:  <3C150840.4010201@potentialtech.com>
References:  <20011210185252.37743.qmail@web14809.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Try using the "make buildkernel" and "make installkernel"
targets.  They're described in the handbook and have
more or less replaced the building process you are using.
If you want to do it the old way, make sure you are in
the correct directories when you issue the "make" commands.
If you still have problems after looking into this, post
again with more details of the exact commands entered
(and possibly your kernel config file, if it's still
causing problems)
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html

Chris Appleton wrote:
> In an effort to add a bridge option to my 4.4-release
> kernel and get off of the generic, I've created a new
> copy and have 2 errors someone hopefully recognizes...
> 
> When I config MYKERNEL I get an error stating unknown
> option for TCP_RESTRICT_RST that follows other ipfw
> options.  This is the lesser error and I can remove to
> get it to compile.  Any idea why this option fails?
> 
> Once I get config to work, I get an error trying 'make
> depend MYKERNEL' stating don't know how to make
> depend.  I then discovered mkdep MYKERNEL which seems
> to create a .depend in the same directory (with note:
> linker input file unused since linking not done. 
> please tell me if this is not what I want) however
> make install MYKERNEL also gives me a 'don't know how'
> error.  
> 
> If I have a custom kernel in the i386/conf directory,
> how can I install?  under 4.4-release, make depend
> MYKERNEL and make install MYKERNEL don't seem to be
> doing it, or my syntax is wrong.
> 
> Thx
> 
> __________________________________________________
> Do You Yahoo!?
> Send your FREE holiday greetings online!
> http://greetings.yahoo.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 


-- 
Bill Moran
Potential Technology
http://www.potentialtech.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?3C150840.4010201>