This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fixes for avr32 target


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]