| View previous topic :: View next topic |
| Author |
Message |
Mmy
Joined: 08 Aug 2005 Posts: 9
|
Posted: Wed Aug 10, 2005 1:59 am Post subject: Compile problems in Cygwin |
|
|
I have followed and completed setup using a tutorial here:
http://www.scriptscribbler.com/psp/tutorials/lesson01.htm
When I completed the Hello World application in the second part of the tutorial and go to compile I get this error:
| Code: | 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? |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Wed Aug 10, 2005 2:01 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Mmy
Joined: 08 Aug 2005 Posts: 9
|
Posted: Wed Aug 10, 2005 2:08 am Post subject: |
|
|
| Thanks so much, got it worked out. Now a solid couple of weeks learning, then i wanna start something big. ^^ |
|
| Back to top |
|
 |
|