I have had some basic programming classes. C, C++, Python. Now I think I know enough to learn how to program for the psp. I just saw where someone released a tut and a example file of how to render polygons on the screen, so I wanted to try it out.
But What all do I need to compile?
I have bloodshed and visual studio.net 2003.
Do i have to have the codewarrior psp dev kit?
Cannot I not use something else to compile?
Skye
Nub Question, compiling.
Sigh, i got as far as to untar the toolchain file. And as far as to give permissions to the .sh file.
Now im running into this problem, and im sure its just as nubby as my first question.
$ ./toolchain.sh
gmake: not found
make: not found
ERROR: Please make sure you have GNU 'make' installed.
Any advice?
Edit
Installed the latest version of cygwin.
Now im running into this problem, and im sure its just as nubby as my first question.
$ ./toolchain.sh
gmake: not found
make: not found
ERROR: Please make sure you have GNU 'make' installed.
Any advice?
Edit
Installed the latest version of cygwin.
well do you have make installed?Skye wrote: make sure you have GNU 'make' installed.
Just type make at the cygwin prompt to see if it comes back command not found or whatever.
A cygwin install doesn't always mean everything is installed. Re run the cygwin installer, and select to install the 'make' package, this should install it for you.
If still not working, maybe your PATH is bad, but IIRC thats all done automatically for you...
good luck,
- cheriff
Damn, I need a decent signature!
dont download everything, download what you need, its just a waste of time, and space. and yes it is a package. you probably dont know where to get it. here many people starting out dont know where it is. Also if your using cygwin, you dont have to compile it from there, you can always compile it through bat file. it should have come with your hello world start up. get that to compile and your good. you might have to modify the bat file to your corresponding directories.
There are 10 types of people in the world: Those who understand binary, and those who don't...