Ludovic J

Results 44 comments of Ludovic J

This would indeed be really useful :+1:

bitbake is a kind of mix between shell and python It uses the following extensions: .bb .bbappend .bbclass and .conf

I too have this issue for the native and target toolchain, clang is installed under /usr/lib/clang/$version but the sanitizers are under /usr/lib/clang/$version.$minor.$patch

Sure, thanks, testing this right now :+1:

Actually I am building clang for the target and using it on the "target", with the patch you posted, it is now working

> `TOOLCHAIN_TARGET_TASK:append = " nativesdk-compiler-rt-sanitizers"` > > This will work. isn't a bit weird to put a nativesdk version in `TOOLCHAIN_TARGET_TASK`? What will that do? will the target libraries be...

ok so looks like you're right, trying `${CLANGCXX} test.cpp -v` we can see clang search paths looking in target sysroot but 1 (usr/lib/clang/18) searching for it in the native sysroot:...

> > > `TOOLCHAIN_TARGET_TASK:append = " nativesdk-compiler-rt-sanitizers"` > > > This will work. > > > > isn't a bit weird to put a nativesdk version in `TOOLCHAIN_TARGET_TASK`? What will...

Hey, thanks for merging a first part of the solution :) Can we hope for a backport to the scarthgap branch? Also, I think this issue should be re-openned as...