Medabots / medarot1

Medarot 1 GB disassembly/translation
41 stars 3 forks source link

[Makefile:188: build/tilesets/1156.2bpp] Error 127 #192

Closed clpacheco90 closed 2 years ago

clpacheco90 commented 2 years ago

Hi,

When I run make with my baserom (with same md5) , I get the following error:

rgbgfx  -d 2 -o build/tilesets/1156.2bpp text/tilesets/1156.png
make: rgbgfx: No such file or directory
make: *** [Makefile:188: build/tilesets/1156.2bpp] Error 127
make: *** Waiting for unfinished jobs....

I run:

make -j

Can you help?

VariantXYZ commented 2 years ago

What branch are you on?

andwhyisit commented 2 years ago

Are you sure you have rgbds installed in your build environment? What are you using as your build environment? Is it WSL, cygwin, mingw, an actual unix-based command line, or something else?

VariantXYZ commented 2 years ago

Also, having the full Make log would be good.

A clean log would help too:

make clean make -j

clpacheco90 commented 2 years ago

rgbds was not installed. I did not check it.

After start again I got a ERROR : glibc2.34 not found but was solved when I update it

in my case using arch:

sudo pacman -Sy lib32-glibc

Thank you all for the excellent dedication to the project