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 

C++ linking issues

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



Joined: 22 Apr 2004
Posts: 230

PostPosted: Wed Oct 12, 2005 2:39 am    Post subject: C++ linking issues Reply with quote

Hi guys,

I'm currently playing a bit with c++ on the PS2 and I have some problem at link time (as usual...)

here my looonng library list for linking (yeah, some rundondant stuff)
Quote:

$ make all
ee-gcc -mno-crt0 -T/usr/local/ps2dev/sdk/ee/startup/linkfile -L/usr/local/ps2dev
/sdk/ee/lib \
-o bin/BurgerSpace.elf /usr/local/ps2dev/sdk/ee/startup/crt0.o src/BurgerSpaceEngine.o src/IngredientGroup.o src/IngredientSprite.o src/EnemySprite.o src/sdlmain.o -L/usr/local/ps2dev/sdk/ports/lib -lstdc++ -lc -lm -lstlport -lmc -lstdc++ -lc -lm -lgcc -lz -lpng -lflatzebra -lsdl -ljpg -lstdc++ -lc -ldebug -lkernel -lsyscall -lsdlmain -lSDL_image -lsdlmixer -lstdc++ -lc -lm -lsdl -lstlport -lstdc++ -lc -lm -lgcc -lc -lkernel


and it gives me a lots of "undefined reference" to :
_assert_
_impure_ptr
_setlocale
_ctype_
_strftime
_strtoll
_strcoll
_...

Ok I imagine that the last ones are not implemented in our sdk, but I cannot find the right order to make the first ones go away..

any hints, help ?

thank you,
evilo
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 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