From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4760 invoked by alias); 22 Sep 2010 08:09:22 -0000 Received: (qmail 4750 invoked by uid 22791); 22 Sep 2010 08:09:21 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_JL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Sep 2010 08:09:17 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8M89F9i001033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 22 Sep 2010 04:09:15 -0400 Received: from zebedee.pink (ovpn-113-27.phx2.redhat.com [10.3.113.27]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8M89DDx024866; Wed, 22 Sep 2010 04:09:14 -0400 Message-ID: <4C99B9A8.5080008@redhat.com> Date: Wed, 22 Sep 2010 08:09:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0 MIME-Version: 1.0 To: Josh Marinacci CC: java@gcc.gnu.org Subject: Re: Advice on compiling GCJ for ARM References: <3D92DBFC-92B6-439F-B565-BB29CF1FC04A@marinacci.org> <4C9872F4.90409@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2010-09/txt/msg00011.txt.bz2 On 21/09/10 15:18, Josh Marinacci wrote: > > On Sep 21, 2010, at 4:55 AM, Andrew Haley wrote: > >> On 21/09/10 04:14, Josh Marinacci wrote: >> >>> I've been trying off and on for a week to build a GCJ compiler for >>> webOS, a Linux variant on ARM, with very little success. On the >>> bright side I've started to learn more about how the GCC build >>> system works. :) My host machine is Mac OSX 10.6.4, Snow >>> Leopard. I've been able to get GCJ for Mac OSX (darwin) working >>> (though with a few issues), but I can't the cross compiler to even >>> finish compiling. >> >> Works for me. You have to build with the right options. My setup is >> >> $ /home/aph/gcc/gcc-4_5-branch/configure --prefix=/home/aph/x-arm/install --target=arm-linux-gnueabi --with-sysroot=/home/aph/x-arm/rootfs-f12/ --with-headers=/home/aph/x-arm/chroot-arm/usr/include/ -disable-libssp --disable-libgomp --disable-libmudflap --disable-multilib --disable-static --disable-sjlj-exceptions --enable-languages=java > > what version of gcc 4.5 branch: more or less 4.5.1. > & glibc are you using? Hmmm, dunno. Whatever is in Fedora 12: glibc-2.11.2-1. Andrew.