| View previous topic :: View next topic |
| Author |
Message |
minderz
Joined: 31 Aug 2009 Posts: 5
|
Posted: Tue Sep 01, 2009 9:04 am Post subject: Speed up developement process! |
|
|
i think it would be very useful for a psp programmer to have the usb always on so he can easily trasfer file to psp (with a batch file...?) and view results of his software a lot faster.
Unfortunately the only plugin that do the trick is USbON but it's not compatible with fw 5.00 m33-6 or at least it doesn't work for me.
Any ideas?
p.s.
Also some suggestion about a decent IDE is welcome, or some tutorial about how to set up DevC++, Eclipse or anything else with pspsdk for windows.
Thanx in advance to you all! |
|
| Back to top |
|
 |
jsharrad
Joined: 20 Oct 2005 Posts: 102
|
Posted: Tue Sep 01, 2009 9:23 am Post subject: |
|
|
| Use psplinkusb, it's in the svn and downloaded & built by the toolchain script. |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Tue Sep 01, 2009 7:20 pm Post subject: |
|
|
About an IDE
There are much tutorials about how you set up the environment.
I use NetBeans because it is verry easy to set up. It has a nice code completion function and it uses makefiles to compile things so you can use the psp makefile inside the SDK. Unfortunately I prefer to run make in a console because i like it to run usbhost_fs and pspsh in the same console. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
|