• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[pokeemerald] Error building agbcc on Arch Linux

  • 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

    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.
     
    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:

    View attachment 169818View attachment 169819

    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.
    Is the problem perhaps the same that is covered by this agbcc github issue?
     
    Back
    Top