Sooo... I downloaded DSGM recently and when I try to compile it I getting this error:
C:\DSGMTempNewProject33174251>make
Build process start for project "DSGMTempNewProject33174251"...
.
Default_Map.bin
/bin/sh: bin2s: command not found
Default_Pal.bin
/bin/sh: bin2s: command not found
Default_Tiles.bin
/bin/sh: bin2s: command not found
main.c
C:/DSGMTempNewProject33174251/source/main.c: In function 'main':
C:/DSGMTempNewProject33174251/source/main.c:20:3: error: too few arguments to function 'nitroFSInit'
nitroFSInit();
^~~~~~~~~~~
In file included from C:/DSGMTempNewProject33174251/source/main.c:3:
C:/devkitPro/libnds/include/filesystem.h:7:6: note: declared here
bool nitroFSInit(char **basepath);
^~~~~~~~~~~
make[1]: *** [C:\devkitPro\PAlib\lib\PA_Makefile:220: main.o] Error 1
make: *** [C:\devkitPro\PAlib\lib\PA_Makefile:151: build] Error 2
C:\DSGMTempNewProject33174251>pause
Does smbdy can help me?
C:\DSGMTempNewProject33174251>make
Build process start for project "DSGMTempNewProject33174251"...
.
Default_Map.bin
/bin/sh: bin2s: command not found
Default_Pal.bin
/bin/sh: bin2s: command not found
Default_Tiles.bin
/bin/sh: bin2s: command not found
main.c
C:/DSGMTempNewProject33174251/source/main.c: In function 'main':
C:/DSGMTempNewProject33174251/source/main.c:20:3: error: too few arguments to function 'nitroFSInit'
nitroFSInit();
^~~~~~~~~~~
In file included from C:/DSGMTempNewProject33174251/source/main.c:3:
C:/devkitPro/libnds/include/filesystem.h:7:6: note: declared here
bool nitroFSInit(char **basepath);
^~~~~~~~~~~
make[1]: *** [C:\devkitPro\PAlib\lib\PA_Makefile:220: main.o] Error 1
make: *** [C:\devkitPro\PAlib\lib\PA_Makefile:151: build] Error 2
C:\DSGMTempNewProject33174251>pause
Does smbdy can help me?
Last edited by BuddyValera,







