I am trying to build this repository and getting a Cmake error, really don't know where its going wrong or am I doing some mistake.
This is the error below:
terminal_command:
cmake -DDRIVER=peak_linux ..
terminal_error:
Using NEWER_GNU_CXX_COMPILER-NOTFOUND as compiler.
CMake Error at CMakeLists.txt:39 (message):
You are using an unsupported compiler! Compilation has only been tested
with Clang and GCC.
-- Configuring incomplete, errors occurred!
configurations of my local system:
gcc version - 9.4.0
clang version - 10.0.0
cmake version - 3.24.1
boost version - 1.71.0
I would be thankful for your help.
Best Regards,
Vin
Dear Team,
First of all Thank you for the repository.
I am trying to build this repository and getting a Cmake error, really don't know where its going wrong or am I doing some mistake.
This is the error below:
terminal_command: cmake -DDRIVER=peak_linux ..
terminal_error: Using NEWER_GNU_CXX_COMPILER-NOTFOUND as compiler. CMake Error at CMakeLists.txt:39 (message): You are using an unsupported compiler! Compilation has only been tested with Clang and GCC.
-- Configuring incomplete, errors occurred!
configurations of my local system: gcc version - 9.4.0 clang version - 10.0.0 cmake version - 3.24.1 boost version - 1.71.0
I would be thankful for your help. Best Regards, Vin