From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27986 invoked by alias); 28 Dec 2011 22:50:26 -0000 Received: (qmail 27976 invoked by uid 22791); 28 Dec 2011 22:50:25 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Dec 2011 22:50:12 +0000 Received: by vcge1 with SMTP id e1so10797969vcg.0 for ; Wed, 28 Dec 2011 14:50:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.157.83 with SMTP id a19mr178791vcx.54.1325112611789; Wed, 28 Dec 2011 14:50:11 -0800 (PST) Received: by 10.220.179.130 with HTTP; Wed, 28 Dec 2011 14:50:11 -0800 (PST) Date: Wed, 28 Dec 2011 22:50:00 -0000 Message-ID: Subject: [PATCH] Fixes for avr32 target From: Martin Guy To: 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: 2011-12/txt/msg00084.txt.bz2 Hi again This patch fixes the broken avr32 target in crosstool-ng. Mostly that had to do with replacing the dead custom tarball at dev.doredevelopments.dk (which entire site has dissapeared!) and downloading the avr32-headers from Atmel directly, and adding .zip extractor logic to handle it. I'm a bit confused by the sample configs, which seem to have some pattern to them but don't reflect the default ct-ng menuconfig values, so here's the procedure I used to configure it for avr32 after launching ct-ng menuconfig in an empty directory: Paths and misc options -> Shell to use as CONFIG_SHELL = sh Target options -> Target Architecture = avr32 Binary utilities -> binutils version = 2.18a C compiler gcc version = 4.2.2 C-library newlib version = 1.17.0 CONFIG_SHELL is necessary to get round the "fragment: command not found" bug when binutils-2.18 is configured using bash. Apart from that, no other configs seem necessary. Yann, maybe you can apply the above to whatever the template config is, in which case martinwguy@gmail.com and martinwguy.co.uk are OK as reported-by fields. Cheers M -- For unsubscribe information see http://sourceware.org/lists.html#faq