problem with make under cygwin
problem with make under cygwin
(OP)
While trying to compile PalmOS code, I get this:
Administrator@VAIO /MyProject
$ make
( cd GCC/; rm *.bin; pilrc -I ../Src/ ../Src/Resources.rcp)
rm: cannot remove `*.bin': No such file or directory
pilrc: not found
make: *** [GCC/bin.stamp] Error 127
Administrator@VAIO /MyProject
$
any ideas?
-C
Administrator@VAIO /MyProject
$ make
( cd GCC/; rm *.bin; pilrc -I ../Src/ ../Src/Resources.rcp)
rm: cannot remove `*.bin': No such file or directory
pilrc: not found
make: *** [GCC/bin.stamp] Error 127
Administrator@VAIO /MyProject
$
any ideas?
-C




