Skip to content

Commit 6a6d47f

Browse files
committed
Fixing due to rebase
1 parent c1fb671 commit 6a6d47f

File tree

5 files changed

+4
-110
lines changed

5 files changed

+4
-110
lines changed

backends/arm/scripts/build_executor_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ done
7373
if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
7474
toolchain_cmake=${et_root_dir}/examples/arm/ethos-u-setup/${toolchain}.cmake
7575
elif [[ ${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
7777
else
7878
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
7979
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"

backends/arm/scripts/build_executorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ done
4949
if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
5050
toolchain_cmake=${et_root_dir}/examples/arm/ethos-u-setup/${toolchain}.cmake
5151
elif [[ ${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
5353
else
5454
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
5555
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"

backends/arm/scripts/build_portable_kernels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ done
4747
if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
4848
toolchain_cmake=${et_root_dir}/examples/arm/ethos-u-setup/${toolchain}.cmake
4949
elif [[ ${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
5151
else
5252
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
5353
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"

examples/arm/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ setup_path_script=${ethos_u_scratch_dir}/setup_path.sh
9999
if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
100100
toolchain_cmake=${et_root_dir}/examples/arm/ethos-u-setup/${toolchain}.cmake
101101
elif [[ ${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
103103
else
104104
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
105105
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"

examples/zephyr/arm-x86-64-gcc.cmake

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)