-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
Using C++ will pull in the unwind library. Apparently this is a debug build, adding assertions and outputting to stderr.
the basic libraries should not have these dependencies, its possibly to get along without using stdio in small projects
ld.lld: error: undefined symbol: stderr
>>> referenced by UnwindLevel1-gcc-ext.c
>>> UnwindLevel1-gcc-ext.c.obj:(_Unwind_Backtrace) in archive /opt/arm-clang/lib/clang-runtimes/arm-none-eabi/armv5te_exn_rtti/lib/libc++.a
>>> referenced by UnwindLevel1-gcc-ext.c
>>> UnwindLevel1-gcc-ext.c.obj:(_Unwind_GetIPInfo) in archive /opt/arm-clang/lib/clang-runtimes/arm-none-eabi/armv5te_exn_rtti/lib/libc++.a
>>> referenced by libunwind.cpp
>>> libunwind.cpp.obj:(__unw_init_local) in archive /opt/arm-clang/lib/clang-runtimes/arm-none-eabi/armv5te_exn_rtti/lib/libc++.a
Metadata
Metadata
Assignees
Labels
No labels