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 d294ac3 commit 4eb9cc6Copy full SHA for 4eb9cc6
components/esp_event/test/CMakeLists.txt
@@ -1,3 +1,8 @@
1
idf_component_register(SRC_DIRS "."
2
PRIV_INCLUDE_DIRS . ../private_include
3
PRIV_REQUIRES cmock test_utils esp_event driver)
4
+
5
+if(CONFIG_IDF_TARGET_ARCH_RISCV)
6
+ # Temporary workaround for a linker issue on RISC-V that should be resolved in binutils 2.35 (internal ref: GCC-101)
7
+ target_compile_options(${COMPONENT_LIB} PRIVATE -mno-relax)
8
+endif()
0 commit comments