search for: makefile2

Displaying 20 results from an estimated 69 matches for "makefile2".

Did you mean: makefile
2020 Jan 02
6
error in building llvm with default options
...../../bin/llvm-c-test clang: error: unable to execute command: Killed clang: error: linker command failed due to signal (use -v to see invocation) tools/llvm-lto/CMakeFiles/llvm-lto.dir/build.make:211: recipe for target 'bin/llvm-lto' failed make[2]: *** [bin/llvm-lto] Error 254 CMakeFiles/Makefile2:21155: recipe for target 'tools/llvm-lto/CMakeFiles/llvm-lto.dir/all' failed make[1]: *** [tools/llvm-lto/CMakeFiles/llvm-lto.dir/all] Error 2 [100%] Built target llvm-lipo clang: error: unable to execute command: Killed clang: error: linker command failed due to signal (use -v to see invoc...
2020 Jan 02
2
error in building llvm with default options
...cute command: Killed > > clang: error: linker command failed due to signal (use -v to see > invocation) > > tools/llvm-lto/CMakeFiles/llvm-lto.dir/build.make:211: recipe for target > 'bin/llvm-lto' failed > > make[2]: *** [bin/llvm-lto] Error 254 > > CMakeFiles/Makefile2:21155: recipe for target > 'tools/llvm-lto/CMakeFiles/llvm-lto.dir/all' failed > > make[1]: *** [tools/llvm-lto/CMakeFiles/llvm-lto.dir/all] Error 2 > > [100%] Built target llvm-lipo > > clang: error: unable to execute command: Killed > > clang: error: linker comm...
2020 Jan 02
3
error in building llvm with default options
...gt; clang: error: linker command failed due to signal (use -v to see > invocation) > >> > tools/llvm-lto/CMakeFiles/llvm-lto.dir/build.make:211: recipe for > target 'bin/llvm-lto' failed > >> > make[2]: *** [bin/llvm-lto] Error 254 > >> > CMakeFiles/Makefile2:21155: recipe for target > 'tools/llvm-lto/CMakeFiles/llvm-lto.dir/all' failed > >> > make[1]: *** [tools/llvm-lto/CMakeFiles/llvm-lto.dir/all] Error 2 > >> > [100%] Built target llvm-lipo > >> > clang: error: unable to execute command: Killed > &gt...
2017 May 02
6
LLVM 4.0.1-rc1 has been tagged
Hi, I've just tagged the 4.0.1 -rc1 release. Testers can start testing and uploading the binaries. If you still have bug fixes you want to get into the 4.0.1 release, you have until May 22 to submit merge requests. -Tom
2015 Jun 27
2
[LLVMdev] polly trunk broken on x86_64 darwin
...> ^ 1 error generated. tools/polly/lib/CMakeFiles/Polly.dir/build.make:1457: recipe for target 'tools/polly/lib/CMakeFiles/Polly.dir/External/isl/isl_int_sioimath.c.o' failed make[2]: *** [tools/polly/lib/CMakeFiles/Polly.dir/External/isl/isl_int_sioimath.c.o] Error 1 CMakeFiles/Makefile2:8352: recipe for target 'tools/polly/lib/CMakeFiles/Polly.dir/all' failed make[1]: *** [tools/polly/lib/CMakeFiles/Polly.dir/all] Error 2 Makefile:136: recipe for target 'all' failed make: *** [all] Error 2 Jack
2017 Aug 11
2
LLVM-4.0.1 build problem on Linux
....so collect2: fatal error: ld terminated with signal 9 [Killed] compilation terminated. tools/lto/CMakeFiles/LTO.dir/build.make:269: recipe for target 'lib/libLTO.so.4.0.1' failed make[2]: *** [lib/libLTO.so.4.0.1] Error 1 make[2]: *** Deleting file 'lib/libLTO.so.4.0.1' CMakeFiles/Makefile2:13932: recipe for target 'tools/lto/CMakeFiles/LTO.dir/all' failed make[1]: *** [tools/lto/CMakeFiles/LTO.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 Can anyone help me with this problem? Thank you in advance for your time! Adrian Crisciu...
2016 Oct 08
2
unable to compile llvm with gcc 4.7.4
...rriding 'virtual llvm::lto::NativeObjectStream::~NativeObjectStream() noexcept (true)' lib/LTO/CMakeFiles/LLVMLTO.dir/build.make:67: recipe for target 'lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o' failed make[2]: *** [lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o] Error 1 CMakeFiles/Makefile2:2584: recipe for target 'lib/LTO/CMakeFiles/LLVMLTO.dir/all' failed make[1]: *** [lib/LTO/CMakeFiles/LLVMLTO.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2 -- Sylvain
2017 Oct 18
2
LLVM Installation failing
...lling using the source code and building it my self, *make *fails at 98% with this error *collect2: error: ld returned 1 exit statustools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build.make:525: recipe for target 'bin/llvm-c-test' failedmake[2]: *** [bin/llvm-c-test] Error 1CMakeFiles/Makefile2:62792: recipe for target 'tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/all' failedmake[1]: *** [tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/all] Error 2Makefile:149: recipe for target 'all' failedmake: *** [all] Error 2* can anyone tell me what i am doing wrong here. Thank you B...
2018 Mar 31
1
using llvm DataFlowSanitizer error
...libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_std_error' clang-7.0: error: linker command failed with exit code 1 (use -v to see invocation) tools/CMakeFiles/tiff2ps.dir/build.make:100: recipe for target 'tools/tiff2ps' failed make[2]: *** [tools/tiff2ps] Error 1 CMakeFiles/Makefile2:311: recipe for target 'tools/CMakeFiles/tiff2ps.dir/all' failed make[1]: *** [tools/CMakeFiles/tiff2ps.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 I search on the internet, and found one answer in http://clang-developers.42468.n3.nabbl...
2018 Jun 08
2
Fail to install llvm/clang on debian
.../HTMLRewrite.cpp.o tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/build.make:1244: recipe for target 'tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/VirtualFileSystem.cpp.o' failed make[2]: *** [tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/VirtualFileSystem.cpp.o] Error 1 CMakeFiles/Makefile2:12824: recipe for target 'tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/all' failed make[1]: *** [tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/all] Error 2 make[1]: *** 正在等待未完成的任务.... [ 75%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/Rewr...
2016 Jan 15
2
[cfe-dev] [3.8 Release] We have branched
...of the Phase[123] builds (because this project contains CMakeLists.txt's now) but cmake 3.0.2 (from Debian Jessie) generates an invalid Makefile. > The error is: > CMakeFiles/test-suite.dir/build.make:112: *** target pattern contains no '%'. Stop. > CMakeFiles/Makefile2:199: recipe for target 'CMakeFiles/test-suite.dir/all' failed > And the referenced line of the generated makefile is: > test-suite-stamps/test-suite-force-rebuild: /home/das-local/llvm-release-3.8/release/branches_release_38/llvm.src/$<TARGET_FILE:clang> > it looks li...
2016 Mar 26
2
llvm build failed while Linking CXX shared library ../../../lib/libc++.so
...followed by a handful of undefined references the last lines consist of the following messages: collect2: error: ld returned 1 exit status projects/libcxx/lib/CMakeFiles/cxx.dir/build.make:735: recipe for target 'lib/libc++.so.1.0' failed make[2]: *** [lib/libc++.so.1.0] Error 1 CMakeFiles/Makefile2:11552: recipe for target 'projects/libcxx/lib/CMakeFiles/cxx.dir/all' failed make[1]: *** [projects/libcxx/lib/CMakeFiles/cxx.dir/all] Error 2 Makefile:136: recipe for target 'all' failed make: *** [all] Error 2 Can someone please help me go further? -------------- next part ------...
2019 Mar 19
2
Building lld
...$ mkdir build && cd build $ cmake -G "Unix Makefiles" -DLLVM_ENABLE_PROJECTS=lld ../llvm $ make I got this error: make[2]: *** No rule to make target 'llvm/cmake/modules/GenerateVersionFromVCS.cmake', needed by 'tools/lld/Common/VCSVersion.inc'. Stop. CMakeFiles/Makefile2:57166: recipe for target 'tools/lld/Common/CMakeFiles/lldCommon.dir/all' failed make[1]: *** [tools/lld/Common/CMakeFiles/lldCommon.dir/all] Error 2 Makefile:151: recipe for target 'all' failed Any idea? ________________________________ From: Rui Ueyama <ruiu at google.com>...
2019 Jan 24
14
[8.0.0 Release] rc1 has been tagged
Dear testers, 8.0.0-rc1 was just tagged (from the branch at r351980). It took a little longer than planned, but it's looking good. Please run the test script, share your results, and upload binaries. I'll get the source tarballs and docs published as soon as possible, and binaries as they become available. Thanks, Hans
2018 Mar 19
1
How to link against all available targets - problems with NVPTX?
...eAllAsmPrinters()': /home/bollu/.local/include/llvm/Config/AsmPrinters.def:28: undefined reference to `LLVMInitializeNVPTXAsmPrinter' collect2: error: ld returned 1 exit status CMakeFiles/sxhc.dir/build.make:285: recipe for target 'sxhc' failed make[2]: *** [sxhc] Error 1 CMakeFiles/Makefile2:131: recipe for target 'CMakeFiles/sxhc.dir/all' failed make[1]: *** [CMakeFiles/sxhc.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 That is, NVPTX is not initialized as a target properly. I'm somewhat puzzled by this, because I would have...
2016 Jan 20
3
[cfe-dev] [3.8 Release] We have branched
...ct contains CMakeLists.txt's now) but cmake 3.0.2 (from >> Debian Jessie) generates an invalid Makefile. >> > The error is: >> > CMakeFiles/test-suite.dir/build.make:112: *** target pattern contains >> no '%'. Stop. >> > CMakeFiles/Makefile2:199: recipe for target 'CMakeFiles/test- >> suite.dir/all' failed >> > And the referenced line of the generated makefile is: >> > test-suite-stamps/test-suite-force-rebuild: /home/das-local/llvm- >> release-3.8/release/branches_release_38/llvm.src/$<...
2019 Mar 20
3
Building lld
...kefiles" -DLLVM_ENABLE_PROJECTS=lld ../llvm > > $ make > > I got this error: > > > > make[2]: *** No rule to make target > 'llvm/cmake/modules/GenerateVersionFromVCS.cmake', needed by > 'tools/lld/Common/VCSVersion.inc'. Stop. > > CMakeFiles/Makefile2:57166: recipe for target > 'tools/lld/Common/CMakeFiles/lldCommon.dir/all' failed > > make[1]: *** [tools/lld/Common/CMakeFiles/lldCommon.dir/all] Error 2 > > Makefile:151: recipe for target 'all' failed > > > > > > > > Any idea? > ---------...
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
...to see invocation) src/CMakeFiles/libomp-test-touch.dir/build.make:52: recipe for target 'src/test-touch-rt/.success' failed make[3]: *** [src/test-touch-rt/.success] Error 1 make[3]: Leaving directory '/home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp' CMakeFiles/Makefile2:271: recipe for target 'src/CMakeFiles/libomp-test-touch.dir/all' failed make[2]: *** [src/CMakeFiles/libomp-test-touch.dir/all] Error 2 make[2]: Leaving directory '/home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp' CMakeFiles/Makefile2:93: recipe for target '...
2019 Sep 13
2
[9.0.0 Release] Release Candidate 4 is here
...ilures  : 256 >   Unsupported Tests  : 1741 >   Unexpected Failures: 1 > make[3]: *** [CMakeFiles/check-all.dir/build.make:58: > CMakeFiles/check-all] Error 1 > make[3]: Target 'CMakeFiles/check-all.dir/build' not remade because of > errors. > make[2]: *** [CMakeFiles/Makefile2:354: CMakeFiles/check-all.dir/all] > Error 2 > make[1]: *** [CMakeFiles/Makefile2:361: CMakeFiles/check-all.dir/rule] > Error 2 > make[1]: Target 'check-all' not remade because of errors. > make: *** [Makefile:238: check-all] Error 2 > [Release+Asserts Phase3] check-all...
2016 Jan 26
2
[cfe-dev] [3.8 Release] RC1 has been tagged
Phase1 fails to build on openSUSE 13.2, can anyone see what's wrong from this log file? On Tue, Jan 26, 2016 at 5:45 AM, Hans Wennborg via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On Sun, Jan 24, 2016 at 2:48 PM, Brian Cain <brian.cain at gmail.com> wrote: > > > > On Thu, Jan 21, 2016 at 9:52 PM, Brian Cain <brian.cain at gmail.com> > wrote: >