Compile problems in Cygwin

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Mmy
Posts: 9
Joined: Mon Aug 08, 2005 2:53 am

Compile problems in Cygwin

Post by Mmy »

I have followed and completed setup using a tutorial here:

http://www.scriptscribbler.com/psp/tuto ... sson01.htm

When I completed the Hello World application in the second part of the tutorial and go to compile I get this error:

Code: Select all

Mmy@home ~/projects/helloworld
$ make
make: psp-config: Command not found
Makefile:12: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'.  Stop.
I can't seem to find anywhere where I messed up. What could be causing this?
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Please use this tutorial instead:

http://wiki.pspdev.org/psp:programming_faq

It looks like you haven't set your environment variables correctly, specifically your PATH variable.
Mmy
Posts: 9
Joined: Mon Aug 08, 2005 2:53 am

Post by Mmy »

Thanks so much, got it worked out. Now a solid couple of weeks learning, then i wanna start something big. ^^
Post Reply