You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/05/27 03:36:40 UTC

[GitHub] [mynewt-newt] caspermeijn opened a new issue #402: CMake always requires C++ compiler

caspermeijn opened a new issue #402:
URL: https://github.com/apache/mynewt-newt/issues/402


   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.
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org