search for: cmake_install

Displaying 20 results from an estimated 24 matches for "cmake_install".

2014 Mar 06
2
[LLVMdev] Install Problem of Compiler-rt with Visual Studio Express 2013 for Windows Desktop
Hi, All I have tried to compile and install LLVM on windows 8 using Visual Studio Express 2013 for Windows Desktop. The compiling is fine. However, the installing gives the following errors: 62> CMake Error at projects/compiler-rt/lib/asan/cmake_install.cmake:34 (FILE): 62> file INSTALL cannot find 62> "C:/llvm/build/$(Configuration)/lib/clang/3.5.0/lib/windows/Release/clang_rt.asan-i386.lib". 62> Call Stack (most recent call first): 62> projects/compiler-rt/lib/cmake_install.cmake:32 (...
2017 Mar 05
3
Error in Windows build from release_40 branch
...do a build and install on Windows 10 with Visual Studio 2015 Community Edition for the X86 and ARM targets, from the current release_40 branch. While compilation completes without error, the INSTALL target fails with the following error: 54> CMake Error at projects/compiler-rt/lib/builtins/cmake_install.cmake:34 (file): 54> file INSTALL cannot find 54> "E:/Users/stm/Documents/GIT/llvm-build-4.0/$(Configuration)/lib/clang/4.0.0/lib/windows/clang_rt.builtins-x86_64.lib". 54> Call Stack (most recent call first): 54> projects/compiler-rt/lib/cmake_install.cmake:33 (includ...
2014 Feb 12
4
[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform
...ld llvm+clang on an OpenSuse BuildServer for ARM. The build was carried out with CMake 2.8.11. In the installation step I got the following error: > [26815s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/llvm-3.4.99-336.1.arm/usr/lib/libLLVMSupport.so > [26815s] CMake Error at lib/Support/cmake_install.cmake:45 (FILE): > [26815s] file RPATH_CHANGE could not write new RPATH: > [26815s] > [26815s] $ORIGIN/../lib > [26815s] > [26815s] to the file: > [26815s] > [26815s] /home/abuild/rpmbuild/BUILDROOT/llvm-3.4.99-336.1.arm/usr/lib/libLLVMSupport.so > [26815s] >...
2014 Feb 13
2
[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform
...r ARM. The >> build was carried out with CMake 2.8.11. In the installation step I got >> the following error: >> >>> [26815s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/llvm-3.4.99-336.1.arm/usr/lib/libLLVMSupport.so >>> [26815s] CMake Error at lib/Support/cmake_install.cmake:45 (FILE): >>> [26815s] file RPATH_CHANGE could not write new RPATH: >>> [26815s] >>> [26815s] $ORIGIN/../lib >>> [26815s] >>> [26815s] to the file: >>> [26815s] >>> [26815s] /home/abuild/rpmbuild/BUILDROOT/llvm-3.4.99...
2019 Apr 24
2
CMake Error at tools/clang/lib/Headers/cmake_install.cmake:36 (file): file INSTALL cannot find "C:/llvm-project/build/$(Configuration)/lib/clang/9.0.0/include".
Hi, everyone. I'm trying to build LLVM myself because the page I was linked to with the links to pre-built binaries doesn't have a passing WASM build of LLVM. Or at least didn't when I last checked there. With that being said, though, when I tried to build INSTALL.vcxproj, I got the error mentioned in the title of this message. The full error message is in the attached text file.
2017 Mar 08
2
Error in Windows build from release_40 branch
Hans, Am 06.03.2017 um 23:25 schrieb Hans Wennborg: > The mailing list thread you linked to talkes about > "multi-configuration generators", such as MSBuild. Have you tried > building with ninja (https://ninja-build.org/) instead? I now tried the ninja build, and that was successful, so I have a workaround. I still would like to know whether I made a mistake with the
2017 Mar 09
0
Error in Windows build from release_40 branch
On Wed, Mar 8, 2017 at 10:34 AM, Stephan Mühlstrasser <stephan.muehlstrasser at web.de> wrote: > Hans, > > Am 06.03.2017 um 23:25 schrieb Hans Wennborg: >> >> The mailing list thread you linked to talkes about >> "multi-configuration generators", such as MSBuild. Have you tried >> building with ninja (https://ninja-build.org/) instead? > >
2018 Jan 25
0
Error in Windows build from release_40 branch
...39;t think you made a mistake, I suppose something in the cmake > config is broken. Hi Hans, I can still see the MSVS install error as below with latest LLVM code. Is there any word around can let me install the LLVM through MSVS successfully? CMake Error at projects/compiler-rt/lib/builtins/cmake_install.cmake:37 (file): file INSTALL cannot find "D:/Project/LLVM/vs2015build/$(Configuration)/lib/clang/7.0.0/lib/windows/clang_rt.builtins-x86_64.lib". Call Stack (most recent call first): projects/compiler-rt/lib/cmake_install.cmake:38 (include) projects/compiler-rt/cmake_in...
2015 Dec 04
2
LLVM fails to install with ocaml enabled
...ll/bin/llvm-mc -- Installing: /home/alesko/llvm-install/bin/sancov -- Installing: /home/alesko/llvm-install/bin/opt -- Installing: /home/alesko/llvm-install/bin/llvm-split -- Installing: /home/alesko/llvm-install/bin/llvm-cov -- Installing: /home/alesko/llvm-install/bin/obj2yaml CMake Error at docs/cmake_install.cmake:36 (file): file INSTALL cannot find "/home/alesko/repositories/build-llvm/docs/ocamldoc/html". Call Stack (most recent call first): cmake_install.cmake:66 (include) Makefile:93: recipe for target 'install' failed make: *** [install] Error 1 Without ocaml, insta...
2014 Mar 06
1
[LLVMdev] [cfe-dev] Install Problem of Compiler-rt with Visual Studio Express 2013 for Windows Desktop
...>> I have tried to compile and install LLVM on windows 8 using Visual >> Studio Express 2013 for Windows Desktop. >> The compiling is fine. However, the installing gives the following >> errors: >> 62> CMake Error at >> projects/compiler-rt/lib/asan/cmake_install.cmake:34 (FILE): >> 62> file INSTALL cannot find >> 62> >> "C:/llvm/build/$(Configuration)/lib/clang/3.5.0/lib/windows/Release/clang_rt.asan-i386.lib". >> > > What is the actual location of clang_rt.asan-i386.lib in your build tree?...
2014 Feb 14
2
[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform
> that CMake is trying to update the installed binary file's > RPATH to contain the $ORIGIN/../lib value. It complains > that no RPATH field at all is found in the file. The linker > may be dropping it for some reason, which is why I asked > Mathias to try: Btw, an awesome way to fix this would be to set rpath to $ORIGIN/../lib during the link itself. That way it doesn't
2015 Dec 16
2
LLVM fails to install with ocaml enabled
...vm-install/bin/sancov >> -- Installing: /home/alesko/llvm-install/bin/opt >> -- Installing: /home/alesko/llvm-install/bin/llvm-split >> -- Installing: /home/alesko/llvm-install/bin/llvm-cov >> -- Installing: /home/alesko/llvm-install/bin/obj2yaml >> CMake Error at docs/cmake_install.cmake:36 (file): >> file INSTALL cannot find >> "/home/alesko/repositories/build-llvm/docs/ocamldoc/html". >> Call Stack (most recent call first): >> cmake_install.cmake:66 (include) >> >> >> >> Makefile:93: recipe for target 'install...
2012 Aug 27
2
[LLVMdev] trouble with cmake+ninja
Hi, I was trying Ninja to build the LLVM sources. I am using cmake version 2.8.8, latest ninja from git and latest LLVM from git. Here's what I tried: $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=... /path/to/src $ ninja $ ninja install The installation aborted with the message below: CMake Error at utils/TableGen/cmake_install.cmake:36 (FILE): file INSTALL cannot find "/local/home/ssahasra/obj/llvm/utils/TableGen/CMakeFiles/CMakeRelink.dir/llvm-tblgen". Call Stack (m...
2019 Feb 28
2
error building LLVM opt tool under Cygwin
...ideas? This is frustrating because opt is the tool I am most interested in, and the reason I built llvm at all instead of relying on the binary distribution. On a somewhat unrelated note, what does make install actually do. I ran "cmake -DMAKE_INSTALL_PREFIX=..../llvm-project/install -P cmake_Install.cmake" and it ran for a long time, but I couldn't tell what it actually did. eg I couldn't see any directory called ..../llvm=project/install" thanks --- This email has been checked for viruses by AVG. https://www.avg.com
2018 Sep 10
15
[7.0.0 Release] rc3 has been tagged
Dear testers, 7.0.0-rc3 was just tagged (from branch revision r341805). No further release candidates are currently planned, so this is a release candidate in the real sense: unless any serious issues surface, this is what the final release will look like. Please run the test script, share your results and upload binaries. Please also take a look at the release notes and other docs; small
2019 Mar 02
2
error building LLVM opt tool under Cygwin
...am most interested in, and > > the reason I built llvm at all instead of relying on the binary > > distribution. > > > > On a somewhat unrelated note, what does make install actually do. I ran > > "cmake -DMAKE_INSTALL_PREFIX=..../llvm-project/install -P > > cmake_Install.cmake" and it ran for a long time, but I couldn't tell > > what it actually did. eg I couldn't see any directory called > > ..../llvm=project/install" > > The correct option is "-DCMAKE_INSTALL_PREFIX=..."; like you would expect, > it's supposed...
2019 Sep 05
3
Building LLVM with LLVM
...compiler-rt-${VERSION}.src llvm-${VERSION}.src/projects/compiler-rt mkdir build cd build cmake \ -DLLVM_ENABLE_FFI=ON \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_TARGETS_TO_BUILD="host" \ -DBUILD_SHARED_LIBS=ON \ ../llvm-${VERSION}.src cmake --build . cmake -DCMAKE_INSTALL_PREFIX=${DESTDIR}${PREFIX} -P cmake_install.cmake === snap === Any hints? Greetings, Fabiano
2013 Jun 15
1
[LLVMdev] build problems
Hi, I've tried to build top of trunk llvm/clang/lldb. First I tried using Ninja (master from today) in combination with CMake (2.8.10). I was able to compile (without assertions and a release build) all of the projects. However ninja install failed. Almost all of the cmake_install.cmake files (containing shared libraries and archive files) contained wrong paths of the library files. I hope this is enough information to reproduce this problem. Kind Regards, Alex
2019 Oct 28
3
How to Switch to Static Runtime and Enable C++ Exceptions?
I would really like to know about how to apply the patch for making MSVC-built LLVM executables lighter. But aside from that, I also want to know what LLVM does to CMake's default setting of /EHsc. I want to keep that setting on, but I can't figure out how. Any help is appreciated. Thanks in advance. P.S. The CMAKE_CXX_FLAGS variable isn't helping at all, otherwise I wouldn't
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
...e \ -DLLVM_ENABLE_FFI=ON \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_TARGETS_TO_BUILD="host" \ -DBUILD_SHARED_LIBS=ON \ -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi;compiler-rt;lld" \ ../llvm-project/llvm # configure1.txt cmake --build . cmake -DCMAKE_INSTALL_PREFIX=/tmp/llvm/usr/local -P cmake_install.cmake sudo mv /tmp/llvm/usr/local /usr sudo rm /usr/bin/ld sudo ln -s /usr/local/bin/ld.lld /usr/bin/ld sudo apt-get remove build-essential g++ g++-5 gcc gcc-5 libgcc-5-dev libstdc++-5-dev cd ..; rm -r build; mkdir build; cd - cmake \ -DLLVM_ENABLE_FFI=...