diff --git a/include/zephyr/linker/cplusplus-rom.ld b/include/zephyr/linker/cplusplus-rom.ld index 89f35c309a522..bc9dbc7e8bc20 100644 --- a/include/zephyr/linker/cplusplus-rom.ld +++ b/include/zephyr/linker/cplusplus-rom.ld @@ -30,5 +30,9 @@ #endif /* CONFIG_CPP */ #if !defined(CONFIG_CPP_EXCEPTIONS) + PROVIDE(__eh_frame_start = 0); + PROVIDE(__eh_frame_end = 0); + PROVIDE(__eh_frame_hdr_start = 0); + PROVIDE(__eh_frame_hdr_end = 0); /DISCARD/ : { *(.eh_frame) } #endif