Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake error #149

Open
lcy19 opened this issue Apr 17, 2020 · 1 comment
Open

cmake error #149

lcy19 opened this issue Apr 17, 2020 · 1 comment

Comments

@lcy19
Copy link

lcy19 commented Apr 17, 2020

Hi,there. When I cmake ollvm4.0 on ubuntu18.04.3 in vmware15.5, using command

cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DLLVM_INCLUDE_TESTS=OFF ../obfuscator/

I get error like this:

: not foundsktop/obfuscator/autoconf/config.guess: 6: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 8: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 28: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 29: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 40: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 42: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 54: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 65: /home/me/Desktop/obfuscator/autoconf/config.guess: 
: not foundsktop/obfuscator/autoconf/config.guess: 68: /home/me/Desktop/obfuscator/autoconf/config.guess: 
/home/me/Desktop/obfuscator/autoconf/config.guess: 71: /home/me/Desktop/obfuscator/autoconf/config.guess: Syntax error: word unexpected (expecting "in")
CMake Error at cmake/modules/GetHostTriple.cmake:24 (message):
  Failed to execute /home/me/Desktop/obfuscator/autoconf/config.guess
Call Stack (most recent call first):
  cmake/config-ix.cmake:333 (get_host_triple)
  CMakeLists.txt:336 (include)


-- Configuring incomplete, errors occurred!
See also "/home/me/Desktop/build/CMakeFiles/CMakeOutput.log".
See also "/home/me/Desktop/build/CMakeFiles/CMakeError.log".

cmake 3.10.2/ g++ 7.5.0/ gcc 7.5.0

what can I do to fix this? thx

@fromUse
Copy link

fromUse commented Jun 29, 2021

I also encountered exactly the same problem, have you solved it, brother?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants