File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/arm/ethos-u-setup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ set(TARGET_CPU
2626string (TOLOWER ${TARGET_CPU} CMAKE_SYSTEM_PROCESSOR )
2727
2828set (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 "/home/zephyruser/zephyr-sdk-0.16.0/arm-zephyr-eabi/bin/ arm-zephyr-eabi-ld" )
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" )
32+ set (CMAKE_LINKER "arm-zephyr-eabi-ld" )
3333
3434set (CMAKE_EXECUTABLE_SUFFIX ".elf" )
3535set (CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
You can’t perform that action at this time.
0 commit comments