Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't compile #572

Open
Spearmint3 opened this issue Sep 3, 2024 · 1 comment
Open

can't compile #572

Spearmint3 opened this issue Sep 3, 2024 · 1 comment

Comments

@Spearmint3
Copy link

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?

@fgsfdsfgs
Copy link
Collaborator

You don't have gcc installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants