From 6da2fde11eca8be4a11cfea2e44a4b1f4902ff74 Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Sun, 21 Jun 2015 20:53:18 -0300 Subject: avr: add avr toolchain config sample The avr-libc manual and most distributions build the AVR 8-bit gcc toolchain with the "avr" (non-canonical) target. Some experimentation also led to the conclusion that other (canonical) targets are not very well supported, so we force the "avr" target for crosstool-ng as well. Some patches are required in avr-libc for a toolchain with gcc 5.x to work. These patches are still not part of any avr-libc release version, so the config sample currently forces 4.9.x to avoid requiring to clone avr-libc trunk. References: https://savannah.nongnu.org/bugs/?44574 https://gcc.gnu.org/gcc-5/changes.html Signed-off-by: Erico Nunes diff --git a/samples/avr/crosstool.config b/samples/avr/crosstool.config new file mode 100644 index 0000000..6aa2001 --- /dev/null +++ b/samples/avr/crosstool.config @@ -0,0 +1,4 @@ +CT_ARCH_avr=y +CT_CC_GCC_V_4_9_2=y +CT_DEBUG_gdb=y +CT_ISL_V_0_12_2=y diff --git a/samples/avr/reported.by b/samples/avr/reported.by new file mode 100644 index 0000000..512ed20 --- /dev/null +++ b/samples/avr/reported.by @@ -0,0 +1,3 @@ +reporter_name="Erico Nunes" +reporter_url="https://github.com/enunes" +reporter_comment="EXPERIMENTAL AVR 8-bit toolchain" -- cgit v0.10.2-6-g49f6