Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 16:09:55 -0800
From:      Peter Wemm <peter@wemm.org>
To:        freebsd-amd64@freebsd.org
Subject:   Re: Kernel compilation problem
Message-ID:  <200412061609.55733.peter@wemm.org>
In-Reply-To: <59730.134.214.201.98.1102341041.squirrel@jose.freesurf.fr>
References:  <59730.134.214.201.98.1102341041.squirrel@jose.freesurf.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 06 December 2004 05:50 am, freebsd2@freesurf.fr wrote:
> Hi all!
> I'm very new to FreeBSD (indeed I ran it since one week) and I need
> to compile my kernel so that some patches will apply correctly. So I
> made all the process I type make depends && make and I've got sth
> like this:
> ../../../i386/i386/genassym.c:216:error: storage size of BC32SELw0
> isn't known
> I've got that for all BC32 and furthermore on line 214 for KSPEL :(
> So the compilation stops on an error code.
> Does anyone got a clue?
> Many thx :)

It means you're in the wrong directory and as a result, trying to build 
an i386 kernel on an amd64 machine with an amd64 compiler.

You probably want to do your thing in /usr/src/sys/amd64/conf 
and /usr/src/sys/amd64/compile/...

-- 
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5



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