From owner-freebsd-current@FreeBSD.ORG Fri Apr 16 01:19:03 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 295F8106564A for ; Fri, 16 Apr 2010 01:19:03 +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 A73418FC0A for ; Fri, 16 Apr 2010 01:19:02 +0000 (UTC) Received: by bwz6 with SMTP id 6so1832119bwz.13 for ; Thu, 15 Apr 2010 18:19:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:in-reply-to:x-mailer :subject:references:message-id:content-type :content-transfer-encoding:mime-version:date:cc; bh=GSNsKfXNqEbDkkvQh3TiFmv+GxJ1PQ+NLwSlKmiMWmM=; b=Y3uFimllHrz6hT912R6v5BJAWQGn8rkRV1ahW3FCL//gmvVGQE+Tddz3R8JSdRXmjZ RTwN4w7pnJai8/194tRUgKLkrnn8bjMMiRzdIVXomMPf2aOvQ4Kc7ll6HbHZV2gvvmcq ZzKrlV1IM/6V0iVz6Ohl6r+osqoNrKf32tzdc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:in-reply-to:x-mailer:subject:references:message-id :content-type:content-transfer-encoding:mime-version:date:cc; b=xF64z+aoqFEqq+LiGUUSb6nx0RTcB9d4l5Mc+Vkx+GJFoMSCaUwv0Ch5SVhMjhI5tP DDiHEG+WSh4hDynpE62zCD5I7+Vho367E20qboMQ7Y0u/WNAfIpE8xudyRKV8vIrhJju +M4JfFTZA7LRQvDPh2M0M4mN2/wvygs+ejVw8= Received: by 10.102.17.29 with SMTP id 29mr576274muq.45.1271380741374; Thu, 15 Apr 2010 18:19:01 -0700 (PDT) Received: from [10.0.0.1] ([77.41.31.122]) by mx.google.com with ESMTPS id s10sm10904392mue.27.2010.04.15.18.19.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 18:19:00 -0700 (PDT) From: Arseny Nasokin To: Andriy Gapon In-Reply-To: <4BC79B5C.7030307@icyb.net.ua> X-Mailer: iPhone Mail (7E18) References: <6568D0A3-6061-4E24-9568-0D190469C97A@gmail.com> <4BC79B5C.7030307@icyb.net.ua> Message-Id: <522A0C7F-396C-42C8-BD6A-240EBEDCF589@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPhone Mail 7E18) Date: Fri, 16 Apr 2010 05:19:01 +0400 Cc: FreeBSD Mail Lists Subject: Re: 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: Fri, 16 Apr 2010 01:19:03 -0000 On 16 Apr 2010, at 03:03, Andriy Gapon wrote: > on 16/04/2010 01:27 Arseny Nasokin said the following: >> 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? > > kernel-toolchain > See build(7) Thanks, I'll create bug with patch > > -- > Andriy Gapon