I'm trying to make some ds homebrew. I'm using NFLib and compiling with BlocksDS. I've managed to get it to mostly compile, except for a singular error:
C:/msys64/opt/wonderful/toolchain/gcc-arm-none-eabi/lib/gcc/arm-none-eabi/15.1.0/../../../../arm-none-eabi/bin/ld.exe: cannot find -lnflib: No such file or directory
This is probably to do with my makefile, which has this line:
LIBS := -lNE -lnflib -ldswifi9 -lnds9
Removing the -lnflib creates a lot of errors to do with undefined references to the NFLib functions.
What can I do to fix this error?
C:/msys64/opt/wonderful/toolchain/gcc-arm-none-eabi/lib/gcc/arm-none-eabi/15.1.0/../../../../arm-none-eabi/bin/ld.exe: cannot find -lnflib: No such file or directory
This is probably to do with my makefile, which has this line:
LIBS := -lNE -lnflib -ldswifi9 -lnds9
Removing the -lnflib creates a lot of errors to do with undefined references to the NFLib functions.
What can I do to fix this error?







