We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6d47f commit ce9ece8Copy full SHA for ce9ece8
examples/arm/run.sh
@@ -99,7 +99,7 @@ setup_path_script=${ethos_u_scratch_dir}/setup_path.sh
99
if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
100
toolchain_cmake=${et_root_dir}/examples/arm/ethos-u-setup/${toolchain}.cmake
101
elif [[ ${toolchain} == "arm-zephyr-eabi-gcc" ]]; then
102
- toolchain_cmake=${et_root_dir}/examples/zephyr/x86_64-linux-arm-zpehyr-eabi-gcc.cmake
+ toolchain_cmake=${et_root_dir}/examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
103
else
104
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
105
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"
0 commit comments