From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23114 invoked by alias); 30 Jun 2004 09:18:14 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 23106 invoked from network); 30 Jun 2004 09:18:13 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 30 Jun 2004 09:18:13 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5U9IDe1021376 for ; Wed, 30 Jun 2004 05:18:13 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5U9IC010615; Wed, 30 Jun 2004 05:18:12 -0400 Received: from [172.31.0.98] (vpnuser3.surrey.redhat.com [172.16.9.3]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id i5U9I9GG004778; Wed, 30 Jun 2004 10:18:10 +0100 Message-ID: <40E2872B.6010105@redhat.com> Date: Wed, 30 Jun 2004 09:18:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) MIME-Version: 1.0 To: Kor Snyman CC: binutils@sources.redhat.com Subject: Re: Support for TMS740 (ARM7TDMIE / TMS740 core)? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00589.txt.bz2 Hi Kor, > I have used gcc sucesfully for the AT91M55800 (arm7tdmi core) processor for the last couple of years. > I am upgrading to a TMS320VC5470 combined arm + dsp processor (arm7tdmie (alias TMS470) ARM core) . > Are there any changes required to binutils to support the TMS470? Yes and no. In order to support the ARM7TDMIE part of the processor no changes are needed to binutils. In order to support the DSP co-processor changes might be necessary depending upon what sort of co-processor it is. ie if support for this co-processor has not already been added to binutils then you will have to implement it yourself. Cheers Nick