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 always requires C++ compiler #402

Open
caspermeijn opened this issue May 25, 2020 · 0 comments
Open

CMake always requires C++ compiler #402

caspermeijn opened this issue May 25, 2020 · 0 comments

Comments

@caspermeijn
Copy link
Contributor

I found a minor bug in the CMake generation. When configuring the CMake project, it requires a C++ compiler to be present even if the project doesn't use it. I solved is by doing sudo dnf install arm-none-eabi-gcc-cs-c++.

I got the following error message:

CMake Error at CMakeLists.txt:9 (project):
  The CMAKE_CXX_COMPILER:

    arm-none-eabi-g++

  is not a full path and was not found in the PATH.
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

1 participant