File tree Expand file tree Collapse file tree 5 files changed +4
-110
lines changed
Expand file tree Collapse file tree 5 files changed +4
-110
lines changed Original file line number Diff line number Diff line change 7373if [[ ${toolchain} == " arm-none-eabi-gcc" ]]; then
7474 toolchain_cmake=${et_root_dir} /examples/arm/ethos-u-setup/${toolchain} .cmake
7575elif [[ ${toolchain} == " arm-zephyr-eabi-gcc" ]]; then
76- toolchain_cmake=${et_root_dir} /examples/zephyr/arm-x86-64 -gcc.cmake
76+ toolchain_cmake=${et_root_dir} /examples/zephyr/x86_64-linux- arm-zephyr-eabi -gcc.cmake
7777else
7878 echo " Error: Invalid toolchain selection, provided: ${tolchain} "
7979 echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"
Original file line number Diff line number Diff line change 4949if [[ ${toolchain} == " arm-none-eabi-gcc" ]]; then
5050 toolchain_cmake=${et_root_dir} /examples/arm/ethos-u-setup/${toolchain} .cmake
5151elif [[ ${toolchain} == " arm-zephyr-eabi-gcc" ]]; then
52- toolchain_cmake=${et_root_dir} /examples/zephyr/arm-x86-64 -gcc.cmake
52+ toolchain_cmake=${et_root_dir} /examples/zephyr/x86_64-linux- arm-zephyr-eabi -gcc.cmake
5353else
5454 echo " Error: Invalid toolchain selection, provided: ${tolchain} "
5555 echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"
Original file line number Diff line number Diff line change 4747if [[ ${toolchain} == " arm-none-eabi-gcc" ]]; then
4848 toolchain_cmake=${et_root_dir} /examples/arm/ethos-u-setup/${toolchain} .cmake
4949elif [[ ${toolchain} == " arm-zephyr-eabi-gcc" ]]; then
50- toolchain_cmake=${et_root_dir} /examples/zephyr/arm-x86-64 -gcc.cmake
50+ toolchain_cmake=${et_root_dir} /examples/zephyr/x86_64-linux- arm-zephyr-eabi -gcc.cmake
5151else
5252 echo " Error: Invalid toolchain selection, provided: ${tolchain} "
5353 echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ setup_path_script=${ethos_u_scratch_dir}/setup_path.sh
9999if [[ ${toolchain} == " arm-none-eabi-gcc" ]]; then
100100 toolchain_cmake=${et_root_dir} /examples/arm/ethos-u-setup/${toolchain} .cmake
101101elif [[ ${toolchain} == " arm-zephyr-eabi-gcc" ]]; then
102- toolchain_cmake=${et_root_dir} /examples/zephyr/arm-x86-64 -gcc.cmake
102+ toolchain_cmake=${et_root_dir} /examples/zephyr/x86_64-linux- arm-zpehyr-eabi -gcc.cmake
103103else
104104 echo " Error: Invalid toolchain selection, provided: ${tolchain} "
105105 echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments