From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 26 20:38:28 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA97106566B for ; Thu, 26 Mar 2009 20:38:28 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 99E888FC08 for ; Thu, 26 Mar 2009 20:38:28 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 34F309CB071; Thu, 26 Mar 2009 21:37:53 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kGXCXKLB3O7u; Thu, 26 Mar 2009 21:37:50 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A549A9CB129; Thu, 26 Mar 2009 21:37:50 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n2QKboDT015692; Thu, 26 Mar 2009 21:37:50 +0100 (CET) (envelope-from rdivacky) Date: Thu, 26 Mar 2009 21:37:50 +0100 From: Roman Divacky To: Vin?cius Abrah?o Message-ID: <20090326203750.GA15634@freebsd.org> References: <1e31c7980903260656w3b8a93f5xf4e6a24255dbf98d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e31c7980903260656w3b8a93f5xf4e6a24255dbf98d@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Problem when compiling kernel X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 20:38:29 -0000 On Thu, Mar 26, 2009 at 10:56:28AM -0300, Vin?cius Abrah?o wrote: > Hi guys, I have a problem when I trying to compile my kernel: > > (...) > /usr/src/sys/amd64/linux32/linux32_sysvec.c: In function > 'exec_linux_setregs': > /usr/src/sys/amd64/linux32/linux32_sysvec.c:835: error: '__LINUX_NPXCW__' > undeclared (first use in this function) > /usr/src/sys/amd64/linux32/linux32_sysvec.c:835: error: (Each undeclared > identifier is reported only once > /usr/src/sys/amd64/linux32/linux32_sysvec.c:835: error: for each function it > appears in.) > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/VINNIX. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > My FreeBSD is: > FreeBSD vinnix.corp.triarius.com.br 7.1-STABLE FreeBSD 7.1-STABLE #54: Thu > Mar 5 19:50:49 BRT 2009 > root@vinnix.corp.triarius.com.br:/usr/obj/usr/src/sys/VINNIX > amd64 > > My kernel config file: > http://pastebin.com/m2c74fbf1 > > And I run cvsup yesterday! this was already fixed, please recvsup and it should just work