Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2002 01:48:10 -0800
From:      "Crist J. Clark" <cjc@FreeBSD.ORG>
To:        "Robert N. Saft [zardoz]" <zardoz@vampyre.com>
Cc:        dwmalone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG
Subject:   Re: kern/34816: Cannot Compile 4.4 Kernel
Message-ID:  <20020211014810.F20884@blossom.cjclark.org>
In-Reply-To: <Pine.BSF.4.40.0202110113010.92680-100000@freya>; from zardoz@vampyre.com on Mon, Feb 11, 2002 at 01:30:31AM -0800
References:  <200202110828.g1B8S3b44596@freefall.freebsd.org> <Pine.BSF.4.40.0202110113010.92680-100000@freya>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 11, 2002 at 01:30:31AM -0800, Robert N. Saft [zardoz] wrote:
> Thanks for the pointer - however, after doing both suggested
> proceedures, still no go...
> 
> Just for good measure, I did a make clean in the kernel compile
> dir, afterwards, then just did a make modules - crashes as before
> on the linux mod.
> 
> If I just build the linux module - it compiles with no problem.
> 
> I'm baffled.

It sounds like stale stuff in your object tree. First, just to be
clear on the source tree, it's 'cleandir,' not 'clean,'

  # cd /usr/src/sys/modules
  # make cleandir; make cleandir

As for the object tree, how are you building the kernel? Are you doing
'buildkernel?'

  # rm -rf /usr/obj/usr/src/sys/$KERNCONF

Are you doing an "old-style" build?

  # rm -rf /usr/src/sys/compile/$KERNCONF

Try again.
-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org

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




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