Khem Raj

Results 434 comments of Khem Raj

@Hollingsworth-martin-bl since libclang is packaged into a package of its own, it needs to be added explicitly in order for it to be included into SDK as SDK host part....

You could try to build and add nativesdk version of bindgen-cli recipe, I think the recipe only provides native and target variants as of now so it has to be...

@dkl and @FederAndInk can you test the patch in #994 and report back ?

> Sure, thanks, testing this right now 👍 I think the problem is that the compiler headers path it pointing to recipe-sysroot-native and not recipe-sysroot. The patch I posted will...

> > `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...

> Actually I am building clang for the target and using it on the "target", with the patch you posted, it is now working OK, so this patch atleast fixes...

Yes reopen it and please sent a pull request for scarthgap

@dkl thanks for reporting this issue. Since its not yet fixed in GCC, so adding `-fclang-abi-compat=17` globally to clang flags makes sense here since this will also enable gcc to...

Can you try `/etc/asound.conf` from say https://learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp/raspberry-pi-usage#create-asound-dot-conf-file-3170879 and see if it helps ?

Perhaps try to compile pulseaudio with `-fsanitize=address` added to cflags and then run it. It should give move information during runtime about memory errors.