Alex Shepherd <[EMAIL PROTECTED]> wrote: > > Let me know if anything is broken. > > Just installed latest WinAVR, did a "make clean" and then a "make" and > complains about not being able to find the finding the include files in libc
IIRC, I've seen this behaviour somewhere before. Try to copy the avr tree into msys tree: mkdir C:\msys\1.0\WinAVR cp -a /c/WinAVR/avr/ /c/msys/1.0/WinAVR/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
