belsonc
Computer
- Feb 1, 2002
- 2
While trying to compile PalmOS code, I get this:
any ideas?
-C
Code:
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