search for: aarch64baseinfo

Displaying 2 results from an estimated 2 matches for "aarch64baseinfo".

2013 Feb 06
0
[LLVMdev] Sporadic build failure doing 'make -j' from CMake-generated Unix Makefiles in AArch64 backend
...CMAKE_INSTALL_PREFIX="$WORKSPACE/llvm/install" \ .. && make -j && make install) # ...normal build output... make[2]: *** No rule to make target `lib/Target/AArch64/AArch64GenDAGISel.inc', needed by `lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o'. Stop. make[1]: *** [lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... It doesn't happen consistently, so maybe there's a missing dependency there that causes it to try to build things out of order with -j. -Joe...
2013 May 17
2
[LLVMdev] AArch64 build error
...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 `lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o'. Stop. 3009 make[2]: Leaving directory `/home/pulseagent/.pulse2-agent/data/agents/109155/recipes/791203/base/build-cmake' 3010 make[1]: *** [lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/all] Error 2 3011 make[1]: /home/pulseagent/local/bin/cmake -E cmake_progress_report...