Search found 5 matches

by gadget
Wed Mar 15, 2006 1:02 pm
Forum: PSP Development
Topic: Printf to UsbHostfs_pc or pcterm with psplink?
Replies: 5
Views: 1965

Well if you have the usb shell running then printf is working as the shell itself uses printf to display the text on the screen. A common mistake (and one ill admit to have done :)) is if you have moved across code from an existing app which originally printed to the screen you still have the #defi...
by gadget
Tue Mar 14, 2006 1:34 pm
Forum: PSP Development
Topic: Printf to UsbHostfs_pc or pcterm with psplink?
Replies: 5
Views: 1965

If you read the manual of psplink then you will see there is a USB shell available (you enable it on the psp side then connect using pcterm to the localhost), that doesn't just do the shell of course it also does printfs from your app to your pc. Actually, i've been using the usbShell to load and r...
by gadget
Mon Mar 13, 2006 7:33 am
Forum: PSP Development
Topic: Printf to UsbHostfs_pc or pcterm with psplink?
Replies: 5
Views: 1965

Printf to UsbHostfs_pc or pcterm with psplink?

Is it possible to do a printf to either pcterm or the usbhostfc_pc app using the usb connection for PSPlink? I'm finding lots of good information on sio out throuh the serial post, but nothing that really mentions the usb connection for this behavior.
by gadget
Sun Jul 10, 2005 12:31 pm
Forum: PSP Development
Topic: PSPSDK install error
Replies: 8
Views: 3715

Cygwin is the hardest thing to get going. The setup program is so counter intuitive to work with. Just a suggestion, once you get a cygwin install working, back up the directory :)
by gadget
Sat Jul 09, 2005 12:56 pm
Forum: PSP Development
Topic: PSPSDK install error
Replies: 8
Views: 3715

Re: PSPSDK install error

Well i am following this tutorial: http://psp.amazingspringthing.com/tutorial_toolchain.php I got to the part where you type "make" in the pspsdk-1.0+beta folder. This is the error i get Sean1@COMP ~/pspsdk-1.0+beta $ make make all-recursive make[1]: Entering direc...