Skip to content

Commit 827909b

Browse files
lyakhfabiobaltieri
authored andcommitted
LLEXT: Xtensa: don't generate FLIX commands
The LLEXT linker for Xtensa cannot relocate FLIX commands, disable them in extensions only until we have a solution. Note, that this only affects extensions, the main Zephyr binary is still built with FLIX commands. Signed-off-by: Guennadi Liakhovetski <[email protected]>
1 parent 30fa485 commit 827909b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/compiler/xt-clang/target.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ set(LLEXT_APPEND_FLAGS ${LLEXT_APPEND_FLAGS}
2929
else()
3030
set(LLEXT_APPEND_FLAGS ${LLEXT_APPEND_FLAGS}
3131
-ffreestanding
32+
-mno-generate-flix
3233
)
3334
endif()

0 commit comments

Comments
 (0)