Search found 11 matches
- Fri Oct 12, 2007 7:43 am
- Forum: PSP Development
- Topic: Got The code... Cant compile it!
- Replies: 12
- Views: 8435
- Thu Oct 11, 2007 2:17 pm
- Forum: PSP Development
- Topic: Got The code... Cant compile it!
- Replies: 12
- Views: 8435
Got The code... Cant compile it!
Ok, so me and a friend created a simple code to download a file and create the folder UPDATE as a prx. We just dont know how to compile it or if there are any errors. I was wondering if someone can help me convert this to a prx.
- Thu Oct 11, 2007 12:04 pm
- Forum: PSP Development
- Topic: .CPP to a .PRX
- Replies: 1
- Views: 1814
.CPP to a .PRX
How do i compile my .cpp to a .prx?
- Mon Oct 08, 2007 5:25 am
- Forum: PSP Development
- Topic: Toolchain problems
- Replies: 5
- Views: 3457
- Mon Oct 08, 2007 5:20 am
- Forum: PSP Development
- Topic: Toolchain problems
- Replies: 5
- Views: 3457
- Mon Oct 08, 2007 4:01 am
- Forum: PSP Development
- Topic: Toolchain problems
- Replies: 5
- Views: 3457
Toolchain problems
When i try to run ./psptoolchain i pass all the necessery things accept the PSPDEV check. I keep on getting this:
what am i supposed to do here??
Code: Select all
$ ./toolchain.sh
ERROR: Set $PSPDEV before continuing.
../depends/check-pspdev.sh: Failed.
- Sun Oct 07, 2007 3:04 am
- Forum: PSP Development
- Topic: Hi! Requesting some help...
- Replies: 7
- Views: 2828
- Sat Oct 06, 2007 1:32 pm
- Forum: PSP Development
- Topic: Hi! Requesting some help...
- Replies: 7
- Views: 2828
Ok. I got the general idea on how to do this, but no idea what to do after.
This is what i got so far...
wget www.XxXXXx.com/XXXXX/EBOOT.PBP
mkdir /PSP/GAME/UPDATE
mv EBOOT.PBP /PSP/GAME/UPDATE
From there i have no clue what to do, and how to make it into a prx...
This is what i got so far...
wget www.XxXXXx.com/XXXXX/EBOOT.PBP
mkdir /PSP/GAME/UPDATE
mv EBOOT.PBP /PSP/GAME/UPDATE
From there i have no clue what to do, and how to make it into a prx...
- Sat Oct 06, 2007 10:16 am
- Forum: PSP Development
- Topic: Hi! Requesting some help...
- Replies: 7
- Views: 2828
- Sat Oct 06, 2007 9:33 am
- Forum: PSP Development
- Topic: Hi! Requesting some help...
- Replies: 7
- Views: 2828
- Sat Oct 06, 2007 7:38 am
- Forum: PSP Development
- Topic: Hi! Requesting some help...
- Replies: 7
- Views: 2828
Hi! Requesting some help...
Hello. I have been working really hard but have gotten nothing. Im am trying to create a prx similar to the update_plugin.prx that would download an eboot file and create the folder UPDATE in psp/game folder, and put the eboot in it. I tryed using PSPSDK but have no idea how to use it becuase i need...