Pages: 1
Posted on 11-09-17, 10:29 pm
Goomba
Nintendo Collector

Karma: 180
Posts: 17/23
Since: 11-03-17
Hello!

I had a problem for a while now, when trying to run "make" and insert it tells me that it cannot find make.exe
While looking in C:\devkitPro\msys\bin I found out that I am missing the file make.exe Now what do I do? Is it possible for someone to put it up for download or something?
_________________________

Super Mario Bros Odyssey!

Posted on 11-10-17, 04:10 pm
Fuzzy
That MvL Hacker

Karma: 1593
Posts: 521/787
Since: 04-11-15
Just try reinstalling devkitpro, otherwise idk why you're missing the file
_________________________
Here's my MvL Hacking thread

Consider joining the NSMB DS Hacking Discord Server!

#HakingNoMore
Posted on 11-10-17, 08:43 pm
Goomba
Nintendo Collector

Karma: 180
Posts: 19/23
Since: 11-03-17
Made myself a step forward. I reinstalled everything and guess what, finally make.exe is included in the download. Now, when I try to run make and clear it tells me:

make[1]: *** [SuperLevelIntros.o] Error 1
make: *** [build] Error 2
Press any key to continue . . .


And according to Dirbaio you have to remove '-lgcc' in the makefile, I did that and it still won't work out.
_________________________

Super Mario Bros Odyssey!

Posted on 11-13-17, 04:10 pm
Fuzzy
That MvL Hacker

Karma: 1593
Posts: 522/787
Since: 04-11-15
Posted by RicBent
Since the latetst DevkitARM updated GCC to 5.3.0 the current patch template will not build with -lgcc.

Use this Makefile to fix that problem: https://www.dropbox.com/s/99gj6lytf8slm15/Makefile?dl=1

_________________________
Here's my MvL Hacking thread

Consider joining the NSMB DS Hacking Discord Server!

#HakingNoMore
Pages: 1