On Thu, Mar 11, 2010 at 1:21 PM, Myke Smith <[email protected]> wrote: > > I am building libunwind for ARM with gcc 4.3.3 and have a few questions > regarding the regression tests > > 1) run-check-namespace shows: > -e ERROR: Extraneous symbols: > 00001430 T _Uarm_get_elf_image > > I assume this can be safely ignored?
As long as its not conflicting with your app name space, yes. I think the correct solution is to edit tests/check-name-space.sh and add an arm*) clause to the case statement around line 105. > > 2) Some of the tests are not being built > test-ptrace > test-proc-info.c, > test-static-link-gen.c > test-static-link-loc.c > test-strerror tests/Makefile.am controls what gets built based on your config. -Arun _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
