perfetto compilation error #5138
|
I ported Perfetto to the Yocto platform, but encountered the following error during compilation. I understand that Perfetto compilation requires CPU support for AVX/AVX2, but my CPU does not support this. Do you have any good solutions recommended? thank you. ===================================================================================== |
Replies: 2 comments 1 reply
|
We have a gn arg which lets you turn off AVX/AVX2 support in Perfetto. You just need to set the gn flag: You can add this when you do |
|
On a side note, there is something not working with the CheckCpuOptimizations() check.
Something somewhere went wrong. I'll file an internal bug so we can look at this on the next fixit |
We have a gn arg which lets you turn off AVX/AVX2 support in Perfetto. You just need to set the gn flag:
You can add this when you do
tools/gn args <out directory>.