BazziteB
Bazzite16mo ago
3 replies
PCArcade

Logiops

I have a logitech MXMaster 3 and I'm attempting to follwo the guide here: https://michael-verschoof.medium.com/setting-up-mx-master-mouse-on-linux-aae0e2ce3962
to enable the functionaility in Linux, I can't cmake though as it fails with this error :
-- The C compiler identification is GNU 14.2.1
-- The CXX compiler identification is GNU 14.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - broken
CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message):
  The C compiler

    "/usr/bin/cc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: '/home/pcarcade/logiops/build/CMakeFiles/CMakeScratch/TryCompile-uqnnSN'
  ---------///////////----------- 
  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:5 (project)


-- Configuring incomplete, errors occurred!
I can see it's due to not having a working compiler, but I don't know how to fix it and hoping someone can help me out
Medium
Quite a few people have bought a Logitech MX Master mouse and have difficulties setting it up on a Linux machine. I tried to do this on
Was this page helpful?