| View previous topic :: View next topic |
| Author |
Message |
Machiyuta
Joined: 11 Sep 2005 Posts: 1
|
Posted: Sun Sep 11, 2005 12:58 pm Post subject: PSPSDK -fshort-double pspDebugScreenPrintf Bug |
|
|
Hi.
The output of pspDebugScreenPrintf becomes amusing when compiling with "- fshort-double". Will you correct this bug?
Thank you. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Mon Sep 12, 2005 5:35 am Post subject: |
|
|
| No. -fshort-double breaks the ABI (it says so in the docs). This means you have to recompile any external libraries that use doubles once you specify it for your code. pspDebugScreenPrint() calls vsnprintf() which is a part of libc. You will have to recompile both libc and PSPSDK with -fshort-double. |
|
| Back to top |
|
 |
|