Hacker News new | ask | show | jobs
by IMcD23 1227 days ago
A word of warning on this. It uses a custom fork of LLVM/Clang/Rust which adds support for a new architecture. The tooling that sets up this environment has failed in obscure ways each time I’ve attempted to set up and build one of their own hello world samples.
2 comments

The llvm patches were up streamed a few weeks ago, so that should help significantly once it trickles into releases of the actual compilers.
Have you tried with espup(https://github.com/esp-rs/espup)? We`ve updated Xtensa tooling not long ago, for more details have a look at the book: https://esp-rs.github.io/book/installation/installation.html...