-
Notifications
You must be signed in to change notification settings - Fork 188
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
Linking issue #194
Comments
We normally build with arm-none-eabi-gcc 10.2.1, the same toolchain we use for CircuitPython. See https://learn.adafruit.com/building-circuitpython for how to install the toolchain. Could you try with that? |
I have the same issue. I'm using arm-none-eabi-gcc 10.2.1 and Ubuntu 22.04 |
I just tried |
Thanks for the quick reply. I will try again with those versions to see if that helps. No, I'm not making any changes before compiling, is there something I should be changing? I am using WSL like the OP, so it could have something to do with that. |
Nope, not at all. I just wanted to make sure I was compiling what you were compiling. |
I am running Ubuntu on Windows Subsystem for Linux. When I try to build the
zero
bootloader, it successfully compiles all the files, but fails at the linking step.Here is the error I am receiving:
Any suggestions on how to fix this?
Note: I am actually able to successfully build this on Windows, but when I try building on Ubuntu it gives me this linking error.
The text was updated successfully, but these errors were encountered: