Ethminer: Can't make the latest pull

Created on 27 Feb 2018  路  4Comments  路  Source: ethereum-mining/ethminer

error message when I try to make

CMake Error at CMakeLists.txt:3 (include):
include could not find load file:

cmake/cable/bootstrap.cmake

CMake Error at CMakeLists.txt:5 (include):
include could not find load file:

CableBuildInfo

CMake Error at CMakeLists.txt:6 (include):
include could not find load file:

CableBuildType

CMake Error at CMakeLists.txt:7 (include):
include could not find load file:

CableToolchains

CMake Error at CMakeLists.txt:9 (cable_configure_toolchain):
Unknown CMake command "cable_configure_toolchain".

Most helpful comment

From https://stackoverflow.com/a/1032653/95735:

Note: If that's the first time you checkout a repo you need to use --init first:
git submodule update --init --recursive

All 4 comments

Cable folder is empty

its a git submodule. do a submodule update and it works again

Thank you. I was able to build it after the submodule update

From https://stackoverflow.com/a/1032653/95735:

Note: If that's the first time you checkout a repo you need to use --init first:
git submodule update --init --recursive

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CarlStyles picture CarlStyles  路  5Comments

arianaa30 picture arianaa30  路  6Comments

bartocc picture bartocc  路  3Comments

andreikorchagin picture andreikorchagin  路  5Comments

rawsh picture rawsh  路  5Comments