ucb-bar / esp-llvm

UCB-BAR fork of LLVM! NOT UPSTREAM RISCV LLVM
Other
123 stars 55 forks source link

LLVM build failed #38

Open nitish2112 opened 7 years ago

nitish2112 commented 7 years ago

When I build using Cmake, I get these erorrs:

% mkdir build % cd build % cmake -DCMAKE_INSTALL_PREFIX=/opt/riscv -DLLVM_TARGETS_TO_BUILD="RISCV" ../

CMake Error at CMakeLists.txt:143 (message): The target `RISCV' does not exist. It should be one of AArch64;ARM;CppBackend;Hexagon;Mips;MBlaze;MSP430;NVPTX;PowerPC;Sparc;SystemZ;X86;XCore -- Configuring incomplete, errors occurred!

sorear commented 7 years ago

dup of #36