mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
036a0674db
Add _dl_find_object() function, because when cxx_exception configuration is enabled, a link error occurs and that function cannot be found. ld: /usr/lib/gcc/x86_64-linux-gnu/13/libgcc_eh.a(unwind-dw2-fde-dip.o): in function `_Unwind_Find_FDE': (.text+0x250c): undefined reference to `_dl_find_object' Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>