-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Can mold be used with a crrosscompiler like arm-none-eabi-g++ #1114
Comments
It didn't work because of the typo? The correct spelling of the option is |
Sorry that was a typo in the issue description only. No typo in my actual command |
It seems like a GCC's bug, so I filed this as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111605. In the meantime, please create a |
@ishitatsuyuki sent a patch to gcc: https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633093.html |
Thanks for the update |
I am using mold to build my unit tests locally and everything is working fine.
The cross-compiler we use has recently been updated to the 12.2.1 version of GCC.
When I try to pass in "-fuse-ld=mold" as an option when calling
arm-none-eabi-g++
I get the errorcollect2: fatal error: cannot find 'ld'
Is it possible to use mold with a crosscompiler?
The text was updated successfully, but these errors were encountered: