On Wed, Apr 21, 2010 at 9:50 PM, POKHARAKAR Sandeep < [email protected]> wrote:
> Hi, > > After compilation I don't get any error but while running I get error > traces like "undefined symbol: _ULx86_init_remote". > Where can I get init_remote method definition for my described os? > include/libunwind-common.h.in:#define unw_init_remote UNW_OBJ(init_remote) UNW_OBJ(init_remote) expands to a string like _ULx86_init_remote when compiled via src/x86/Linit_remote.c. -Arun
_______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
