Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff, TyRaNiD
-
Bl4Ck.KiD...
- Posts: 3
- Joined: Sun Oct 04, 2009 10:49 pm
Post
by Bl4Ck.KiD... »
can some one tell me a easy program to compile your src into a prx
-
Producted
- Posts: 56
- Joined: Thu Jun 04, 2009 12:16 am
Post
by Producted »
The PSP SDK... You haven't got any idea what you are doing, do you?
-
Bl4Ck.KiD...
- Posts: 3
- Joined: Sun Oct 04, 2009 10:49 pm
Post
by Bl4Ck.KiD... »
Producted wrote:The PSP SDK... You haven't got any idea what you are doing, do you?
nah i do i just cant compile to save my life atm i know mips so i thought i should move o to C and then C++
-
Wally
- Posts: 663
- Joined: Mon Sep 26, 2005 11:25 am
Post
by Wally »
in your PSPSDK makefile add
BUILD_PRX = 1
you should look at the PRX examples in the Samples directory. (/usr/local/pspdev/psp/sdk/samples/)
-
Bl4Ck.KiD...
- Posts: 3
- Joined: Sun Oct 04, 2009 10:49 pm
Post
by Bl4Ck.KiD... »
Wally wrote:in your PSPSDK makefile add
BUILD_PRX = 1
you should look at the PRX examples in the Samples directory. (/usr/local/pspdev/psp/sdk/samples/)
ok ill try it