Search found 6 matches

by renewreborn
Tue Jun 19, 2018 11:46 am
Forum: GBA Development
Topic: Make (to create build) error
Replies: 12
Views: 20684

Re: Make (to create build) error

Not sure how familiar you are with msys2 - on windows there is a start menu entry to launch a msys2 shell under devkitpro. This should be use instead of a windows command prompt for command line tools. Keep in mind that paths are a little different. For instance the c: drive is mounted as /c/ inste...
by renewreborn
Mon Jun 18, 2018 8:19 am
Forum: GBA Development
Topic: Make (to create build) error
Replies: 12
Views: 20684

Re: Make (to create build) error

Sorry, what do you mean? If it means anything, I've installed the latest Devprokit in the root of the C: Drive (C:\devprokit) I have no idea what this means. Did you use the installer as specified here https://devkitpro.org/wiki/Getting_Started I downloaded the GitHub and placed it into the folder ...
by renewreborn
Mon Jun 18, 2018 2:13 am
Forum: GBA Development
Topic: Make (to create build) error
Replies: 12
Views: 20684

Re: Make (to create build) error

What's the output of these commands? which make make --version echo %PATH% Sorry, what do you mean? If it means anything, I've installed the latest Devprokit in the root of the C: Drive (C:\devprokit) I downloaded the GitHub and placed it into the folder "mega" in the root of my desktop. ...
by renewreborn
Sun Jun 17, 2018 1:13 pm
Forum: GBA Development
Topic: Make (to create build) error
Replies: 12
Views: 20684

Re: Make (to create build) error

WinterMute wrote:Replace https://github.com/Touched/MegaEvolutio ... file#L1-L6 with this

Code: Select all

include $(DEVKITPRO)/devkitARM/base_tools
export LD	:=	$(PREFIX)ld
I've replaced it with exactly that, but now this appears

Image
by renewreborn
Sun Jun 17, 2018 12:22 am
Forum: GBA Development
Topic: Make (to create build) error
Replies: 12
Views: 20684

Re: Make (to create build) error

WinterMute wrote:Looks like you might be missing grit.

How did you install everything? Is whatever you're building available on github or something?
This is what I'm trying to install:
https://github.com/Touched/MegaEvolution
by renewreborn
Sat Jun 16, 2018 4:54 pm
Forum: GBA Development
Topic: Make (to create build) error
Replies: 12
Views: 20684

Make (to create build) error

Hello,

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.

Image

Can anyone help me?