Search found 6 matches
- Tue Jun 19, 2018 11:46 am
- Forum: GBA Development
- Topic: Make (to create build) error
- Replies: 12
- Views: 23889
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 ...
- Mon Jun 18, 2018 8:19 am
- Forum: GBA Development
- Topic: Make (to create build) error
- Replies: 12
- Views: 23889
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 ...
- Mon Jun 18, 2018 2:13 am
- Forum: GBA Development
- Topic: Make (to create build) error
- Replies: 12
- Views: 23889
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. I then ...
- Sun Jun 17, 2018 1:13 pm
- Forum: GBA Development
- Topic: Make (to create build) error
- Replies: 12
- Views: 23889
Re: Make (to create build) error
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
- Sun Jun 17, 2018 12:22 am
- Forum: GBA Development
- Topic: Make (to create build) error
- Replies: 12
- Views: 23889
Re: Make (to create build) error
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?
https://github.com/Touched/MegaEvolution
- Sat Jun 16, 2018 4:54 pm
- Forum: GBA Development
- Topic: Make (to create build) error
- Replies: 12
- Views: 23889
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.
Can anyone help me?
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?