I'm not sure whether this question is related here. Anyway, I'm trying to compile and build something for a GBA hack. When I opened up CMD and typed in Make. The follow appeared and this error message appeared.

Can anyone help me?
This is what I'm trying to install:WinterMute wrote:Looks like you might be missing grit.
How did you install everything? Is whatever you're building available on github or something?
Code: Select all
include $(DEVKITPRO)/devkitARM/base_tools
export LD := $(PREFIX)ld
I've replaced it with exactly that, but now this appearsWinterMute wrote:Replace https://github.com/Touched/MegaEvolutio ... file#L1-L6 with this
Code: Select all
include $(DEVKITPRO)/devkitARM/base_tools export LD := $(PREFIX)ld
Code: Select all
which make
make --version
echo %PATH%
Sorry, what do you mean?WinterMute wrote:What's the output of these commands?Code: Select all
which make make --version echo %PATH%
I have no idea what this means. Did you use the installer as specified here https://devkitpro.org/wiki/Getting_Startedrenewreborn wrote: Sorry, what do you mean?
If it means anything, I've installed the latest Devprokit in the root of the C: Drive (C:\devprokit)
It's really best not to place these things on your desktop. Spaces in the paths can cause issues.I downloaded the GitHub and placed it into the folder "mega" in the root of my desktop. I then created a folder within that folder labelled "build".
This was a terrible idea. You should uninstall GnuWin Make 3.81 at the very least and probably delete the Mega folder then start again fresh.I downloaded GnuWin Make 3.81 and installed it into my computer. I've copied the content inside the "Make 3.81's BIN" folder into the "Mega" folder.
Okay. How do I build it using Msys2? Like what are the commands?WinterMute wrote:I have no idea what this means. Did you use the installer as specified here https://devkitpro.org/wiki/Getting_Startedrenewreborn wrote: Sorry, what do you mean?
If it means anything, I've installed the latest Devprokit in the root of the C: Drive (C:\devprokit)
It's really best not to place these things on your desktop. Spaces in the paths can cause issues.I downloaded the GitHub and placed it into the folder "mega" in the root of my desktop. I then created a folder within that folder labelled "build".
This was a terrible idea. You should uninstall GnuWin Make 3.81 at the very least and probably delete the Mega folder then start again fresh.I downloaded GnuWin Make 3.81 and installed it into my computer. I've copied the content inside the "Make 3.81's BIN" folder into the "Mega" folder.
the devkitPro installer sets up msys2 which contains all the unix tools you need. Please don't use other unix tools simultaneously, they will cause problems.
renewreborn wrote: Okay. How do I build it using Msys2? Like what are the commands?
Code: Select all
make
Users browsing this forum: No registered users and 1 guest