• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

-v: unexpected operator error in WSL agbcc build

bitKoder

completely unreasonable
36
Posts
7
Years
    • Seen Feb 28, 2024
    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
    Code:
    ./build.sh
    command, it gives me these 2 errors:
    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
    I get this error:
    Code:
    cp: cannot stat 'agbcc': No such file or directory

    Any advice on how I can sort this out?
     
    Back
    Top