I'm trying to compile some test code for using libfat, but the linker always gives me this error message :
Code: Select all
/home/florent/Code/NDS/devkitpro/libnds/lib/libfat.a(disc.o):(.rodata+0x4): undefined reference to `dldiGetInternal'
collect2: ld returned 1 exit status
I'm using libnds-1.3.8 and I compiled libfat from libfat-src-1.0.6
Does someone have any clue about that problem ?
Thanks a lot in advance.