Hi All:
I have a problem I can't seem to find an easy solution for:
I have a large number of source files in my project, for which I have adapted the excellent Makefile from the WinAVR base set. That all works fine, however now I am trying to change the Makefile to work in a similar method to that described here:
http://mad-scientist.net/make/mu...
This also seems to work well, however avr-gcc barfs when confronted with the cygwin-style full pathnames (eg, /cygdrive/f/path/to/source/foo.c) - saying "no such file or directory".
Anyone found this little problem before, or even better, managed to solve it?
Cheers,
mvdw