- 4
- Posts
- 126
- Days
- Seen Jan 5, 2025
Hi everyone. I'm new to the ROM hacking scene (and the forum) and decided to go the decomp route, but I'm having trouble building agbcc for use with pokeemerald. I followed the commands in https://github.com/pret/pokeemerald/blob/master/INSTALL.md for Arch Linux, specifically:
pacman -S base-devel arm-none-eabi-binutils git libpng
cd ~/Projects/ROM Hack Project/
git clone https://github.com/pret/pokeemerald
git clone https://github.com/pret/agbcc
cd agbcc
./build.sh
./install.sh ../pokeemerald
However, upon running ./build.sh, I encountered the following set of errors:
![[PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux [PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux](https://data.pokecommunity.com/attachments/83/83930-62ee06645f2c8d166f8bd144a82b3c07.jpg)
![[PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux [PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux](https://data.pokecommunity.com/attachments/83/83931-945f35ae9e4cb7e3dec53f5ed4840f0d.jpg)
I attempted the build multiple times and used the git clean -fX command as instructed, but always encountered the same issue. I'm not sure what the problem is, but I'm hoping someone can help me figure this out.
pacman -S base-devel arm-none-eabi-binutils git libpng
cd ~/Projects/ROM Hack Project/
git clone https://github.com/pret/pokeemerald
git clone https://github.com/pret/agbcc
cd agbcc
./build.sh
./install.sh ../pokeemerald
However, upon running ./build.sh, I encountered the following set of errors:
![[PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux [PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux](https://data.pokecommunity.com/attachments/83/83930-62ee06645f2c8d166f8bd144a82b3c07.jpg)
![[PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux [PokeCommunity.com] [pokeemerald] Error building agbcc on Arch Linux](https://data.pokecommunity.com/attachments/83/83931-945f35ae9e4cb7e3dec53f5ed4840f0d.jpg)
I attempted the build multiple times and used the git clean -fX command as instructed, but always encountered the same issue. I'm not sure what the problem is, but I'm hoping someone can help me figure this out.