GBA Development setup in macOS
To develop in GBA we need the tools to do it, and installing it in macOS is simple even if they take a few steps. Install pacman The first thing we must do is install pacmac, which will allow us to download the devkitpro for the GBA, to install it we must go to the following URL: https://github.com/devkitPro/pacman/releases/tag/v1.0.2 And we will download devkitpro-pacman-installer.pkg. Once it has been downloaded, we install the package. The following will appear:: So, we need to go to System Preferences -> Security & Privacy and allow the permissions: Follow the steps to install the package. Once that …