Skip to content

Commit ef1b837

Browse files
committed
Testing full path specification in arm zephyr cmake
1 parent 4cfe230 commit ef1b837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/arm/ethos-u-setup/arm-zephyr-eabi-gcc.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ set(TARGET_CPU
2626
string(TOLOWER ${TARGET_CPU} CMAKE_SYSTEM_PROCESSOR)
2727

2828
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")
29+
set(CMAKE_C_COMPILER "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc")
30+
set(CMAKE_CXX_COMPILER "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-g++")
31+
set(CMAKE_ASM_COMPILER "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc")
3232
set(CMAKE_LINKER "arm-zephyr-eabi-ld")
3333

3434
set(CMAKE_EXECUTABLE_SUFFIX ".elf")

0 commit comments

Comments
 (0)