From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 18:44:54 2007 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 72B2316A417 for ; Mon, 27 Aug 2007 18:44:54 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 2EECC13C45A for ; Mon, 27 Aug 2007 18:44:54 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1IPja1-000IHl-6e for freebsd-current@freebsd.org; Mon, 27 Aug 2007 21:44:53 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Aug 2007 21:44:53 +0300 From: Danny Braniss Message-ID: Subject: -current cross compile for -stable 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: Mon, 27 Aug 2007 18:44:54 -0000 till now I used a stable box to cross compile for other arch/stable|current. today i decided to try out -current as a base to cross compile. does it work? since i get: export MAKEOBJDIRPREFIX=/r+d/obj/cs4 cd /r+d/6.2/src; make TARGET_ARCH=amd64 buildworld ... /r+d/6.2/src/gnu/usr.bin/binutils/as/../../../../contrib/binutils/gas/config/tc -i386.h:451: error: array type has incomplete element type *** Error code 1 Stop in /r+d/6.2/src/gnu/usr.bin/binutils/as.