• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • 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.

[Other] I can't build agbcc

  • 182
    Posts
    7
    Years
    • Seen Jan 22, 2025
    It's just as the title says, no matter what i do, no matter how many times i retry it, this error always pops up:
    [PokeCommunity.com] I can't build agbcc
     
    It looks like a problem related to your installation of devkitARM to me, considering those tools mentioned in your terminal are some of the tools devkitARM comes with.

    Even after updating, uninstalling and installing again, the error still shows up
    /bin/sh: line 5: arm-none-eabi-as: command not found
    /bin/sh: line 7: arm-none-eabi-ar: command not found
    _divsi3
    /bin/sh: line 5: arm-none-eabi-as: command not found
    /bin/sh: line 7: arm-none-eabi-ar: command not found
    _umodsi3
    /bin/sh: line 5: arm-none-eabi-as: command not found
    /bin/sh: line 7: arm-none-eabi-ar: command not found
    _modsi3
    /bin/sh: line 5: arm-none-eabi-as: command not found
    /bin/sh: line 7: arm-none-eabi-ar: command not found
    _dvmd_tls
    /bin/sh: line 5: arm-none-eabi-as: command not found
    /bin/sh: line 7: arm-none-eabi-ar: command not found
    _call_via_rX
    /bin/sh: line 5: arm-none-eabi-as: command not found
    /bin/sh: line 7: arm-none-eabi-ar: command not found
    mv tmplibgcc1.a libgcc1.a
    mv: cannot stat 'tmplibgcc1.a': No such file or directory
    make: *** [Makefile:36: libgcc1.a] Error 1
    make: Leaving directory '/home/Lenovo/agbcc/libgcc'
     
    It looks like a problem related to your installation of devkitARM to me, considering those tools mentioned in your terminal are some of the tools devkitARM comes with.

    Even after reinstalling EVERYTHING again, the error still shows. This didnt use to happen before, i have no idea why this started happening... I already reinstalled Git, devkitPro and updated cygwin, but this STILL appears. I honestly have NO idea what i can do next....
     
    Back
    Top