Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with make under cygwin

Status
Not open for further replies.

belsonc

Computer
Joined
Feb 1, 2002
Messages
2
Location
US
While trying to compile PalmOS code, I get this:
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top