eos icon indicating copy to clipboard operation
eos copied to clipboard

Encounter this issue while build v2.0.2-rc1

Open SheldonHH opened this issue 3 years ago • 2 comments

CMake Error at libraries/chain/CMakeLists.txt:38 (enable_language): The CMAKE_ASM-LLVMWAR_COMPILER:

g++

is not a full path and was not found in the PATH.

Tell CMake where to find the compiler by setting either the environment variable "ASM-LLVMWAR" or the CMake cache entry CMAKE_ASM-LLVMWAR_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

SheldonHH avatar Aug 08 '21 09:08 SheldonHH

Need to install g++

spoonincode avatar Aug 09 '21 17:08 spoonincode

Did installing g++ resolve your issue?

sanaraufx avatar Aug 18 '21 17:08 sanaraufx