I actually used a combination of the regular installation procedure suggested on the avr-toolchain installation guide, and the crossdev workaround.
Doing so gets me further along in the process, but I still get some install errors associated with unknown functions. The error log gives the following; ERROR: log data follows (/home/erwade/gumstix/gumstix-oe/tmp/work/gumstix-custom-connex-angstrom-linux-gnueabi/robostix-1.0-r0/temp/log.do_compile.14599) | Building ArgTest/ ... | Building Flash-LED/ ... | Building i2c-BootLoader/ ... | Linking i2c-Boot-m128-16MHz.elf ... | /lib/gcc/avr/4.2.1/../../../../avr/lib/avr5/libc.a(eerd_block.o): In function `__eerd_block': | /home/erwade/Desktop/AVRINSTALL/avr-libc-1.6.2/avr/lib/avr5/../../../libc/misc/eerd_block.c:35: undefined reference to `__prologue_saves__' | /home/erwade/Desktop/AVRINSTALL/avr-libc-1.6.2/avr/lib/avr5/../../../libc/misc/eerd_block.c:36: undefined reference to `__epilogue_restores__' | /lib/gcc/avr/4.2.1/../../../../avr/lib/avr5/libc.a(eewr_block.o): In function `__eewr_block': | /home/erwade/Desktop/AVRINSTALL/avr-libc-1.6.2/avr/lib/avr5/../../../libc/misc/eewr_block.c:35: undefined reference to `__prologue_saves__' | /home/erwade/Desktop/AVRINSTALL/avr-libc-1.6.2/avr/lib/avr5/../../../libc/misc/eewr_block.c:36: undefined reference to `__epilogue_restores__' | make[1]: *** [i2c-Boot-m128-16MHz.elf] Error 1 | make: *** [i2c-BootLoader/] Error 2 Specifically, are these references (__epilogue_restores__, __prologue_saves__) necessary, or can I comment out the associated lines? -- View this message in context: http://www.nabble.com/avr-libc-installation-error-tp16469007p16690920.html Sent from the AVR - Libc - Dev mailing list archive at Nabble.com. _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-libc-dev