meta-clang icon indicating copy to clipboard operation
meta-clang copied to clipboard

Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project

Results 68 meta-clang issues
Sort by recently updated
recently updated
newest added

When I setup our SDK I get this error : ``` ERROR: could not relocate ...../sysroots/x86_64-pikosdk-linux/usr/lib/libclang.so.8, interp size = 71 and 86 is needed. ERROR: could not relocate ...../sysroots/x86_64-pikosdk-linux/usr/lib/LLVMgold.so, interp...

bug
help wanted
question

Hi Khem, Currently, I am trying to enable a bootstrapped clang for RISC-V target in my Yocto SDK (-c populate_sdk) using the meta-clang and meta-riscv honister branches. I want to...

clang/llvm is 13.0.1, spirv-llvm-translator is 14.0.0 current master in meta-clang at the moment. This combination results in a configuration error: ``` | CMake Error at CMakeLists.txt:77 (find_package): | Could not...

**Describe the bug** OpenMP fails to link for 10.0.1 ``` /build/tmp-glibc/work/aarch64-oe-linux/openmp/10.0.1-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux/aarch64-oe-linux-ld: runtime/src/libomp.so: version node not found for symbol omp_get_num_places_@@VERSION /build/tmp-glibc/work/aarch64-oe-linux/openmp/10.0.1-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux/aarch64-oe-linux-ld: failed to set dynamic section sizes: bad value ``` **To...

I have to use Yocto Dunfell, because this is provided by the BSP. I've built the meta-clang branch "dunfell-clang12", but this has two problems: - it builds clang 10 (not...

**compiler-rt install path error** /usr/lib/linux/* Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. compiler-rt: 41 installed...

question
feedback

https://developer.android.com/ndk/downloads/revision_history GNU binutils is deprecated and will be removed in an upcoming NDK release. I am going to add support for it. But those tools are different to gnu binutils,...

enhancement

I have removed u-boot, opensbi from conf/nonclangable.conf but still its building from GCC is there any way to build u-boot, opensbi and linux with clang **Desktop (please complete the following...

feedback

**Describe the bug** When adding libclang to SDK and used in a build the dynamic linker will use libc.so.6 from the system instead of the one from the SDK. There...

question

A configuration switch to make clang the default toolchain in SDK would be a nice feature to have. I'm wondering if there should be separate flags for changing CC and...

enhancement