search for: cmakeoutput

Displaying 20 results from an estimated 43 matches for "cmakeoutput".

2016 Feb 25
2
[llvm-3.8-ec3] cmake-2.8.12 and gcc-4.6: Host compiler appears to require libatomic, but cannot find it.
...(message): Host compiler appears to require libatomic, but cannot find it. Call Stack (most recent call first): cmake/config-ix.cmake:296 (include) CMakeLists.txt:407 (include) -- Configuring incomplete, errors occurred! See also "/home/wearefam/src/llvm-toolchain/llvm-build/CMakeFiles/CMakeOutput.log". See also "/home/wearefam/src/llvm-toolchain/llvm-build/CMakeFiles/CMakeError.log". I would like to see something telling me my host-compiler is not supported and I need a minimum version ( My host-system is Ubuntu/precise AMD64. ) See also "Host C++ Toolchain, both Compi...
2019 Oct 30
2
Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build
...AGS="/permissive- /D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" -DCMAKE_CXX_STANDARD=17 " and when building the target ALL_BUILD.vcxproj I redirected the output to a file. I'm attaching that file to this message. Name of the file is build.log. I'm attaching CMakeCache.txt and CMakeOutput.log for reference. Any help is appreciated. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191030/254e1d7f/attachment-0001.html> -------------- next part -------------- A non-text att...
2018 Nov 23
2
Couldn't successfully generate project files for LLVM (checked out from trunk)
...ent was scrubbed... Name: CMakeError.log Type: application/octet-stream Size: 598835 bytes Desc: CMakeError.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181123/7b758678/attachment-0002.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: CMakeOutput.log Type: application/octet-stream Size: 206867 bytes Desc: CMakeOutput.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181123/7b758678/attachment-0003.obj>
2018 Nov 26
2
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
...ent was scrubbed... Name: CMakeError.log Type: application/octet-stream Size: 571507 bytes Desc: CMakeError.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181126/09b71fe9/attachment-0002.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: CMakeOutput.log Type: application/octet-stream Size: 208717 bytes Desc: CMakeOutput.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181126/09b71fe9/attachment-0003.obj>
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
...2171879632.dir\' ninja: build stopped: subcommand failed. CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) -- Configuring incomplete, errors occurred! See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeOutput.log". See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeError.log". -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150220/4734c199/attachment.html>
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...; CMake will not be able to correctly generate this project. >>> Call Stack (most recent call first): >>> CMakeLists.txt:12 (project) >>> >>> -- Configuring incomplete, errors occurred! >>> See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeOutput. >>> log". >>> See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeError.log". >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiu...
2016 Aug 19
6
OT: Cloning llvm repo over low speed connection != fun
...Make Error at CMakeLists.txt:53 (message): llvm-config not found and LLVM_MAIN_SRC_DIR not defined. Reconfigure with -DLLVM_CONFIG=path/to/llvm-config or -DLLVM_PATH=path/to/llvm-source-root. -- Configuring incomplete, errors occurred! See also "/usr/local/src/libcxxabi/build/CMakeFiles/CMakeOutput.log". asura at asura-X3:/usr/local/src/libcxxabi/build$ cd ../.. asura at asura-X3:/usr/local/src$ git clone git at github.com:llvm-mirror/llvm.git Cloning into 'llvm'... remote: Counting objects: 1228082, done. remote: Compressing objects: 100% (245/245), done. Receiving objects: 13%...
2018 Sep 21
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
...may 1>  need to uninstall the former and re-install the latter afterwards. 1>Call Stack (most recent call first): 1>  CMakeLists.txt:600 (include) 1> 1> 1>-- Configuring incomplete, errors occurred! 1>See also "D:/projects/fun/jit_tests/clang_from_src/llvm-build/CMakeFiles/CMakeOutput.log". 1>See also "D:/projects/fun/jit_tests/clang_from_src/llvm-build/CMakeFiles/CMakeError.log". 1>CMake Configure step failed.  Build files cannot be regenerated correctly.  Attempting to stop IDE build. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Commo...
2017 Aug 04
2
Cross compiling C++ program
...): /usr/local/llvm40/lib/cmake/llvm/AddLLVM.cmake:508 (llvm_map_components_to_libnames) cmake/modules/AddClang.cmake:86 (llvm_add_library) lib/AST/CMakeLists.txt:6 (add_clang_library) -- Configuring incomplete, errors occurred! See also "/usr/home/meka/repos/clang/build/clang/CMakeFiles/CMakeOutput.log". > A note on linker scripts: support for them in lld is still a bit rough > around the edges, so you may want to use the linker that comes with your > board (presumably binutils ld). Thank you! > Sorry, I don't have a doc for that. We're getting closer to making it...
2016 Oct 10
2
Embedding llvm as a git submodule in Project
...LLVM_DIR" to a directory containing one of the above files. If "LLVM" > provides a separate development package or SDK, be sure it has been > installed. > > > -- Configuring incomplete, errors occurred! > See also "/home/timoo/Schreibtisch/build/CMakeFiles/CMakeOutput.log" > > > I added the PATHS to find_package becouse the command must find the files. > > In the llvm/cmake/modules dircotry are: > > LLVM-Config.cmake (instead of lower case) and > > LLVMConfig.cmake.in (.in added at end) > > > So what must I do? > >...
2019 May 08
2
failed to build llvm since 25de7691a0e27c29c8d783a22373cc265571f5e9 on AMD platform
...e Error at cmake/modules/HandleLLVMOptions.cmake:466 (message): The host compiler does not support '-std=c++11'. Call Stack (most recent call first): CMakeLists.txt:668 (include) -- Configuring incomplete, errors occurred! See also "/opt/rootfs/llvm_project/src/build/CMakeFiles/CMakeOutput.log". See also "/opt/rootfs/llvm_project/src/build/CMakeFiles/CMakeError.log". CPUINFO: root at lkp-opteron1 /opt/rootfs/llvm_project/src/build# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 32...
2016 Oct 09
3
Embedding llvm as a git submodule in Project
Hi all. I want to use llvm in my project and I want to make llvm a git submodule in my project. http://llvm.org/docs/CMake.html#embedding-llvm-in-your-project At this in the documentation it claims to describe how to embed llvm into a project. I tried it that way but it doesn't work, because there isn't any findLLVM.cmake in the llvm/cmake/modules directory anymore (i don't
2020 Aug 09
3
Switching to Ninja
...he system cannot find the file specified ninja: build stopped: subcommand failed. CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:49 (project) -- Configuring incomplete, errors occurred! See also "D:/LLVM/Build/CMakeFiles/CMakeOutput.log". See also "D:/LLVM/Build/CMakeFiles/CMakeError.log".
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...e able to correctly generate this project. >>>> Call Stack (most recent call first): >>>> CMakeLists.txt:12 (project) >>>> >>>> -- Configuring incomplete, errors occurred! >>>> See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeOutput. >>>> log". >>>> See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeError. >>>> log". >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev...
2019 May 09
3
failed to build llvm since 25de7691a0e27c29c8d783a22373cc265571f5e9 on AMD platform
...(message): > The host compiler does not support '-std=c++11'. > Call Stack (most recent call first): > CMakeLists.txt:668 (include) > > > -- Configuring incomplete, errors occurred! > See also "/opt/rootfs/llvm_project/src/build/CMakeFiles/CMakeOutput.log". > See also "/opt/rootfs/llvm_project/src/build/CMakeFiles/CMakeError.log". > > > CPUINFO: > root at lkp-opteron1 /opt/rootfs/llvm_project/src/build# lscpu > Architecture: x86_64 > CPU op-mode(s): 32-bit, 64-bit > B...
2020 Jul 30
2
Help with build
...ay be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! See also "C:/LLVM/Build/CMakeFiles/CMakeOutput.log". See also "C:/LLVM/Build/CMakeFiles/CMakeError.log". -------------------------------------- The C compiler identification could not be found in "C:/LLVM/Build/CMakeFiles/3.18.0/CompilerIdC/a.exe" --------------------------------------- In spite of that error, here is...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...generate this project. >>>>> Call Stack (most recent call first): >>>>> CMakeLists.txt:12 (project) >>>>> >>>>> -- Configuring incomplete, errors occurred! >>>>> See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeOutput. >>>>> log". >>>>> See also "D:/llvm/arm_test/compiler-rt-build/CMakeFiles/CMakeError. >>>>> log". >>>>> >>>>> _______________________________________________ >>>>> LLVM Developers mailing list...
2018 Nov 28
2
Errors in configuration for LLVM with CMake GUI
...ent was scrubbed... Name: CMakeError.log Type: application/octet-stream Size: 652508 bytes Desc: CMakeError.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181128/30bd6f7f/attachment-0002.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: CMakeOutput.log Type: application/octet-stream Size: 259613 bytes Desc: CMakeOutput.log URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181128/30bd6f7f/attachment-0003.obj>
2017 Aug 04
3
Cross compiling C++ program
...:508 (llvm_map_components_to_libnames) > > cmake/modules/AddClang.cmake:86 (llvm_add_library) > > lib/AST/CMakeLists.txt:6 (add_clang_library) > > > > -- Configuring incomplete, errors occurred! > > See also "/usr/home/meka/repos/clang/build/clang/CMakeFiles/CMakeOutput.log". > > I think it found an installed llvm, and is trying to use that to build clang > against. First, the clang and llvm's versions have to match. Second, when I > mentioned building clang, I really meant building llvm+clang... sorry. > > $ cmake -G 'Unix Makefiles...
2019 Sep 05
3
Building LLVM with LLVM
...arget 'cmTC_a9eab/fast' failed make: *** [cmTC_a9eab/fast] Error 2 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:39 (project) -- Configuring incomplete, errors occurred! See also "/home/elux/build/CMakeFiles/CMakeOutput.log". See also "/home/elux/build/CMakeFiles/CMakeError.log". === snap === Commands used: === snip === VERSION=8.0.1 DESTDIR=/tmp/llvm PREFIX=/usr/local #wget https://github.com/llvm/llvm-project/releases/download/llvmorg-${VERSION}/llvm-${VERSION}.src.tar.xz #wget https://github.co...