mkst / sm64-port

My mirror of the sm64-port. You probably want to look at the 3DS port branch: https://github.com/mkst/sm64-port/tree/3ds-port
https://discord.gg/7bcNTPK
245 stars 32 forks source link

error when building help #28

Closed davigamer987 closed 4 years ago

davigamer987 commented 4 years ago

when i try to build the rom it dosent workit gives me this error $ make VERSION=us --jobs 4 make: gcc: No such file or directory make: [Makefile:66: n64graphics] Error 127 Traceback (most recent call last): File "./extract_assets.py", line 292, in main() File "./extract_assets.py", line 162, in main subprocess.check_call( File "/usr/lib/python3.8/subprocess.py", line 364, 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:181: Failed to extract assets. Stop.

mkst commented 4 years ago

Did you follow the instructions? Looks like you missed the step to git checkout 3ds-port. Join the discord if you need more help.

davigamer987 commented 4 years ago

i followed the instructions step by step and i did use the command git checkout 3ds-port it returned with ($ git checkout 3ds-port Already on '3ds-port' Your branch is up to date with 'origin/3ds-port'.)

davigamer987 commented 4 years ago

i didnt find the discord link

davigamer987 commented 4 years ago

for now im using the original mario 64 3ds but i really want the minimap and the extra features this build has pls help you can also contact me on discord daviganer987#6514

davigamer987 commented 4 years ago

i also tried with wsl but same error make: [Makefile:66: n64graphics] Error 127 Traceback (most recent call last): File "./extract_assets.py", line 292, in main() File "./extract_assets.py", line 162, in main subprocess.check_call( File "/usr/lib/python3.8/subprocess.py", line 364, 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:181: Failed to extract assets. Stop.

davigamer987 commented 4 years ago

i think its something with the repo i tried in a linux vm but the same error

mkst commented 4 years ago

Discord link is https://discord.gg/7bcNTPK

Doesn't look like you're installing the prerequisites like build-essential on Linux...