Re: [avr-gcc-list] Is it possible to do a combined gcc build, that includes the avr-lib?

2014-02-13 Thread David Fernandez
Well, I was expecting a better integration with gcc, as with newlib, so that I could use the same procedure to build the toolchain from sources (RPM packaging and the like). The bootstrapping phase you mention, I guess would be required if you build gcc to run on the target. I never needed to

[avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-13 Thread David Fernandez
Hi there, Anybody knows if there is a script to create the io files for these two processors? or if there is some procedure to create them? I guess I could go line by line trying to see if the definitions for atxmega16a4 match the ones from 16a4u, but then the thing is, do I need to add some

Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-13 Thread Paul Duke
Update your Atmel toolchain. I have linux 3.4.3 and both the 16a4u and 32a4u are included. Probably they're in the windows version too. On Thu, Feb 13, 2014 at 4:36 AM, David Fernandez wrote: > Hi there, > > Anybody knows if there is a script to create the io files for these two > processors? or