avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-gcc-list] Building the gnu compiler


From: Marc Wetzel
Subject: RE: [avr-gcc-list] Building the gnu compiler
Date: Mon, 19 May 2003 07:13:36 +0200

Binutils:
./configure --target=avr
 make
 make install

Gcc:
./configure --target=avr --enable-languages=c
 make
 make install

But better use a build sub-directory like...
 cd binutils-x.y.z
 mkdir build-avr
 cd build-avr
 ../configure [and so on]


Greetings
/Marc

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden On Behalf Of Erik Christiansen
> Sent: Monday, May 19, 2003 6:37 AM
> To: address@hidden
> Subject: [avr-gcc-list] Building the gnu compiler
> 
> 
>    Following Atmel's link, I'm trying to build the compiler from the
>    AVR Development Tools Snapshots at
>    http://savannah.nongnu.org/download/avr-libc/snapshots/ ,
>    starting with binutils.
> 
>    The README is the bog standard minimalist one, with not a 
> word about
>    avr configure options, and the archive for this list appears not to
>    be searchable, so let's see if the thing is ready to roll:
> 
>    $ ./configure
>    creating cache ./config.cache
>    checking host system type... i686-pc-linux-gnu
>    checking target system type... i686-pc-linux-gnu
>    checking build system type... i686-pc-linux-gnu
> 
>    Nope, that's no good. What's in configure?:    avr-*-*)
> 
>    $ ./configure --target=avr-*-*
>    checking target system type... Invalid configuration `avr-*-*':
>    system `*' not recognized
> 
>    What about the GCC Manual?: Nope, no mention of avr as a known
>    target.
> 
>    Hmmm ... trying to read the minds of the tool's originators is not
>    working very well.
> 
>    Does some kind soul have a hint to share, regarding legitimate
>    targets?
> 
> Regards,
> Erik
> 
> -- 
>  _,-_|\    Erik Christiansen
> /      \   Registered (Debian) Linux User #216862
> \_,-.__/   
>       v    
> 
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden 
> http://www.avr1.org/mailman/listinfo/avr-gcc-> list
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]