[SOLVED] Problem while compiling with libfat
Posted: Mon Nov 16, 2009 11:41 am
Hello,
I'm trying to compile some test code for using libfat, but the linker always gives me this error message :
I tried replacing my libfat.a by compiling from the source code, but I always end up with this error.
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.
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.