×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

problems with make in cygwin

problems with make in cygwin

problems with make in cygwin

(OP)
ok, I'm working on trying to get PalmOS code to compile, or more specifically, make under cygwin, and it's giving me an error message that I don't know what to do with:

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?

RE: problems with make in cygwin

Hi belsonc!

The line you sent shows the following commands executed one after the other:

cd GCC/
rm *.bin
pilrc -I ../Src/ ../Src/Resources.rcp

There is no *.bin files in GCC directory (probably just a warning output by rm function)
pilrc executable file is not found. Where is this executable? I don't know; you have to figure that out on your machine.

It seems the problem is not related to make, but to "pilrc" which is not found in the PATH environment variable.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources