-
Notifications
You must be signed in to change notification settings - Fork 69
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
mipsel-none-elf for macos #87
Comments
I guess I should start with building toolchain myself |
Update: I'm trying to build gcc but getting "too many errors emitted, stopping now". I tried
no flags help, it still stops make after 20 errors Upd2: I tried gmake and it looks like it worked for a second but then I have another error: |
I managed to install mipsel-none-elf (binutils and gcc parts) from this project https://github.com/grumpycoders/pcsx-redux/blob/main/src/mips/psyqo/GETTING_STARTED.md#macos
So look at this line: |
Still getting the same error when trying to compile psn00b sdk: |
Please release binary files for building with psn00bsdk on macos, it appears that everything is good until build process uses binary files such as mipsel-none-elf-gcc which obviously results in
zsh: exec format error
since binary files are for linux, not arm macCan you guide me to the right direction there?
The text was updated successfully, but these errors were encountered: