mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: Point out common problem installing c2rust
This commit is contained in:
parent
b469a52a21
commit
ae0c9420b3
@ -151,6 +151,12 @@ as this is using some recent fixes, it is best installed as:
|
|||||||
$ cargo install c2rust --git https://github.com/immunant/c2rust
|
$ cargo install c2rust --git https://github.com/immunant/c2rust
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If multiple versions of LLVM are installed locally, it may be necessary to prefix it with the selected LLVM version:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ LLVM_CONFIG_PATH=/usr/bin/llvm-config-16 cargo install …
|
||||||
|
```
|
||||||
|
|
||||||
[cargo]: https://doc.rust-lang.org/cargo/
|
[cargo]: https://doc.rust-lang.org/cargo/
|
||||||
[**rustup**, installed as described on its website]: https://rustup.rs/
|
[**rustup**, installed as described on its website]: https://rustup.rs/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user