Skip to content

Commit 2051981

Browse files
committed
Update setup.sh command with target-toolchain parameter
2 parents 8b40c3a + ecbd0eb commit 2051981

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/learning-paths/embedded-and-microcontrollers/observing-ethos-u-on-nxp/7-build-executorch-pte.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ You can read a detail explanation of the build steps here: [ARM Ethos-U Backend]
9494
1. Run the steps to set up the build environment:
9595

9696
```bash
97-
./examples/arm/setup.sh
97+
./examples/arm/setup.sh \
98+
--target-toolchain arm-none-eabi-gcc
9899
```
99100

100101
2. Update your environment:

0 commit comments

Comments
 (0)