Hey
I'm having an issue linking my GP2X app after adding true type font support with SDL_ttf. I won't bore you with details as I don't think I need to. I get the following output after compiling and trying to link my app:
Linking AGS.gpe...
1>..\..\devkitPro\devkitGP2X\lib\libSDL_ttf.a(SDL_ttf.o): In function `Find_Glyph':
1>/home/Administrator/newtoolchain/SDL_ttf-2.0.7/SDL_ttf.c:535: undefined reference to `ceilf'
1>/home/Administrator/newtoolchain/SDL_ttf-2.0.7/SDL_ttf.c:475: undefined reference to `ceilf'
I'm guessing I'm just missing a library that I need to link against, or one is out of date..
I currently link against:
SDL
SDL_image
SDL_mixer
pthread
png
jpeg
m
dl
stdc++
z
SDL_ttf
freetype
Where does / should ceilf reside??
Thanks in advance
Ste
I'm having an issue linking my GP2X app after adding true type font support with SDL_ttf. I won't bore you with details as I don't think I need to. I get the following output after compiling and trying to link my app:
Linking AGS.gpe...
1>..\..\devkitPro\devkitGP2X\lib\libSDL_ttf.a(SDL_ttf.o): In function `Find_Glyph':
1>/home/Administrator/newtoolchain/SDL_ttf-2.0.7/SDL_ttf.c:535: undefined reference to `ceilf'
1>/home/Administrator/newtoolchain/SDL_ttf-2.0.7/SDL_ttf.c:475: undefined reference to `ceilf'
I'm guessing I'm just missing a library that I need to link against, or one is out of date..
I currently link against:
SDL
SDL_image
SDL_mixer
pthread
png
jpeg
m
dl
stdc++
z
SDL_ttf
freetype
Where does / should ceilf reside??
Thanks in advance
Ste