We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a3823 commit 361d1c5Copy full SHA for 361d1c5
2 files changed
examples/arm/ethos-u-setup/arm-zephyr-eabi-gcc.cmake
@@ -16,7 +16,7 @@
16
# limitations under the License.
17
#
18
19
-# Copied this file from core_platform/cmake/toolchain/arm-non-eabi-gcc.cmake And
+# Copied this file from core_platform/cmake/toolchain/arm-none-eabi-gcc.cmake And
20
# modified to align better with cs300 platform. Currently, this cmake only
21
# supports Arm Cortex m55. Future version may include support for other
22
# chips, e.g. m33, m85
examples/arm/run.sh
@@ -38,7 +38,7 @@ memory_mode=""
38
et_build_root="${et_root_dir}/arm_test"
39
ethos_u_scratch_dir=${script_dir}/ethos-u-scratch
40
scratch_dir_set=false
41
-toolchain=arm-non-eabi-gcc
+toolchain=arm-none-eabi-gcc
42
43
function help() {
44
echo "Usage: $(basename $0) [options]"
0 commit comments