Page 1 of 1

[makefile_ds:94: build_ds] Error 2

Posted: Fri Jul 11, 2025 4:38 am
by halibutgames

so i was trying to compile openblox on GitHub (specifically the "complete rework" branch) for the dsi, the issue is that im getting error 2 back, here is a copy paste of the cmd window, i am using a newish install of windows 10, why could this be happening? link to the thing: https://github.com/EGAMatsu/OpenBLOX/tr ... me-ov-file

H:\To Copy To SD\OpenBLOX-Complete-Rework\C_Engine>make ds
make -C ./Makefiles -f makefile_ds
make[1]: Entering directory '/h/To Copy To SD/OpenBLOX-Complete-Rework/C_Engine/Makefiles'
make[2]: /h/To: No such file or directory
make[2]: *** No rule to make target '/h/To'. Stop.
make[1]: *** [makefile_ds:94: build_ds] Error 2
make[1]: Leaving directory '/h/To Copy To SD/OpenBLOX-Complete-Rework/C_Engine/Makefiles'
make: *** [makefile:6: ds] Error 2

H:\To Copy To SD\OpenBLOX-Complete-Rework\C_Engine>


Re: [makefile_ds:94: build_ds] Error 2

Posted: Fri Jul 11, 2025 7:48 pm
by fincs

Spaces in paths tend to cause issues. Please try again in a folder that does not contain spaces in its name.