Dear,
recently,I built libwunwind for trace my application crash stack call.
my platform is s3c2440 +linux
cross-compile-tool is arm-linux-gcc version 4.3
the step is:
1../configure CC=arm-linux-gcc --host=x86 --target=arm
--prefix=/opt/libwunwind #success,no warning
2. make #make success
3.make install #make install success
4.make check # fail information below
FAIL: test-strerror
ERROR: Symbol "_Uarm_create_addr_space" missing.
ERROR: Symbol "_Uarm_destroy_addr_space" missing.
ERROR: Symbol "_Uarm_flush_cache" missing.
ERROR: Symbol "_Uarm_get_accessors" missing.
ERROR: Symbol "_Uarm_get_fpreg" missing.
ERROR: Symbol "_Uarm_get_proc_info" missing.
ERROR: Symbol "_Uarm_get_proc_info_by_ip" missing.
ERROR: Symbol "_Uarm_get_proc_name" missing.
ERROR: Symbol "_Uarm_get_reg" missing.
ERROR: Symbol "_Uarm_get_save_loc" missing.
ERROR: Symbol "_Uarm_init_local" missing.
ERROR: Symbol "_Uarm_init_remote" missing.
ERROR: Symbol "_Uarm_is_signal_frame" missing.
ERROR: Symbol "_Uarm_handle_signal_frame" missing.
ERROR: Symbol "_Uarm_local_addr_space" missing.
ERROR: Symbol "_Uarm_regname" missing.
ERROR: Symbol "_Uarm_resume" missing.
ERROR: Symbol "_Uarm_set_caching_policy" missing.
ERROR: Symbol "_Uarm_set_fpreg" missing.
ERROR: Symbol "_Uarm_set_reg" missing.
ERROR: Symbol "_Uarm_step" missing.
ERROR: Symbol "_Uarm_strerror" missing.
ERROR: Symbol "_Uarm_is_fpreg" missing.
ERROR: Symbol "_Uarm_get_elf_image" missing.
ERROR: Symbol "_Uarm_search_unwind_table" missing.
ERROR: Symbol "_Uarm_dwarf_search_unwind_table" missing.
ERROR: Symbol "_Uarm_dwarf_find_unwind_table" missing.
ERROR: Symbol "_Uarm_dwarf_find_debug_frame" missing.
FAILURE: Detected 28 errors
And ,when I want to let my application link the libunwind-arm.a,also
give error message
undefined reference to `_Uarm_init_local'
undefined reference to `_Uarm_get_reg'
undefined reference to `_Uarm_get_reg'
undefined reference to `_Uarm_step'
have you encounter this problem? is I miss something?
thanks for your reply
best regards
chris jiang_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel