- 2
- Posts
- 3
- Years
- Seen Mar 24, 2022
So, i got really into the pokemon game hacking scene since i played pokemon unbound and saw the pokemerald project. I followed all the steps required to get it working, and made a small change in the intro's professor dialog. However, when i tried to compile the code with the make command in the terminal it returned me this:
Sorry if thats a simple thing to fix and i made a whole thread about it. I'm just starting and couldn't find anything about this, so i was hoping to get some help here.
Code:
tools/agbcc/bin/agbcc <flags> -o build/emerald/src/gym_leader_rematch.o src/gym_leader_rematch.c
tools/agbcc/bin/agbcc <flags> -o build/emerald/src/fldeff_dig.o src/fldeff_dig.c
/bin/bash: arm-none-eabi-as: command not found
/bin/bash: arm-none-eabi-as: command not found
src/gym_leader_rematch.c:106: src/fldeff_dig.c:64: output pipe has been closedoutput pipe has been closed
make: *** [Makefile:337: build/emerald/src/gym_leader_rematch.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [Makefile:337: build/emerald/src/fldeff_dig.o] Error 127
Sorry if thats a simple thing to fix and i made a whole thread about it. I'm just starting and couldn't find anything about this, so i was hoping to get some help here.