Skip to content
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 produce a Clang/Musl SDK #108

Open
deciduously opened this issue Nov 20, 2024 · 0 comments
Open

Cannot produce a Clang/Musl SDK #108

deciduously opened this issue Nov 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@deciduously
Copy link
Member

Clang-based Linux SDKs and musl-gcc SDKs are both supported, but the current implementation fails to compile clang using a musl sysroot. It successfully builds stage 1, and then stage2 configure fails:

CMake Error at cmake/modules/HandleLLVMOptions.cmake:365 (message):
  Host compiler does not support '-fuse-ld=lld'.  Please make sure that 'lld'
  is installed and that your host compiler can compile a simple program when
  given the option '-fuse-ld=lld'.

This is surprising as at this point, the host compiler is the clang we just built, which certainly should support -fuse-ld=lld.

@deciduously deciduously added the bug Something isn't working label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant