Skeli789 / Complete-Fire-Red-Upgrade

A complete upgrade for FireRed, including an upgraded Battle Engine.
576 stars 264 forks source link

'grit' file or directory missing #77

Closed CrimsonCrow closed 3 years ago

CrimsonCrow commented 3 years ago

get an error when executing python3.7 scripts/make.py

Compiling Images
There was an error compiling the engine: [Errno 2] No such file or directory: 'grit': 'grit'

on linux

CrimsonCrow commented 3 years ago

oh nevermind.. it was this

this happens when you build devkitpro using their buildscripts

EDIT: for those who also build the devkitpro manually you need the: toolchains grit wav2agb mid2agb

aronfoster commented 2 months ago

If you installed devkitpro using their buildscripts, you can still git clone the missing tools, make them, and export them to your $PATH in order to get this to work.