I'm using the windowsxp. The version of 'cat' that I'm using comes bundled with the arduino download.
The makefile runs cat.
Here is the output:
cat \arduino-0012\hardware\cores\arduino\main.cxx >> applet\foo.cpp
cat: arduino-0012hardwarecoresarduinomain.cxx: No such file or directory
make: *** [applet_files] Error 1
I also tried the forward slash, /, but that gives
cat: /arduino-0012/hardware/cores/arduino/main.cxx: No such file or directory
(doubling up the back slashes, \, didn't help)
However, if I run the cat command manually, it works. Any ideas?
Thanks