Re: [avr-gcc-list] AVR tool chain on MacOSX

2014-12-01 Thread David Gustavson
Wow, what a process! Thank you so much for documenting the whole thing so the rest of us don't have to piece it together for ourselves! DaveGadgeteer On Mon, Dec 1, 2014, at 11:49 AM, Andreas Höschler wrote: > Hi, > > I would like to thank you all for helping me out while setting up the > tool c

Re: [avr-gcc-list] AVR tool chain on MacOSX

2014-12-01 Thread Andreas Höschler
Hi, I would like to thank you all for helping me out while setting up the tool chain on MacOSX. I finally got it working!! For whomever is interested here is the list of required steps: Thanks a lot, Andreas

Re: [avr-gcc-list] AVR tool chain on MacOSX

2014-11-28 Thread Andreas Höschler
Hi all, >> I checked the Linux scripts you pointed to and tried to apply what they >> have therein. They patch the gcc 4.5.1 sources. Part of the patch is >> bringing the avr-devices.c file into the gcc source tree. > > You do know that you'd have to apply the included binutils patches to > binu

Re: [avr-gcc-list] AVR tool chain on MacOSX

2014-11-28 Thread cfo
On Fri, 28 Nov 2014 14:02:43 +0100, Andreas Höschler wrote: > Hi Jan, > > I checked the Linux scripts you pointed to and tried to apply what they > have therein. They patch the gcc 4.5.1 sources. Part of the patch is > bringing the avr-devices.c file into the gcc source tree. You do know that yo

Re: [avr-gcc-list] AVR tool chain on MacOSX

2014-11-28 Thread Andreas Höschler
Hi Jan, I checked the Linux scripts you pointed to and tried to apply what they have therein. They patch the gcc 4.5.1 sources. Part of the patch is bringing the avr-devices.c file into the gcc source tree. I could run all the patches on my gcc 4.5.1 tree. Unfortunately building the gcc fails

Re: [avr-gcc-list] AVR tool chain on MacOSX

2014-11-27 Thread Andreas Höschler
Hi Jan, >> I googled a lot on this problem and this time tried to build the chain on >> MacOSX (recipe below). I still hit the same problem. It simply won't build >> code for the atmega2560 chip! :-( > > The device list in gcc is in gcc/config/avr/avr-devices.c - can you see > atmega2560/2561 t

Re: [avr-gcc-list] AVR tool chain on MacOSX

2014-11-27 Thread Jan Waclawek
>I googled a lot on this problem and this time tried to build the chain on >MacOSX (recipe below). I still hit the same problem. It simply won't build >code for the atmega2560 chip! :-( The device list in gcc is in gcc/config/avr/avr-devices.c - can you see atmega2560/2561 there? JW __