meta-clang
meta-clang copied to clipboard
Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
Signed-off-by: Jose Quaresma --- ### Contributor checklist - [x] Changes have been tested - [x] `Signed-off-by` is present - [x] The PR complies with the [Open Embedded Commit Patch Message...
Hi, while trying to update our project from dunfell to kirkstone I am currently stumbling across the error that a CMake build using the nativesdk is failing with the following...
**Describe the bug** Starting with the kirkstone branch, the file `/usr/lib/clang/14.0.3/lib/linux/libclang_rt.orc-aarch64.a` is installed by both compiler-rt and compiler-rt-sanitizers **To Reproduce** Steps to reproduce the behavior: 1. Compile recipe "foobar" which...
**Describe the bug** In our process of upgrading to dunfell from zeus we don't see the symbolic links in the form of ${TARGET_PREFIX}$tool being created. I do see these in...
Hi, I was trying to build a cross compiler toolchain with meta-clang which support lp64 mabi, but it seems that by default meta-clang set mabi is lp64d if the vendor...
Using the dunfell branch I am not able to build an image with the CLANSDK = 0 because it is also including clang cross canadian. I've seen that you fixed...
Hello, I am a beginner with Yocto and I want to run chromium browser with Yocto dunfell. I read your comment in one of the issues that latest dunfell-clang12 branch...
**Describe the bug** When using GCC from the buildtools-extended-tarball it works well since the searched path for libraries, includes, etc are from the nativesdk sysroot. When trying to use clang...
I am getting this error when integrating opencv to image
stage2 build will failed because llvm runtimes not found. llvm14 support `LLVM_ENABLE_RUNTIMES` maybe useful for bootstrap build. eg. https://github.com/llvm/llvm-project/blob/5f66e721ec1d099cf2370235ce122cf47c287308/clang/cmake/caches/CrossWinToARMLinux.cmake#L54-L56