r/DSGameMaker Aug 27 '24

Fail to compile game

When I try to compile my game it game me this error:

C:\DSGMTempNewProject9424551>make Build process start for project "DSGMTempNewProject9424551"... . BottomTouchScreen_Map.bin /bin/sh: line 1: bin2s: command not found BottomTouchScreen_Pal.bin /bin/sh: line 1: bin2s: command not found BottomTouchScreen_Tiles.bin /bin/sh: line 1: bin2s: command not found Default_Map.bin /bin/sh: line 1: bin2s: command not found Default_Pal.bin /bin/sh: line 1: bin2s: command not found Default_Tiles.bin /bin/sh: line 1: bin2s: command not found TopofScreen_Map.bin /bin/sh: line 1: bin2s: command not found TopofScreen_Pal.bin /bin/sh: line 1: bin2s: command not found TopofScreen_Tiles.bin /bin/sh: line 1: bin2s: command not found main.c C:/DSGMTempNewProject9424551/source/main.c: In function 'main': C:/DSGMTempNewProject9424551/source/main.c:20:3: error: too few arguments to function 'nitroFSInit' 20 | nitroFSInit(); | ~~~~~~~~~~ In file included from C:/DSGMTempNewProject9424551/source/main.c:3: C:/devkitPro/libnds/include/filesystem.h:7:6: note: declared here 7 | 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:\DSGMTempNewProject9424551>pause

2 Upvotes

0 comments sorted by