undefined reference problems

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
waza
Posts: 12
Joined: Mon Jul 18, 2005 9:20 am

undefined reference problems

Post by waza »

Hi all, my first post here.

First thing first, thanks a lot to all contributors of pspsdk.
I was willing to convert my games to psp, u guys helping me a lot.

ok, here goes my problem.
I compiled all sources of my game (no error but lots of warning), but i have LOTS of undefined reference when link occurs.

here is some of them :

pspsdk/sdk/libc/xprintf.c:461: undefined reference to '__ltdf2'
pspsdk/sdk/libc/xprintf.c:403: undefined reference to '__umoddi3'

anyone got an idea on what i am doin wrong plz ?

Let me know if u need more info, i'll gladly answer.

Waza

edit : no more warnings, last toolchain and sdk (from svn) and still a lots of undefined :(( anyone plz ?
waza
Posts: 12
Joined: Mon Jul 18, 2005 9:20 am

Post by waza »

-lc -lgcc as first libraries included correct my problems

Waza
Post Reply