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 ef1b837 commit 1fa8f55Copy full SHA for 1fa8f55
examples/arm/ethos-u-setup/arm-zephyr-eabi-gcc.cmake
@@ -29,7 +29,7 @@ set(CMAKE_SYSTEM_NAME Generic)
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")
32
-set(CMAKE_LINKER "arm-zephyr-eabi-ld")
+set(CMAKE_LINKER "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-ld")
33
34
set(CMAKE_EXECUTABLE_SUFFIX ".elf")
35
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
0 commit comments