Skip to content

Commit ecbd0eb

Browse files
committed
Adding toolchain arm-none-eabi-gcc
1 parent f7e079b commit ecbd0eb

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)