From 933819b60cdf67c9ee9126e828a25acfd538d1c6 Mon Sep 17 00:00:00 2001 From: Peter Hayman Date: Sun, 16 Jul 2023 12:04:07 +1000 Subject: [PATCH 1/2] fix: dead link esp-rs book now uses `installation/index.html` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b74dbc3..e95b0bd 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ espup install > > Make sure you source the generated export file, as shown above, in every terminal before building any application as it contains the required environment variables. -See the [Installation chapter of The Rust on ESP Book](https://esp-rs.github.io/book/installation/installation.html) for more details. +See the [Installation chapter of The Rust on ESP Book](https://esp-rs.github.io/book/installation/index.html) for more details. ### Alternative (for RISC-V Espressif SOCs **only**): install & use upstream nightly Rust and upstream stable Clang From f8c6347dc07d6b9e83a766685dabde97683609eb Mon Sep 17 00:00:00 2001 From: Peter Hayman Date: Sun, 16 Jul 2023 12:10:07 +1000 Subject: [PATCH 2/2] fix: another dead link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95b0bd..1944e86 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ See the [Installation chapter of The Rust on ESP Book](https://esp-rs.github.io/ ### Alternative (for RISC-V Espressif SOCs **only**): install & use upstream nightly Rust and upstream stable Clang -While you **can** target the RISC-V Espressif SOCs (`esp32-cXX` and `esp32-hXX`) with the `espup` installer just fine, SOCs with this architecture are also [supported by the nightly Rust compiler](https://esp-rs.github.io/book/installation/installation.html#risc-v) and by recent, stock Clang compilers (as in Clang 11+): +While you **can** target the RISC-V Espressif SOCs (`esp32-cXX` and `esp32-hXX`) with the `espup` installer just fine, SOCs with this architecture are also [supported by the nightly Rust compiler](https://esp-rs.github.io/book/installation/index.html#risc-v) and by recent, stock Clang compilers (as in Clang 11+): * Install a recent Clang. See [Clang Getting Started page](https://clang.llvm.org/get_started.html) as it contains useful guidelines on instalaltion. Recent Linux distros come with suitable Clang already. * Install the `nightly` Rust toolchain with the `rust-src` component included: