pret / pokecrystal

Disassembly of Pokémon Crystal
https://pret.github.io/pokecrystal/
2.08k stars 784 forks source link

make: rgbasm: No such file or directory #928

Closed IPIBStudio closed 2 years ago

IPIBStudio commented 2 years ago

Hello,

I've tried follow the instructions of install.md but then I get this error at the end :

amarillo@DESKTOP-AI4DPTS:/mnt/c/roms/rgbds$ make
DEFS=-Dlr.type=ielr -Dparse.lac=full -Dparse.error=verbose -Dparse.error=detailed -Dapi.token.raw=true
amarillo@DESKTOP-AI4DPTS:/mnt/c/roms/rgbds$ cd /mnt/c/roms/pokecrystal
amarillo@DESKTOP-AI4DPTS:/mnt/c/roms/pokecrystal$ make

rgbasm -o rgbdscheck.o rgbdscheck.asm
make: rgbasm: No such file or directory
make: *** [Makefile:123: rgbdscheck.o] Error 127

Any idea how to fix this ? ty

vulcandth commented 2 years ago

Typically a good place to ask for support is on Discord #pokecrystal (see the README for a link). GitHub issues are typically reserved for confirmed problems with the repo itself (typically after the discord community determines that there is a larger problem than user error. No offense.)

However, your problem is that make is unable to locate rgbasm (a component of rgbds). Did you follow to the link in install.md to build rgbds?

IPIBStudio commented 2 years ago

Oh ok sorry maybe I gonna ask that on discord then. I did follow the link in install.md and used the 0.5.2 version.

IPIBStudio commented 2 years ago

Issue was I forgot to run sudo make install after running make. Ty to Vulcandth.