From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18543 invoked by alias); 21 Sep 2009 17:59:43 -0000 Received: (qmail 18535 invoked by uid 22791); 21 Sep 2009 17:59:43 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_41 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Sep 2009 17:59:37 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D577410EA9; Mon, 21 Sep 2009 17:59:35 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id C47DA10EA3; Mon, 21 Sep 2009 17:59:35 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1MpnAl-0006Md-6z; Mon, 21 Sep 2009 13:59:35 -0400 Date: Mon, 21 Sep 2009 17:59:00 -0000 From: Daniel Jacobowitz To: Kevin Handy Cc: gcc@gcc.gnu.org Subject: Re: armv4t Message-ID: <20090921175935.GA24378@caradoc.them.org> Mail-Followup-To: Kevin Handy , gcc@gcc.gnu.org References: <4AB7BDC9.1060701@srv.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AB7BDC9.1060701@srv.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00411.txt.bz2 On Mon, Sep 21, 2009 at 11:54:17AM -0600, Kevin Handy wrote: > What version of GCC will build for a cross --target=armv4t-linux-eabi, > which I believe is the right code for an ixp425 processor? The host > compiler is gcc-4.3.3 on a Linux-debian-test system. I have also tried > unsuccessfully tried the armv5t target, with similar results. Don't try to put it in the triplet. Try using --with-cpu instead, and a normal armv4t-linux-gnueabi triplet. I'm pretty sure Xscale implements ARM v5TE though, so none of thse hoops should be necessary. > I need to find out where to look for a functional version of the gcc > cross compiler for this cpu. If you can't build GCC for your target, I suggest you either use a help list for that purpose (gcc-help or the crosstool or buildroot lists), or find a pre-compiled ARM Linux toolchain. -- Daniel Jacobowitz CodeSourcery