As Georg-Johann Lay wrote: > > The problem with supporting new devices is, without a corresponding > > addition to binutils and GCC, it could not even be compile-tested in > > avr-libc. > > Why that?
> Just compile -mmcu=avrxmega7 -D__AVR_ATxmega128A1U__ and follow the > description in the avr-gcc Wiki. OK, while I have expressed my doubts that mere mortal end-users would do it that way, you're right, inside avr-libc, we could. Only problem is that it means to rewrite parts of the build system, because we somehow have to perform the mapping from the MCU type to the respective other options (generic MCU type) inside the build system then. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-libc-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-libc-dev
