Hi All,
I am new to clang. I have taken meta-clang and ported to my yocto project
for aarch64 with below commands. And building nodejs-.4.4.4 using clang++
TOOLCHAIN_pn-nodejs = "clang"
DEPENDS_append_pn-nodejs = " clang-cross-aarch64 "
added below line to nodejs recipe
TOOLCHAIN = "clang"
Co
Hi Don,
Indeed, mpi_cxx is linked against libstdc++, but that has not been a problem
been so far (i.e., with previous versions of clang).
Anyhow, the problem resolved itself after I installed yet another trunk version
(r272243). Apparently it was something related to the version of llvm/clang