Hi,
I'm trying to build a native package which uses llvm. I never used llvm
before, so time to learn
I've added
DEPENDS += "llvm-native"
to my recipe but I still get errors
LLVM_CONFIG:
| CMake Error at data/shiboken_helpers.cmake:146 (message):
| Unable to detect CLANG location by checking LLVM_INSTALL_DIR,
| CLANG_INSTALL_DIR or running llvm-config.
| Call Stack (most recent call first):
| CMakeLists.txt:37 (setup_clang)
I looked at the llvm_git.bb file
do_install_class-native() {
install -D -m 0755 ${B}/bin/llvm-tblgen ${D}${bindir}/llvm-tblgen${PV}
install -D -m 0755 ${B}/bin/llvm-config ${D}${bindir}/llvm-config${PV}
install -D -m 0755 ${B}/lib/libLLVM-${MAJOR_VERSION}.so
${D}${libdir}/libLLVM-${MAJOR_VERSION}.so
}
so I would expect to see llvm-config8.0.0 in
the recipe-sysroot-native/usr/bin/ inside my package folder but nothing
llvm related.
What am I missing?
Thanks,
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#49615): https://lists.yoctoproject.org/g/yocto/message/49615
Mute This Topic: https://lists.yoctoproject.org/mt/74795953/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-