From owner-freebsd-current@FreeBSD.ORG Thu Apr 15 22:27:05 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 243DF106566B for ; Thu, 15 Apr 2010 22:27:05 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id A34698FC0A for ; Thu, 15 Apr 2010 22:27:04 +0000 (UTC) Received: by bwz6 with SMTP id 6so1761396bwz.13 for ; Thu, 15 Apr 2010 15:27:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:x-mailer:subject :mime-version:date; bh=xWizDxu9DMSKEbBeyXCGMF6CDk0RVqIpWrl0yYqF0qA=; b=SYGaj7sk7XLpwA7TtHoQaSoXodBp3gzcD5YSEW38Ggz7aPHVXlq90FRiaPK9OfB99F BIRkWMgM3KvPpQNRZA8/cQil5ej541HSCvYG/6n+pCoiK5/DqyINuoLDWKfWuBr1oz9z 6U0rgfHRl0AXb5F9AkUKUNMrqHCu+ZBRdqKVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:x-mailer :subject:mime-version:date; b=WOs8k4WlJ7m7p4TBc9CCvi4q8SZzMhvZ3suCa+ZwPIVSY21yI2+6IXOAYGHRZtMhb1 KEEPajq9F8WpfUG0Ly0pJabvtIZOeGVWfMfZZFDK2PespunHJIcIsm/JPP75UT2jbvhO 0VEh+vuZx7qNbIJuh+mYuQrFxTuTqc7VKZgBk= Received: by 10.102.240.32 with SMTP id n32mr464473muh.114.1271370423473; Thu, 15 Apr 2010 15:27:03 -0700 (PDT) Received: from [10.0.0.1] ([77.41.31.122]) by mx.google.com with ESMTPS id s10sm10421460mue.27.2010.04.15.15.27.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 15:27:03 -0700 (PDT) Message-Id: <6568D0A3-6061-4E24-9568-0D190469C97A@gmail.com> From: Arseny Nasokin To: FreeBSD Mail Lists X-Mailer: iPhone Mail (7E18) Mime-Version: 1.0 (iPhone Mail 7E18) Date: Fri, 16 Apr 2010 02:27:04 +0400 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Cross compilling kernel i386/amd64 is failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 22:27:05 -0000 I get error in same point when I try compile amd64 current GENERIC on i386 machine. Svn revision is 206597 Error at src/sys/amd64/amd64/genassym.c:1: code model 'kernel' not supported in the 32 bit mode. how to cross compile it? PS: I build only kernel at this point. Should I rebuild whole world to build kernel?