I'm trying to "make" Crystal, but when I try, the following error appears:
rgbasm -o rgbdscheck.o rgbdscheck.asm
make: rgbasm: Command not found
make: *** [Makefile:86: rgbdscheck.o] Error 127
I've tried to follow the confusing RGBDS instructions; I've cloned the RGBDS repo to my system (git clone https://github.com/gbdev/rgbds), then entered the new /rgbds/ directory, ran "git checkout v0.5.1" and "make", which resulted in "DEFS=-Dlr.type=ielr -Dparse.lac=full -Dparse.error=verbose -Dapi.token.raw=true".
But the above error still persists. I have no idea what to do.
I'm trying to "make" Crystal, but when I try, the following error appears:
I've tried to follow the confusing RGBDS instructions; I've cloned the RGBDS repo to my system (git clone https://github.com/gbdev/rgbds), then entered the new /rgbds/ directory, ran "git checkout v0.5.1" and "make", which resulted in "DEFS=-Dlr.type=ielr -Dparse.lac=full -Dparse.error=verbose -Dapi.token.raw=true".
But the above error still persists. I have no idea what to do.