sm64pc/sm64ex

can't compile

Spearmint3 opened this issue · 1 comments

I've tried to compile sm64ex, sm64ex-alo, and cream64_PC. they all give me this error:
$ make
make[1]: cc: No such file or directory
make[1]: *** [Makefile:54: n64graphics] Error 127
Traceback (most recent call last):
File "/home/[user]/sm64ex/./extract_assets.py", line 285, in
main() if name == "main" else None
^^^^^^
File "/home/[user]/sm64ex/./extract_assets.py", line 156, in main
subprocess.check_call(
File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-s', '-C', 'tools/', 'n64graphics', 'skyconv', 'mio0', 'aifc_decode']' returned non-zero exit status 2.
Makefile:263: *** Failed to extract assets. Stop.

what am I doing wrong?

You don't have gcc installed.