-
Notifications
You must be signed in to change notification settings - Fork 7
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
N64 Linker #23
Comments
what do you mean |
i need to setup a n64 linker |
for the object files |
The makefile for this already generates object files. You should be good to go once you add them to your project and reference the symbols. |
Then what does it mean can't find n64 toolchain won't build object |
Please start by explaining the context: what kind of project are you trying to make, based on what codebase, with what tools, on what platform, etc. Then explain what you are trying to do with that project--presumably add F3DEX3 support, but what steps are you taking to accomplish that. Then provide the command you are running which gives the error message you mentioned above. I'm guessing you're seeing this warning: https://github.com/HackerN64/F3DEX3/blob/main/Makefile#L43 |
mips64-linux-gnuabi64-as |
okay i got the makefile working |
now i can put this in normal mario 64 |
i'd recommend instead of using exact names if possible instead just look for |
how would one set this up
The text was updated successfully, but these errors were encountered: