New to PSP programming!

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

New to PSP programming!

Post by XRS »

Im new to the PSP programming, and i want to know to make homebrews to it!!
I followed a tutorial thats here, but it doesnt works when i type make...
I dont kow why. Could you say me like a step-by-step tutorial how to make the first app, or how to compile the Hello App??

Sorry for my bad english!
inomine
Posts: 53
Joined: Thu May 05, 2005 7:26 pm

Post by inomine »

A bit out of date, but it works:

http://wiki.ps2dev.org/psp:programming_faq
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Post by XRS »

I cant do it :s
I need have windows, but that commands are from linux :|
inomine
Posts: 53
Joined: Thu May 05, 2005 7:26 pm

Post by inomine »

Ugh, if you can't even be bothered to find out what Cygwin is, what it does and why it is needed then I really think you shouldn't bother with programming at all.
User avatar
Thanhda
Posts: 331
Joined: Sat Apr 09, 2005 2:08 am
Location: Canada
Contact:

Post by Thanhda »

you dont even have to use cygwin if you want the code to compile, but i would highly recommend it. you can just downloads the ps2dev windows install from the site. and modify the mk.bat file to the proper dir. but i highly recommending installing cygwin and using the psptoolchain rather then the ps2.
There are 10 types of people in the world: Those who understand binary, and those who don't...
User avatar
Josh1billion
Posts: 32
Joined: Tue Jul 12, 2005 8:45 am
Location: Wisconsin, USA
Contact:

Post by Josh1billion »

I have written a tutorial here: http://www.lunarzone.net/pspdev/ . The tutorial teaches you, in a simple step-by-step explanation, how to install the PS2 Dev environment and get it working with PSP source code.
Josh1billion - PHP, C++, PSP programmer.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Using the ps2dev toolchain to make psp programs is VERY old and out of date.

Use the pspdev toolchain instead.
User avatar
Thanhda
Posts: 331
Joined: Sat Apr 09, 2005 2:08 am
Location: Canada
Contact:

Post by Thanhda »

yes, i am aware of that. its much easier. but like i said it would be highly recommended to use the psptoolchain.
There are 10 types of people in the world: Those who understand binary, and those who don't...
Post Reply