From owner-freebsd-amd64@FreeBSD.ORG Fri Jan 25 20:28:34 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42A8D16A420 for ; Fri, 25 Jan 2008 20:28:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id E107913C447 for ; Fri, 25 Jan 2008 20:28:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 229730500-1834499 for multiple; Fri, 25 Jan 2008 15:13:37 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m0PKCKon049939; Fri, 25 Jan 2008 15:12:20 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Fri, 25 Jan 2008 15:03:29 -0500 User-Agent: KMail/1.9.7 References: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> In-Reply-To: <07bb01c85f68$04f85440$b6db87d4@multiplay.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801251503.29219.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 25 Jan 2008 15:12:20 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5550/Fri Jan 25 02:02:45 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: Cross build of i386 on 7.0 fails X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 20:28:34 -0000 On Friday 25 January 2008 10:36:14 am Steven Hartland wrote: > I'm sure I must be missing something simple but I've searched google > and the mail archives and cant find the answer to this. > > When trying to build i386 targets in amd64 buildkernel fails with the > following:- > > make buildkernel TARGET=i386 > .... > >>> stage 3.1: making dependencies > ... > /usr/src/sys/i386/i386/genassym.c:1: error: -mpreferred-stack-boundary=2 is not between 4 and 12 > > What I think is happening is that something is still working as though > I want amd64 bins and hence the error. Is this the case? What am I > missing? > > On an related topic upgrading i386 boxes to amd64 and vice versa from > source is this possible, if so how. I tried installing a new amd64 > ( 7.0 ) kernel on my test i386 ( 6.2 ) machine but boot failed with: > init died ( signal 0, exit 1 ) > > I'm sure this is FAQ but again searching google and mail lists didn't Did you do 'make TARGET=i386 kernel-toolchain' (or buildworld or toolchain) first? -- John Baldwin