Skip to content

Commit 2acf4bf

Browse files
Minor README fixes (#8)
* Update HighTec links * Add some minor notes * Fix typos --------- Co-authored-by: arctic-alpaca <67190338+arctic-alpaca@users.noreply.github.com>
1 parent 478822c commit 2acf4bf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Finally, to facilitate flashing and debugging on AURIX Veecle is maintaining the
4444
For additional information visit:
4545
* https://www.veecle.io/aurix
4646
* https://www.bluewind.it/rust
47-
* https://hightec-rt.com/en/rust
47+
* https://hightec-rt.com/rust
4848

4949
# Getting started
5050

@@ -61,14 +61,18 @@ Next, **CMake** is used to compile the PXROS kernel and C tasks defined in the *
6161

6262
1. Install [rustup](https://rustup.rs) and this [toolchain](./rust-toolchain.toml): this is needed by Rust Analyzer to compile and test tricore-agnostic code and by HighTec's installer to configure the default toolchain.
6363

64-
2. Install HighTec's [Rust](https://hightec-rt.com/en/products/rust) and [C/C++ LLVM](https://hightec-rt.com/en/products/development-platform) compiler toolchains. Register and follow their installation instruction.
64+
2. Install HighTec's [Rust](https://hightec-rt.com/en/rust-evaluation) compiler toolchain. Register and follow their installation instruction.
6565

6666
3. If on Windows, install Infineon's [DAS and MEMTOOL](https://www.infineon.com/cms/en/tools/aurix-tools/free-tools/infineon): these tools are required to utilize [tricore-probe](https://github.com/veecle/tricore-probe). If you are using Linux, please follow the guidelines provided in the repository.
6767

6868
4. Install **tricore-probe** via `cargo +nightly install --git https://github.com/veecle/tricore-probe tricore-probe`. Make sure the listed requirements are installed.
6969

7070
For additional installation instructions or troubleshooting please also visit [Bluewind's repository](https://github.com/bluewind-embedded-systems/bw-r-drivers-tc37x).
7171

72+
#### Troubleshooting
73+
74+
* Make sure that the environment variable `LIBCLANG_PATH` points to HighTec's toolchain.
75+
7276
## Building and running
7377

7478
This repository provides a utility tool (`xtask`) to facilitate compilation and execution on a connected board or on the TSIM emulator.

0 commit comments

Comments
 (0)