Build problem Arch Linux #6140
Unanswered
neundorf
asked this question in
Getting started
Replies: 1 comment 1 reply
-
Ok, I found out a bit more. So this is inside some sandbox. Below are the options in the llvm-min-tblgen-0.params file.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
carbon sounds exciting, maybe I can even contribute....
I have no experience with bazel, so some pointers would be appreciated.
I'm trying to run the very first step:
ld.lld: error: unable to find library -l:libunwind.a
I don't have a libunwind.a on my system. Is this really what ld.lld is looking for ?
In the meantime I have built in the meantime libunwind with --enable-static, so there is now a
/usr/local/lib/libunwind.a
, but the error message still appears.clang is version 20.1.8.
Any pointers how to fix this issue ?
Here is the full output:
Thanks
Alex
Beta Was this translation helpful? Give feedback.
All reactions