search for: dcmake_cxx_compiler_arg1

Displaying 3 results from an estimated 3 matches for "dcmake_cxx_compiler_arg1".

2013 May 17
1
[LLVMdev] AArch64 build error
...ur host compiler and >configure command-line could be useful for controlling the environment >too. The machine has 16 physical cores each hyper-threaded. I'm just using gcc 4.7.2 from Ubuntu 12.10. I can reproduce this with the following: $cmake -DCMAKE_CXX_COMPILER="ccache" -DCMAKE_CXX_COMPILER_ARG1="c++" ../llvm/ $make -j32 $make clean $make -j32 The second make will fail with the error I pasted before. paul > >Tim.
2013 May 17
0
[LLVMdev] AArch64 build error
Hi Paul, > I'm getting a "random" build failure related to AArch64 when building with cmake. > The build is running with -j32 so it seems that there is some dependency issue > that causes the build to fail when things build in a certain order. > 3008 make[2]: *** No rule to make target `lib/Target/AArch64/AArch64GenDAGISel.inc', needed by Hmm. That file's
2013 May 17
2
[LLVMdev] AArch64 build error
Hi, I'm getting a "random" build failure related to AArch64 when building with cmake. The build is running with -j32 so it seems that there is some dependency issue that causes the build to fail when things build in a certain order. Is anyone else seeing this problem? paul 3008 make[2]: *** No rule to make target `lib/Target/AArch64/AArch64GenDAGISel.inc', needed by