while building the compiler (gcc-4.3.3) I get the following error:
checking for avr-nm... k/Data/Development/gcc-cvs/build/gcc-obj/./gcc/nm
checking for avr-ranlib... /mingw/avr_43_gnat/avr/bin/ranlib
checking for avr-strip... /mingw/avr_43_gnat/avr/bin/strip
checking whether ln -s works... yes
checking for avr-gcc...
/k/Data/Development/gcc-cvs/build/gcc-obj/./gcc/xgcc
-B/k/Data/Development/gcc-cvs/build/gcc-obj/./gcc/
-B/mingw/avr_43_gnat/avr/bin/ -B/mingw/avr_43_gnat/avr/lib/ -isystem
/mingw/avr_43_gnat/avr/include -isystem
/mingw/avr_43_gnat/avr/sys-include -mmcu=avrxmega4
checking for suffix of object files... configure: error: cannot compute
suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory `/k/Data/Development/gcc-cvs/build/gcc-obj'
make: *** [all] Error 2
I am using binutils 2.20 unpatched and the gcc-4.3.2 patches as
available from the WinAVR CVS repository. The gcc patches apply all
cleanly against gcc-4.3.3.
It seams to me that the binutils still don't know about the xmega chips.
rolf
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list