From owner-freebsd-arm@FreeBSD.ORG Tue May 19 19:53:11 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A64751065674 for ; Tue, 19 May 2009 19:53:11 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8BB848FC16 for ; Tue, 19 May 2009 19:53:11 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 31529 invoked from network); 19 May 2009 19:53:11 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 19 May 2009 19:53:11 -0000 Message-ID: <4A130E2A.3060900@telenix.org> Date: Tue, 19 May 2009 15:53:14 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.19 (X11/20090121) MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: making the cross tools X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 19:53:11 -0000 Referring to the "Mini-install guide" that's on the Arm web page, I've built/installed the compiler, but when I got to the 2nd set of instructions, about building the binutils, it gives me this error after doing quite a bit of building: make: don't know how to make /usr/cross/usr/lib/libc.a. Stop *** Error code 2 The DESTDIR is /usr/cross, and the command itself from the guide sets the TOOLS_PREFIX also to /usr/cross. Any idea what's going on, that it's refusing to use my system libc.a? It's a cross-compiler here, which means it's going to execute here on my i386 machine, so it really SHOULD use my local libc.a (not some libc.a for the Arm arch), right?