From owner-freebsd-current@FreeBSD.ORG Fri Jan 26 06:29:43 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C83916A402 for ; Fri, 26 Jan 2007 06:29:43 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.175]) by mx1.freebsd.org (Postfix) with ESMTP id 87F3813C484 for ; Fri, 26 Jan 2007 06:29:43 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id l0Q6TYQI003327; Thu, 25 Jan 2007 22:29:34 -0800 (PST) Received: from [172.23.10.62] (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id l0Q6TSD7009190 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 25 Jan 2007 22:29:29 -0800 (PST) In-Reply-To: <45B99C6E.2030803@delphij.net> References: <45B97535.5070900@delphij.net> <45B997ED.7000605@delphij.net> <45B99C6E.2030803@delphij.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1C63ACE4-DD1E-4FDB-A36B-F3D9650773EF@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Thu, 25 Jan 2007 22:28:08 -0800 To: LI Xin X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: FreeBSD Current Subject: Re: PowerPC port broken? 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, 26 Jan 2007 06:29:43 -0000 On Jan 25, 2007, at 10:15 PM, LI Xin wrote: > Latest build shows this: > > (What does Assembler messages: > FATAL: can't create crtbegin.o: Invalid bfd target > mean for me, by the way?) This probably means that the wrong compiler driver or assembler is being picked up. One that doesn't isn't targeting powerpc. I'll fire-up a cross-build on my amd64 and get back to you... > Stop in /usr/src. > > [1] Exit 1 make buildworld TARGET=powerpc > __MAKE_CONF=/dev/null > _.powerpc.buildworld What happens if you set TARGET_ARCH instead of TARGET? -- Marcel Moolenaar xcllnt@mac.com