C3RV1 / UndertaleNDS

Undertale port for Nintendo DS (src only, no copyrighted material).
GNU General Public License v2.0
179 stars 24 forks source link

I need help with makefile #27

Closed sorakaiz closed 1 year ago

sorakaiz commented 1 year ago

whenever I use the make command this happens:

bash: line 1: arm-none-eabi-g++: command not found make[1]: [/mnt/c/devkitpro/devkitARM/base_rules:34: MainMenu.o] Error 127 make: [Makefile:156: build] Error 2

if anyone know how to fix it pls tell me.

godreborn commented 1 year ago

try pacman -Syu nds-dev

godreborn commented 1 year ago

btw, you're supposed to use the patch_all.sh file. it should create the nds. let me check if make works: image

godreborn commented 1 year ago

image

yep, works in msys. I couldn't get the make file detected in cmd prompt for some reason. this is the second time this has happened. I need to investigate.

godreborn commented 1 year ago

image

btw, I fixed the make issues in cmd prompt. it was due to an ev problem, not related to the project.

sorakaiz commented 1 year ago

ty it works now

godreborn commented 1 year ago

you do have to run the .sh file, which makes the .nds anyway, before you can run make or it does error due to missing nitrofs. glad you got it working though.