| View previous topic :: View next topic |
| Author |
Message |
nephron
Joined: 06 Oct 2007 Posts: 11
|
Posted: Sat Oct 06, 2007 7:38 am Post subject: 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 wget. I was wondering if anyone can help me here with this.
Please and thank you!
-Nephron |
|
| Back to top |
|
 |
Smong
Joined: 04 Sep 2007 Posts: 82
|
Posted: Sat Oct 06, 2007 8:09 am Post subject: Re: Hi! Requesting some help... |
|
|
| nephron wrote: | | I tryed using PSPSDK but have no idea how to use it becuase i need wget. | Do you mean to say you tried to install pspsdk? If so the readme explains which packages you must install before you can install the sdk. You can find the readme at http://www.ps2dev.org/psp/Tools/Toolchain you may need to type that URL into google and click on "cached". _________________ (+[__]%) |
|
| Back to top |
|
 |
nephron
Joined: 06 Oct 2007 Posts: 11
|
Posted: Sat Oct 06, 2007 9:33 am Post subject: |
|
|
| i cant download the toolchain..., also i dont know how to use pspsdk, an i was asking for some help. lol |
|
| Back to top |
|
 |
bulb
Joined: 19 Jan 2006 Posts: 50
|
Posted: Sat Oct 06, 2007 10:03 am Post subject: |
|
|
I wonder how hard did you really try...
Anyway, in order to get valuable help, you should provide as much information as possible. For instance, what OS do you use? I assume you are on Windows. Well, you can save your trouble by downloading pre-installed/configured toolchain (search for devkitPSP at http://www.devkitpro.org). If you want to manually install it, download and setup cygwin first, then google for some tutorial or even search this forum... Installing wget is only a matter of properly configuring/installing cygwin. |
|
| Back to top |
|
 |
nephron
Joined: 06 Oct 2007 Posts: 11
|
Posted: Sat Oct 06, 2007 10:16 am Post subject: |
|
|
| ok, ya i just messed my installation of cygwin. Im using windows. But thank you! |
|
| Back to top |
|
 |
nephron
Joined: 06 Oct 2007 Posts: 11
|
Posted: Sat Oct 06, 2007 1:32 pm Post subject: |
|
|
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... |
|
| Back to top |
|
 |
psiko_scweek
Joined: 12 Nov 2005 Posts: 42
|
|
| Back to top |
|
 |
nephron
Joined: 06 Oct 2007 Posts: 11
|
Posted: Sun Oct 07, 2007 3:04 am Post subject: |
|
|
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
mkpasswd -l [-d] > /etc/passwd
mkgroup -l [-d] > /etc/group
Note that the -d switch is necessary for domain users.
XXXX@XXXXX ~
$ |
|
| Back to top |
|
 |
|