bitKoder
completely unreasonable
- 36
- Posts
- 8
- Years
- Seen Apr 14, 2025
I am building pokeemerald on my Windows 10 PC according to the tutorial on the github repository.
I have cloned the pokeemerald repo and then the agbcc repo, but when I cd into the agbcc folder and run the
command, it gives me these 2 errors:
If I ignore it and go ahead to run
I get this error:
Any advice on how I can sort this out?
I have cloned the pokeemerald repo and then the agbcc repo, but when I cd into the agbcc folder and run the
Code:
./build.sh
Code:
./build.sh: 7: [: -v: unexpected operator
Code:
./build.sh: 14: make: not found
If I ignore it and go ahead to run
Code:
./install.sh ../pokeemerald
Code:
cp: cannot stat 'agbcc': No such file or directory
Any advice on how I can sort this out?