DEV Community

Discussion on: CPU Mining on a Raspberry Pi

Collapse
 
fabiolln profile image
Fábio Leal da Luz

On Raspberry pi 4
root@debian-buster-64:~/xmrig/build# cmake ..
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_CXX_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete, errors occurred!
See also "/root/xmrig/CMakeFiles/CMakeOutput.log".
See also "/root/xmrig/CMakeFiles/CMakeError.log".
root@debian-buster-64:~/xmrig/build#