esp-rs / esp8266-hal

A experimental hardware abstraction layer for the esp8266 written in Rust.
Apache License 2.0
157 stars 16 forks source link

Fix for compiler build instructions in README.md #11

Closed TimYorke closed 4 years ago

TimYorke commented 4 years ago

Fixes the following error that occurs during the build process:

CMake Error at CMakeLists.txt:713 (message):
  Unexpected failure executing llvm-build: Usage: llvm-build [options]

  llvm-build: error: invalid target to enable: 'Xtens' (not in project)
icewind1991 commented 4 years ago

Thanks