* I placed the .a file into a folder called lib including all the header files.
* I placed the lib folder into the arm9 folder. (im using a combined template)
* I changed
Code: Select all
LIBS := -lfat -lmm9 -lnds9
Code: Select all
LIBS := -lNexlib -lfat -lmm9 -lnds9"
Code: Select all
LIBDIRS := $(LIBNDS)
Code: Select all
LIBDIRS := $(LIBNDS) ../lib
My error is
Code: Select all
1>c:/devkitpro/devkitarm/bin/../lib/gcc/arm-eabi/4.4.0/../../../../arm-eabi/bin/ld.exe: cannot find -lNexlib