| View previous topic :: View next topic |
| Author |
Message |
Skye
Joined: 17 May 2005 Posts: 19
|
Posted: Tue Jun 21, 2005 1:40 am Post subject: Nub Question, compiling. |
|
|
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 |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Tue Jun 21, 2005 4:26 am Post subject: |
|
|
You should prolly get linux. Haha... you dont need it... but you should get it ;)
Check out the PSP tool-chain on ooPo's site, that should give you a head start in what to do. |
|
| Back to top |
|
 |
Skye
Joined: 17 May 2005 Posts: 19
|
Posted: Wed Jun 22, 2005 12:09 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
cheriff Regular
Joined: 23 Jun 2004 Posts: 262 Location: Sydney.au
|
Posted: Wed Jun 22, 2005 12:20 pm Post subject: |
|
|
| Skye wrote: | | make sure you have GNU 'make' installed. | well do you have 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! |
|
| Back to top |
|
 |
Skye
Joined: 17 May 2005 Posts: 19
|
Posted: Wed Jun 22, 2005 12:43 pm Post subject: |
|
|
sigh
Im downloading everything,
Maybe i can try in a few hours when this is done downloading.
Got sick of trying to figure out which package contains wget, because wget is not a package. |
|
| Back to top |
|
 |
Warren
Joined: 24 Jan 2004 Posts: 173 Location: San Diego, CA
|
Posted: Wed Jun 22, 2005 1:53 pm Post subject: |
|
|
| Yes wget is a cygwin package. Change the view mode in the cygwin installer so that everything is listed as once and you should be bale to find it. |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Wed Jun 22, 2005 5:21 pm Post subject: |
|
|
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... |
|
| Back to top |
|
 |
|