[avr-libc-dev] [patch #9543] Add avrxmega3 devices.

2019-02-21 Thread Sven
Follow-up Comment #19, patch #9543 (project avr-libc): I have successfully used this patch with the ATtiny817 which works well. Are there concrete plans to get this merged? Thanks, Sven ___ Reply to this item at: <ht

[avr-libc-dev] headers only / bootstrapping an avr toolchain

2008-11-03 Thread Sven Köhler
headers-only - make all - make install But avr-libc's current configure doesn't allow that to happen. It always checks for avr-gcc, but of course it doesn't find it. Can you think of a way to enhance avr-libc with a "install headers-only" mode? If not, how is an avr t

[avr-libc-dev] Re: headers only / bootstrapping an avr toolchain

2008-11-04 Thread Sven Köhler
Weddington, Eric schrieb: Do Gentoo developers not know how to read documentation?: I'm not sure who developed the avr-libc package for Gentoo. But it turns out, that running crossdev --without-headers -S -t avr works just fin

Re: [avr-libc-dev] Re: headers only / bootstrapping an avr toolchain

2008-11-05 Thread Sven Köhler
install avr-libc's headers >> after binutils and before gcc? >> > > gcc only has a dependency on the avr-libc headers when building the objc > compiler. Since no one is likely to ever use objc, you could simply > adjust the crossdev scripts to not attempt to build the obj