Next step for this thread Add clang to SDK
After add meta-clang and build SDK I have CLANG but I don’t have openmp.
Where add extra LIBRARY for SDK?
I need openmp in SDK for cross-build my APP
Next step for this thread Add clang to SDK
After add meta-clang and build SDK I have CLANG but I don’t have openmp.
Where add extra LIBRARY for SDK?
I need openmp in SDK for cross-build my APP
add in local.conf
IMAGE_INSTALL:append = " openmp"
and rebuild SDK