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 df93745 commit 5ef7ffaCopy full SHA for 5ef7ffa
examples/arm/ethos-u-setup/arm-zephyr-eabi-gcc.cmake
@@ -26,9 +26,9 @@ set(TARGET_CPU
26
string(TOLOWER ${TARGET_CPU} CMAKE_SYSTEM_PROCESSOR)
27
28
set(CMAKE_SYSTEM_NAME Generic)
29
-set(CMAKE_C_COMPILER "arm-zephyr-eabi-gcc")
30
-set(CMAKE_CXX_COMPILER "arm-zephyr-eabi-g++")
31
-set(CMAKE_ASM_COMPILER "arm-zephyr-eabi-gcc")
+set(CMAKE_C_COMPILER "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc")
+set(CMAKE_CXX_COMPILER "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++")
+set(CMAKE_ASM_COMPILER "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc")
32
set(CMAKE_LINKER "arm-zephyr-eabi-ld")
33
34
set(CMAKE_EXECUTABLE_SUFFIX ".elf")
0 commit comments