Search found 11 matches

by nephron
Fri Oct 12, 2007 7:43 am
Forum: PSP Development
Topic: Got The code... Cant compile it!
Replies: 12
Views: 8435

i dont make the codes on the team. I work with other stuff like rcos and hex editing prxs. I am just trying to learn so i am sorry if its that bad.
by nephron
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.
by nephron
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?
by nephron
Mon Oct 08, 2007 5:25 am
Forum: PSP Development
Topic: Toolchain problems
Replies: 5
Views: 3457

This is my Cygwin.bat @echo off C: chdir C:\cygwin\bin set path=%path%;C:/cygwin/usr/local/pspdev/bin set PSPSDK=C:/cygwin/usr/local/pspdev export PSPDEV="/usr/local/pspdev" export PSPSDK="$PSPDEV/psp/sdk" export PSPDEV=/usr/local/pspdev export PAT...
by nephron
Mon Oct 08, 2007 5:20 am
Forum: PSP Development
Topic: Toolchain problems
Replies: 5
Views: 3457

export PSPSDK="$PSPDEV/psp/sdk"

i dont get this link... What where do i make that directory, and what do i need to chown?
by nephron
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:

Code: Select all

$ ./toolchain.sh
ERROR: Set $PSPDEV before continuing.
../depends/check-pspdev.sh: Failed.
what am i supposed to do here??
by nephron
Sun Oct 07, 2007 3:04 am
Forum: PSP Development
Topic: Hi! Requesting some help...
Replies: 7
Views: 2828

ok, well i installed cygwin like 4 times, but i never get a home folder... How come??? I get this when i open cygwin.bat Your group is currently "mkpasswd". This indicates th the /etc/passwd (and possibly /etc/group) files should See the man pages for mkpasswd and mkgroup then, for e mkpas...
by nephron
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...
by nephron
Sat Oct 06, 2007 10:16 am
Forum: PSP Development
Topic: Hi! Requesting some help...
Replies: 7
Views: 2828

ok, ya i just messed my installation of cygwin. Im using windows. But thank you!
by nephron
Sat Oct 06, 2007 9:33 am
Forum: PSP Development
Topic: Hi! Requesting some help...
Replies: 7
Views: 2828

i cant download the toolchain..., also i dont know how to use pspsdk, an i was asking for some help. lol
by nephron
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...