You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The leading error in your make output is the following line:
make: /bin/arm-none-eabi-cpp: Command not found
This is likely an indicator that you are missing the 3ds-dev package group. After following the devkitPro installation instructions found here, you may invoke the following command to install the missing dependency.
The following command may be invoked on pacman-based systems such as Arch Linux and derivatives.
sudo pacman -S 3ds-dev
The following command may be invoked on non-pacman-based systems such as Debian or Ubuntu.
sudo dpk-pacman -S 3ds-dev
If the package cannot be found, your package database may be outdated and you are required to update it by invoking the following. Afterwards you may invoke the commands mentioned above to install the missing 3ds-dev dependency.
sudo (dkp-)pacman -Sy
Afterwards your make command should build just fine assuming you have the remaining dependencies installed as mentioned by the project's README.
On my Windows WSL the following command was worked: sudo dkp-pacman -S 3ds-dev
i tried DKP instead of DPK. I'm saying this because I don't know if the commands above are wrong, in my case it took me a little while to realize that the ones on the devkitpro wiki were DKP and not DPK. Perhaps this disclaimer will be useful to someone.
I'm trying to compile the og game with no modifications and i get this error (yes, i tried different roms and none of the work)
The text was updated successfully, but these errors were encountered: