forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem with make

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Tsukasa



Joined: 04 Jul 2005
Posts: 12

PostPosted: Mon Jul 04, 2005 6:35 am    Post subject: Problem with make Reply with quote

Hi,

I've a problem with installing the pspsdk.
After I successfully installed the toolchain, I've had configure the pspsdk. Now I want to make with the generated makefile, but I've got these errors:

Code:

######:/home/files/sdk-1.0 # make
make  all-recursive
make[1]: Entering directory `/home/files/pspsdk-1.0+beta'
Making all in sdk
make[2]: Entering directory `/home/files/pspsdk-1.0+beta/sdk'
Making all in audio
make[3]: Entering directory `/home/files/pspsdk-1.0+beta/sdk/audio'
no  -g -O2 -G0 -Wall -I../../sdk/base -I../../sdk/kernel -c `test -f 'audio.S' || echo './'`audio.S
/bin/sh: line 1: no: command not found
make[3]: *** [audio.o] Error 127
make[3]: Leaving directory `/home/files/pspsdk-1.0+beta/sdk/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/files/pspsdk-1.0+beta/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/files/pspsdk-1.0+beta'
make: *** [all] Error 2


Where can I get the program "no" ?

I've already tried to compile the sample, but then I've got this error:

Code:

make: psp-config: Command not found
Makefile:16: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'.  Stop.



Thanks
Back to top
View user's profile Send private message
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Mon Jul 04, 2005 6:43 am    Post subject: Reply with quote

Once you've installed the toolchain you have to put it on your PATH. If your toolchain is installed to /usr/local/pspdev, then you would put /usr/local/pspdev/bin on your PATH.

I guess the bug here is that I don't immediately exit if the tools aren't found (I thought I tested that though).
Back to top
View user's profile Send private message
Tsukasa



Joined: 04 Jul 2005
Posts: 12

PostPosted: Mon Jul 04, 2005 7:18 am    Post subject: Reply with quote

Thanks a lot, but it still doesn't work..

Now it miss the psp-config file

:(
Back to top
View user's profile Send private message
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Mon Jul 04, 2005 10:04 am    Post subject: Reply with quote

Um, you have to have the tools on your PATH before you configure PSPSDK.

Reread the README, it's all in there.
Back to top
View user's profile Send private message
Tsukasa



Joined: 04 Jul 2005
Posts: 12

PostPosted: Mon Jul 04, 2005 11:35 pm    Post subject: Reply with quote

Thank you

I've had some problems to understand what I have to do but now it works fine :)
Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group