On 02/25/05 18:52:44, Jamie Ann P. Zamodio wrote:
Help!
I'm a UNIX newbie trying to compile a custom kernel
with modifications for TCP purposes. My system is
FreeBSD 4.3 running on i386. My 'make depend' works
fine, but when I geto to 'make', the following error
occurs:
tcp_usrreq.o: In function 't
On Fri, Feb 25, 2005 at 03:52:44PM -0800, Jamie Ann P. Zamodio wrote:
> Help!
>
> I'm a UNIX newbie trying to compile a custom kernel
> with modifications for TCP purposes. My system is
> FreeBSD 4.3 running on i386. My 'make depend' works
> fine, but when I geto to 'make', the following error
> o
Help!
I'm a UNIX newbie trying to compile a custom kernel
with modifications for TCP purposes. My system is
FreeBSD 4.3 running on i386. My 'make depend' works
fine, but when I geto to 'make', the following error
occurs:
tcp_usrreq.o: In function 'tcp6_connect':
/usr/src/sys/compile/MYKERNEL/../.
"Don" <[EMAIL PROTECTED]> writes:
> make install has now failed, claiming permission denied, i found the
> solution to that to be setting the kern_secure_level=n being currently
> higher than 1 i reset the kerne secure level to ="0" in the rc.conf file,
> and upon reboot, noticed that the very la
make install has now failed, claiming permission denied, i found the
solution to that to be setting the kern_secure_level=n being currently
higher than 1 i reset the kerne secure level to ="0" in the rc.conf file,
and upon reboot, noticed that the very last line upon reboot, it had a line
that tol
Yes the new way is
make buildkernel KERNCONF=YOURKERNEL
make installkernel KERNCONF=YOURKERNEL
- Original Message -
From: "Andy Knapp" <[EMAIL PROTECTED]>
To: "'Don'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, October
Sent: Wednesday, October 09, 2002 7:22 PM
To: [EMAIL PROTECTED]
Subject: kernel MAKE failed
can anyone give me some pointers on a failed kernel config
I used the following method on 4.6.0
Run config to generate the kernel source code.
# /usr/sbin/config WEBKERNEL
Change into the build direc
Thus spake Don ([EMAIL PROTECTED]):
> umass.o(.text+0x14e7): undefined reference to `xpt_free_path'
> umass.o: In function `umass_cam_action':
> umass.o(.text+0x1805): undefined reference to `xpt_done'
> umass.o(.text+0x1815): undefined reference to `xpt_done'
> umass.o: In function `umass_cam_cb
can anyone give me some pointers on a failed kernel config
I used the following method on 4.6.0
Run config to generate the kernel source code.
# /usr/sbin/config WEBKERNEL
Change into the build directory.
# cd ../../compile/WEBKERNEL
Compile the kernel.
# make depend
# make
res