-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
gcc-arm-embedded downloads a precompiled binary for linux only #11875
Comments
Why not have both? Nix still does not dominate the world, so I think it is nice to be able to use a toolchain on nix that is readily available on non-nix systems. I'd love better cross compiler/ing support in nix though. |
when i was helping stepcut on irc i got things worked down to just this: |
I made some additional progress. There are two sets of problems -- things that are nix specific, and things that are related to building a GCC cross-compiler with clang. These are the patches I have to nixpkgs files so far:
However this patch is also required: https://sourceware.org/bugzilla/show_bug.cgi?id=19222 I have not yet applied that patch so I am not sure what other issues lurk. It is possible that is the last issue though. |
building cross compilers is possible now, is this issue still relevant? or can we close this issue after #15867? |
Closing (see #39087) |
This tripped up someone trying to use it on Darwin on IRC today. Is it not possible for it to use our extensive existing gcc machinery, which already works on Darwin?
cc @bjornfor
The text was updated successfully, but these errors were encountered: