[cfe-users] clang++ not able to link libraries crtbegin.o

2016-06-09 Thread Srinivasa Rao Ragolu via cfe-users
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

Re: [cfe-users] Problems with linking to libLLVMSupport.a: undefined reference to symbol

2016-06-09 Thread Schlottke-Lakemper, Michael via cfe-users
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