kraj/meta-clang

aarch64 compiling clang_git.bb fails

patrick-dojofive opened this issue · 1 comments

Describe the bug
Using an M2 machine, I'm trying to compile using bitbake and get an error during build of my image.
We're pulling in https://github.com/kraj/meta-clang/tree/52c7b51ab9ebe426a77559802333d8479864912e

As best as I can tell initially, the error seems to occur during clang-native-10.0.1-r0 do_compile.
clang-fail-log.txt

Expected behavior
I expect the layer's recipes to complete successfully. The same yocto project builds fine on our x86_64 build machine, so I expect there is just something missing that needs to be accounted for.

Environment:
macMini - M2 core
running docker (ubuntu 20.04)

Sorry to bother submitting this, but adding more RAM to the docker environment solved this.