Khem Raj

Results 330 comments of Khem Raj

Their recipes have TOOLCHAIN variable set to gcc you have to remove that and then see if it works

you can also try ``` bitbake -e opensbi > /tmp/log.1 ``` and inspect `log.1` for TOOLCHAIN variable, it should show you where it is being set for this recipe

you need to add then to target package list. So have you set ``` CLANGSDK = "1" ```` in `local.conf` ? if not try that out. Secondly you can try...

it seems you are on clang 7 which is really old. which branch of meta-clang are you using? I hope you are not on one of EOLed branches. Yuo can...

I think using master with thud branch might not work but yes you can try to use master for everything and that will work

@blithe2015 are you still needing some help or can we close this issue ?

Can you post the build configuration

Are you able to post the `Build Configuration` printed by bitbake at the beginning of build

You seem to be using thud release Could you try same with master

Can you try it on master/warrior please ?