I'm trying to add music to my game, and I'm having trouble including mikmodlib to my project. I compiled the lib with no problem, and compiled the example included. But when I add and use the lib in my project, ld returns this error:
Code: Select all
load_uni.c:22: relocation truncated to fit: R_MIPS_GPREL16 against 'modfp'
I don't know what those errors mean, and I don't know why the example compiles fine.
Thanks in advance for any help.
mATkEUpON