forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PSPSDK -fshort-double pspDebugScreenPrintf Bug

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Machiyuta



Joined: 11 Sep 2005
Posts: 1

PostPosted: Sun Sep 11, 2005 12:58 pm    Post subject: PSPSDK -fshort-double pspDebugScreenPrintf Bug Reply with quote

Hi.
The output of pspDebugScreenPrintf becomes amusing when compiling with "- fshort-double". Will you correct this bug?
Thank you.
Back to top
View user's profile Send private message
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Mon Sep 12, 2005 5:35 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group