<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello! I'm here with clang cross-compilation (x86_64 -> armhf)
buster issue. Problem starts from
<a class="moz-txt-link-freetext" href="https://github.com/conan-io/conan-center-index/issues/6777">https://github.com/conan-io/conan-center-index/issues/6777</a> but
briefly I can compile m4 natively with -compiler-rt but cannot
cross compile "/usr/bin/arm-linux-gnueabihf-ld: cannot find
/usr/lib/llvm-11/lib/clang/11.0.1/lib/linux/libclang_rt.builtins-armhf.a:
No such file or directory", looks like
libclang-common-11-dev:armhf is missing (especially <code>libclang_rt.builtins-armhf.a)</code>
but it conflicts with libclang-common-11-dev:amd64 so I have
linkage error without armhf lib or compile time error without
amd64 lib. After all of that clang-11:amd64 conflicts with
clang-11:armhf. I can extract libclang_rt.* from armhf pkg and
copy it to /usr/lib/llvm-11/lib/clang/11.0.1/lib/linux/, it
works, I can compile m4 but it's not the best way. I tried to
discuss this situation with rengolin (irc #llvm), but he said
packages should not conflict. What I do wrong? Thank you.<br>
</p>
</body>
</html>