devkitPro / 3ds-examples

Examples for 3DS using devkitARM, libctru, citro3d and citro2d
https://devkitpro.org/viewforum.php?f=39
453 stars 51 forks source link

mingw32-make errors #23

Closed ghost closed 6 years ago

ghost commented 6 years ago

Errors: mingw32-make[1]: Entering directory 'C:/dka/examples/3ds/app_launch' Makefile:10: C:dka/devkitARM/3ds_rules: No such file or directory mingw32-make[1]: No rule to make target 'C:dka/devkitARM/3ds_rules'. Stop. mingw32-make[1]: Leaving directory 'C:/dka/examples/3ds/app_launch' Makefile:13: recipe for target 'examples' failed mingw32-make: [examples] Error 1

fincs commented 6 years ago

Why are you using "mingw32-make"? You should only use the version of make provided with devkitPro-msys (or msys2 if you have that installed).