Compile ethminer

Comment

Author: Admin | 2025-04-28

This repository has been archived by the owner on Apr 24, 2022. It is now read-only. This repository has been archived by the owner on Apr 24, 2022. It is now read-only. Descriptioni try to build ethminer under Ubuntu 18.04 using cmake 3.16.6and getting the erroralex@alex-ws:~/cppWork/build-ethminer$ cmake ../ethminer-- [cable ] Cable 0.5.0 initialized-- The C compiler identification is GNU 7.5.0-- The CXX compiler identification is GNU 7.5.0-- Check for working C compiler: /usr/bin/cc-- Check for working C compiler: /usr/bin/cc -- works-- Detecting C compiler ABI info-- Detecting C compiler ABI info - done-- Detecting C compile features-- Detecting C compile features - done-- Check for working CXX compiler: /usr/bin/c++-- Check for working CXX compiler: /usr/bin/c++ -- works-- Detecting CXX compiler ABI info-- Detecting CXX compiler ABI info - done-- Detecting CXX compile features-- Detecting CXX compile features - doneCMake Error at cmake/cable/CableBuildType.cmake:46 (message): cable_set_build_type() must be used before project()Call Stack (most recent call first): CMakeLists.txt:25 (cable_set_build_type)-- Configuring incomplete, errors occurred!See also "/home/alex/cppWork/build-ethminer/CMakeFiles/CMakeOutput.log".alex@alex-ws:~/cppWork/build-ethminer$ what i'm doing wrong?

Add Comment