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

See crosstool-NG 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]

Re: Canadian build for AVR


Hi Jon

On 9 May 2013 00:32, jonsmirl@gmail.com <jonsmirl@gmail.com> wrote:
> I've been trying to do a Canadian build for the Avr32 without much
> success. I get lots of different compile failures depending on which
> releases of the various components I pick.
>
> I used this approach..
>
> apt-get install avc-gcc, etc...

Sorry, are you working for the AVR or AVR32? They are two totally
different processors, AVR has GCC support in mainline but not in
crosstool-ng. AVR32 does not have support in mainline GCC but does in
crosstool, thanks to several megabytes of patches for gcc-4.2.2,
binutils-2.18 and newlib-1.17

Mind you, I can't see GCC running on the 8-bit AVR processors, so I
assume you mean AVR32, in which case you might start from here:
http://spaces.atmel.com/gf/project/ct-ng/
which has patches for AVR32 for more versions, up to gcc-4.4.7.

That said, the current AVR32 stuff in crosstool-ng only supports
newlib on bare-metal targets if I understand correctly. What operating
system environment platform are you wanting the ct-ng-generated
compiler to run on?
  I think the AVR32 patches have support for uclinux (or had... I fear
I may have diked that part out while pruning the patches for my
project).  Do you maybe have linux/uclibc running on AVR32?

   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]