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 #40

Closed
Bornukov opened this issue Oct 24, 2018 · 2 comments
Closed

cmake error #40

Bornukov opened this issue Oct 24, 2018 · 2 comments

Comments

@Bornukov
Copy link

Try compile on raspbian jessie
Have error:

-- The C compiler identification is unknown
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/share/cmake-3.6/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.

@3cky
Copy link
Owner

3cky commented Oct 24, 2018

Hi @Bornukov

Please check first you have all build tools needed for compile. You could use sudo apt-get install build-essential command to make sure that all the necessary build components are installed.

@Bornukov
Copy link
Author

yes, i have installed GCC and cmake.
~ $ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 162 not upgraded.

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