| View previous topic :: View next topic |
| Author |
Message |
elad_thc
Joined: 23 Jan 2006 Posts: 2
|
Posted: Mon Jan 23, 2006 7:16 am Post subject: missing build.mak |
|
|
I need some help I finaly managed to get the PSP tolchain installed as instructed in the online tutorial. I then proceeded to the next tutorial on making you first hello world prog but when I type make the following message is returned
| Code: |
$ make
Makefile:12: cygdrive/C/cygwin/usr/local/pspdev/lib/build.mak: No such file or directory
make:*** No rule to make target 'cygdrive/C/cygwin/usr/local/pspdev/lib/build.mak'. Stop.
|
on closer inspection of the folder in windows I discovered that there is no build.mak file
if someone could please send me a copy or post the contents that would be great.[/img] |
|
| Back to top |
|
 |
JJS
Joined: 23 Jan 2006 Posts: 1
|
Posted: Mon Jan 23, 2006 7:33 am Post subject: |
|
|
build.mak is located in /usr/local/pspdev/psp/sdk/lib
or cygdrive/C/cygwin/usr/local/pspdev/psp/sdk/lib/build.mak in your case
psp-config --pspsdk-path will get you most of the way there if you're doing it programmatically. I would check how old that tutorial is as it seems there have been quite a few (helpful) changes to the PSP sdk made since the tutorial might have been written/updated. |
|
| Back to top |
|
 |
nullp01nter

Joined: 04 Jan 2006 Posts: 26 Location: Saxony/Germany
|
Posted: Mon Jan 23, 2006 7:39 am Post subject: |
|
|
I don't know which tutorial you tried, but maybe you also should read this one:
http://www.scriptscribbler.com/psp/tutorials/lesson01.htm
And no, I don't think it would help if anyone sends you his build.mak, because in your installation something seems to be wrong. There will be more errors, I think.
Additionally, your "cygdrive/C/cygwin..." looks really odd. Normally in these tutorials the word "cygdrive" has to be substituted with the drive letter you installed to, for example "C:".
Thoralt |
|
| Back to top |
|
 |
CaseyB
Joined: 23 Jan 2006 Posts: 15
|
Posted: Mon Jan 23, 2006 8:14 am Post subject: |
|
|
| When I initially ran the toolchain script it finished with errors, but being me I decided to try to build the "Hello World" any way and that's the error I got too! What fixed it for me was to run svn update before running the toolchain script again. |
|
| Back to top |
|
 |
elad_thc
Joined: 23 Jan 2006 Posts: 2
|
Posted: Mon Jan 23, 2006 9:53 am Post subject: thanks |
|
|
| thanks casey im trying that right now |
|
| Back to top |
|
 |
|