libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] tests failed report


From: chris
Subject: [Libunwind-devel] tests failed report
Date: Tue, 12 Nov 2013 16:51:36 +0800 (CST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]