#160026 - Bolke - Wed Jul 09, 2008 3:21 pm
I've copied an example project, namely C:\devkitPro\examples\nds\templates\arm9
I've added #include <fat.h>, and in the main function I've added
fatInitDefault();
When I try to compile it, I get this error:
c:/ds_projects/arm9/source/main.c:34: undefined reference to fatInitDefault'
Does someone know what I'm doing wrong?
_________________
My code doesn't contain bugs, it develops random features.
I've added #include <fat.h>, and in the main function I've added
fatInitDefault();
When I try to compile it, I get this error:
c:/ds_projects/arm9/source/main.c:34: undefined reference to fatInitDefault'
Does someone know what I'm doing wrong?
_________________
My code doesn't contain bugs, it develops random features.