From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5473 invoked by alias); 17 Apr 2012 19:07:16 -0000 Received: (qmail 5463 invoked by uid 22791); 17 Apr 2012 19:07:15 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Apr 2012 19:06:36 +0000 Received: by obbeh20 with SMTP id eh20so4127586obb.0 for ; Tue, 17 Apr 2012 12:06:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.86.200 with SMTP id r8mr23651974obz.20.1334689595885; Tue, 17 Apr 2012 12:06:35 -0700 (PDT) Received: by 10.182.111.68 with HTTP; Tue, 17 Apr 2012 12:06:35 -0700 (PDT) In-Reply-To: <4F8D7903.6040208@mvtec.com> References: <4F8D7903.6040208@mvtec.com> Date: Tue, 17 Apr 2012 19:07:00 -0000 Message-ID: Subject: Re: Need a cross compiler for very old PXA270-based system From: Martin Guy To: Eric Doenges Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00018.txt.bz2 On 17 April 2012 16:06, Eric Doenges wrote: > I have the following problem - a customer wants us to port our software > to their existing embedded system, which uses an Intel PXA270 processor > and runs an ancient Linux (I think it's 2.6.16). The toolchain used for > this system is the 'arm-linux-toolchain-bin-12-15-04-driscoll.tar.gz'. > Unfortunately, a bug in gcc-3.4.3 prevents our software from compiling > correctly, so I need a newer version of gcc that uses the headers and > libraries from the existing toolchain. The quickest way would be to install a prebuilt toolchain, unless you are up for the challenge. You'll find Debian packages of gcc 4.1, 4.2 and 4.3 arm-linux-gnu cross toolchains under http://www.emdebian.org/debian/pool/main/g/ Instructions for installing them are on that site's main page and will work in Debian or Ubuntu systems. They should be binary-compatible with your target. If you're not familiar with Debian systems get back to me and I'll tell you the mumble you need to chant at them to install them, M -- For unsubscribe information see http://sourceware.org/lists.html#faq