Hi Rick, Whoops - posting to the list this time.
> configure:2276: /Users/rmann/Projects/AVR/gcc/full/avr/./gcc/xgcc - > B/Users/rmann/Projects/AVR/gcc/full/avr/./gcc/ -B/usr/local/avr/avr/ > bin/ -B/usr/local/avr/avr/lib/ -isystem /usr/local/avr/avr/include - > isystem /usr/local/avr/avr/sys-include -v </dev/null >&5
It looks like your PATH is messed up. It seems to be finding the avr version of the compiler and trying to use that to build the avr compiler rather than using the native gcc compiler. Remove the path to the avr compiler from your PATH. -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/ _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
