From owner-freebsd-ppc@FreeBSD.ORG Tue Mar 8 02:45:45 2005 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1764816A4CE for ; Tue, 8 Mar 2005 02:45:45 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E96543D39 for ; Tue, 8 Mar 2005 02:45:44 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.30.60] (CPE-30-60.dsl.onthenet.net [203.144.30.60]) j282jfnP001724; Tue, 8 Mar 2005 12:45:43 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <422D1349.2000200@freebsd.org> Date: Tue, 08 Mar 2005 12:51:53 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Lu=EDs_Vit=F3rio_Cargnini?= References: <1110249562.82236.4.camel@shark.xsynapse.com> In-Reply-To: <1110249562.82236.4.camel@shark.xsynapse.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: powerpc@freebsd.org Subject: Re: cross compile libc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 02:45:45 -0000 > hi someone could help me cross compile libc from /usr/src ?? > I mus download the source from CURRENT ?? Yes. > someone could help me to create a toolchain and cross compilate freebsd > to powerPC ??? Once you've downloaded the source, then apply the diff at: http://people.freebsd.org/~grehan/sysv4.h.diff and then: # make TARGET_ARCH=powerpc buildworld later, Peter.