| View previous topic :: View next topic |
| Author |
Message |
SafariAl
Joined: 29 Apr 2008 Posts: 5
|
Posted: Wed Nov 12, 2008 8:57 am Post subject: PSPlink printf problem |
|
|
Well, seems that when using printf, and running a prx in PSPlink, it does not print to the pspsh window. I was told by InsertWittyName to update my newlib (by reinstalling the toolchain) which went along fine, but that didn't seem to work either. Any suggestions?
-Al |
|
| Back to top |
|
 |
Smong
Joined: 04 Sep 2007 Posts: 82
|
Posted: Tue Nov 18, 2008 7:43 am Post subject: |
|
|
Use the 1.5 version of psplinkusb? _________________ (+[__]%) |
|
| Back to top |
|
 |
willow :--)
Joined: 13 Jan 2007 Posts: 126
|
Posted: Tue Nov 18, 2008 1:52 pm Post subject: |
|
|
I've been having the same problem (as well as the "reset" command not working with pspsh) on kubuntu for a while, even after an update of the sdk, but that was a few months ago. (using the 3.0 OE version of psplink)
I don't have such problems with the latest minimal pspsdk on windows, so I really think it has something to do with your newlib/sdk version... are you sure you have the latest version, for everything that's involved ? (I am myself so bad with linux, that I couldn't even answer that question, so...) |
|
| Back to top |
|
 |
tpu
Joined: 28 Jan 2008 Posts: 7
|
Posted: Fri Nov 21, 2008 1:14 am Post subject: |
|
|
use this code:
| Code: |
int kout = sceKernelStdout();
sceIoWrite(kout, buf, len);
|
|
|
| Back to top |
|
 |
|