-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
cross-compiler for M1 MacBook? #248
Comments
I'm on M1 Macbook Air. All I did was |
|
you don't even need to build a cross-compiler after that. just use the i686-elf-gcc as your cross-compiler (it's i686 instead of i386, but it will still work) |
@firestar4204 Is there anything else I need to do besides |
nope, but i386-elf-gdb is available instead of i686-elf-gdb, I think. That's what I used |
@firestar4204 Why didn't you use |
because it redirects you to x86_64-elf-gcc |
Is there any solution for Lesson 24 for the same M1 MacBook pro?@firestar4204 |
It shouldn't matter (M1 macs don't support El Capitan), but just make sure to |
@firestar4204 All I need to do is |
I am using M1 MacBook Pro for this turotial. I am stuck in chapter 11. Is there any way to build a cross-compiler for my M1 MacBook?
After make all install 2>&1 | tee make.log, I got feedback as below.
The text was updated successfully, but these errors were encountered: