You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: