-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cannot build MentOS on macOS M2 #124
Comments
My cmake knowledge is very rusty. Apologies.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The doc says to build MentOS on macOS, these packages are needed:
I already did, and can built xv6. But when building MentOS, running make fails because it invokes Apple's compiler, not i386-elf-gcc
OK, how to modify the CMake config/Makefile/etc so it's i386-elf-gcc which is should be called instead?
The text was updated successfully, but these errors were encountered: