From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13888 invoked by alias); 21 Sep 2009 17:54:43 -0000 Received: (qmail 13874 invoked by uid 22791); 21 Sep 2009 17:54:41 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.roanokeinternet.com (HELO mail.roanokeinternet.com) (205.209.16.70) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Sep 2009 17:54:27 +0000 Received: from [192.168.0.4] (unverified [198.60.103.178]) by sitestar.net (Sitestar Advanced Mail Server MG10 - www.sitestar.net) with ESMTP id 52988802-1879621 for ; Mon, 21 Sep 2009 13:59:55 -0400 Message-ID: <4AB7BDC9.1060701@srv.net> Date: Mon, 21 Sep 2009 17:54:00 -0000 From: Kevin Handy User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081204 Iceape/1.1.14 (Debian-1.1.14-1) MIME-Version: 1.0 To: gcc@gcc.gnu.org Subject: armv4t Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: kth@srv.net X-VirusScan: Message is clean (g_virus_cmd scanned message) X-IP-stats: Incoming Last 28, First 210, in=4, out=0, spam=0 ip=198.60.103.178 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/msg00410.txt.bz2 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. I have tried numerous versions, and get nothing but shell errors (such as "cannot compute suffix of object files"), and numerous syntax errors with the gcc source. I have built --target=xscale-elf in the past without any problems, but that target apparently no longer exists. In which version of gcc was xscale-elf dropped? I am trying to get a version of the gcc compiler that will compile for and ixp425 processor with the newer eabi, but I cannot find any version that will accept the target options, and successfully build. Nor can I get it to build with any --target I could thing of, eabi or otherwise. Has support the arm systems been dropped in gcc? and if so, in which version? I need to find out where to look for a functional version of the gcc cross compiler for this cpu.