Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 19:24:27 -0700
From:      "Aaron Burke" <aburke@nullplusone.com>
To:        "FreeBSD-Questions" <freebsd-questions@freebsd.org>, "jar comepeich" <cacaolat22@yahoo.com>
Subject:   RE: kernel installation fails !!  :-(
Message-ID:  <NGBBLCIHCLNJAIGIFFHJKEFLCFAA.aburke@nullplusone.com>
In-Reply-To: <20020617204950.32690.qmail@web11102.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
<snip>

> Hi!
> 
> I'm a student trying to improve performance over
> TCP/IP in heterogeneus networks (wired + wireless).
> 
> The fact, is that we are using a PC with FreeBSD 3.2
> as Basestation in our testbed. 
> 
> The problem raises when recompiling kernel that
> contains new code. Everything works fine, except when
> doing "make install", showing next:
> ##################################################
> abla# make install
> 
> You must first build your kernel before trying    
> to install.
> 
> *** Error code 1
> 
> Stop.
> ###################################################

The problem here is that the problem you describe mentions
nothing about the other build processes. In my case, the
machine name is alpha (DNS, not hardware). I do the
following.
	cd /sys/i386/conf/
	vi alpha - Make my mods here
	config alpha
	cd ../../compile/alpha
	make depend && make
then to install the kernel
	make install

> 
> It compiles new kernel without error, 'cause it
> appears in the subdirectory, and I've tested it !!.
> 
> But when doing "make install" it fails to "store" at
> "/" and to modify default booting.
> 
> Can anybody help me ?

Hope I have been some help. Otherwise can you describe
the exact problem your having?

> Thanks in advance.
<snip>

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?NGBBLCIHCLNJAIGIFFHJKEFLCFAA.aburke>