Troubleshooting: Ibex make installation with WSL & cmake #519
Answered
by
adrien-gauche
adrien-gauche
asked this question in
Q&A
-
WSL is Windows Subsystem for Linux, a layer allowing to use the bash shell and the Linux kernel under Windows. I treated it like this in the Linux shell: mkdir build
cd build
sudo cmake ..
sudo make I got this error during [ 4%] Performing install step for 'libultim_3rd'
CMake Error at /mnt/d/pc/Système - Documents/ThèseSimulation/pvh2_network/ibex-2.8.9/build/interval_lib_wrapper/gaol/mathlib-2.1.0/...
src/libultim_3rd-stamp/libultim_3rd-install-Release.cmake:49(message):
Command failed: 2
'make' 'install'
See also
/mnt/d/pc/Système - Documents/Thèse/Simulation/pvh2_network/ibex-2.8.9/build/interval_lib_wrapper/gaol/mathlib-2.1.0/src/...
libultim_3rd-stamp/libultim_3rd-install-*.log
make[2]: ***[interval_lib_wrapper/gaol/CMakeFiles/libultim_3rd.dir/build.make:74:interval_lib_wrapper/gaol/mathlib-2.1.0/src/libultim_3rd-stamp/...
libultim_3rd-install]Error 1
make[1]: *** [CMakeFiles/Makefile2:1481:interval_lib_wrapper/gaol/CMakeFiles/libultim_3rd.dir/all] Error 2
make: *** [Makefile:163: all] Error 2 The content of libultim_3rd-install-err.log is:
Any idea please? |
Beta Was this translation helpful? Give feedback.
Answered by
adrien-gauche
Nov 30, 2021
Replies: 1 comment
-
Solved! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adrien-gauche
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved!
I had a path problem, previous top path was
Système - Documents/Thèse
, not very clean.Solved after moving it in simpler path.