Well, I may have figured out this one, but have no idea what to do to fix it. Heres the situation:
First I downloaded via svn, then I cd'ed to the folder and typed make which worked fine. I then typed make install and got a permissions error. So i put sudo and front of it, knowing it should work. I was wrong. I got this error from the very start:
Code: Select all
make: psp-config: Command not found
Makefile:9: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'. Stop.
After a few test, fooling around with the makefile, nothing worked, so i redownloaded and tried something else. I tried suo make. I got the same error as sudo make install. I'm not sure myself if I'm supposed to set the permissions for the pspdev folder or not, and personally, I'm not experienced enough to know how to give it all permissions, including the files and folders under pspdev. Thanks again
-Al