search for: __deregister_frame_info

Displaying 11 results from an estimated 11 matches for "__deregister_frame_info".

2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
...rence to `__register_frame' I register_frame is used to enable the debugger (gdb) to debug JIT'd code. It is a function provided by libgcc, to be more precise in libgcc_eh. Is it in your copy? $ nm libgcc_eh.a | grep register_fram 0000000000001960 T __deregister_frame 0000000000001950 T __deregister_frame_info 0000000000001830 T __deregister_frame_info_bases 0000000000001750 T __register_frame 0000000000001740 T __register_frame_info 00000000000016b0 T __register_frame_info_bases 0000000000001800 T __register_frame_info_table 0000000000001780 T __register_frame_info_table_bases 0000000000001810 T __regis...
2010 Mar 25
1
Static linking
...view.php?id=15915. According to the last post in the bug report, a workaround is using of static linking. When I tried (I enabled option Compiler Flags/STATIC_BUILD) it I got the following error message: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginT.o: relocation R_X86_64_32 against `__deregister_frame_info' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-linux-gnu/4.1.2/crtbeginT.o: could not read symbols: Bad value I tried to compile Asterisk 1.6.1.17 on Debian/etch/x86_64 with gcc-4.1.2 and gcc-3.4. Can you provide me with any help? Jiri Uncovsky, progra...
2003 Aug 20
0
libvorbis configure script fails on Irix
...nstalled it in usr/local/lib. When I moved on to libvorbis trouble began. The configure script made the following complaint: checking for Ogg... 12269:./conftest: rld: Error: unresolvable symbol in ./conftest: __register_frame_info 12269:./conftest: rld: Error: unresolvable symbol in ./conftest: __deregister_frame_info 12269:./conftest: rld: Fatal Error: this executable has unresolvable symbols no *** Could not run Ogg test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding Ogg or finding the wrong *** version of Ogg. If it is no...
2013 Jul 29
5
[LLVMdev] LLVM and Cygwin
I got the following error while compiling llvm and clang under cygwin. /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b): undefined reference to `__register_frame'
2013 Jul 30
2
[LLVMdev] LLVM and Cygwin
...ster_frame is used to enable the debugger (gdb) to debug JIT'd code. > It > is a function provided by libgcc, to be more precise in libgcc_eh. Is it > in > your copy? > > $ nm libgcc_eh.a | grep register_fram > 0000000000001960 T __deregister_frame > 0000000000001950 T __deregister_frame_info > 0000000000001830 T __deregister_frame_info_bases > 0000000000001750 T __register_frame > 0000000000001740 T __register_frame_info > 00000000000016b0 T __register_frame_info_bases > 0000000000001800 T __register_frame_info_table > 0000000000001780 T __register_frame_info_table_**...
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...r_frame_table(const void *fde) { ^ C:/Users/clang/libunwind/include\unwind.h:373:13: note: previous declaration is here extern void __register_frame_table(const void *fde) ^ C:/Users/clang/libunwind/src/UnwindLevel1-gcc-ext.c:309:25: warning: redeclaration of '__deregister_frame_info' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration] _LIBUNWIND_EXPORT void *__deregister_frame_info(const void *fde) { ^ C:/Users/clang/libunwind/include\unwind.h:375:14: note: previous declaration is here extern void *__deregister_frame_info...
2011 May 17
2
[LLVMdev] x86 cross compiler for ppc fails to build
...p/ccNdqsm6.s:16: Error: junk at end of line: `(29)' /tmp/ccNdqsm6.s:22: Error: junk at end of line: `(29)' /tmp/ccNdqsm6.s:25: Error: junk at end of line: `(29)' /tmp/ccNdqsm6.s:30: Error: syntax error; found `(' but expected `,' /tmp/ccNdqsm6.s:30: Error: junk at end of line: `(__deregister_frame_info)' /tmp/ccNdqsm6.s:31: Error: junk at end of line: `(3)' /tmp/ccNdqsm6.s:34: Error: syntax error; found `(' but expected `,' /tmp/ccNdqsm6.s:34: Error: junk at end of line: `(__EH_FRAME_BEGIN__)' /tmp/ccNdqsm6.s:35: Error: junk at end of line: `(3)' /tmp/ccNdqsm6.s:39: Error:...
1999 May 17
1
minor installation problems
Hello, I just finished installing R-0.64.1 on my linux machine (using kernel 2.0.36 under red hat 5.2, and gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) ) The two problems I had: 1. ./configure --with-readline --with-x --prefix=/usr/local ran to a point, then gave up with ... checking return type of signal handlers... void checking for working const... yes
1999 May 17
1
minor installation problems
Hello, I just finished installing R-0.64.1 on my linux machine (using kernel 2.0.36 under red hat 5.2, and gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) ) The two problems I had: 1. ./configure --with-readline --with-x --prefix=/usr/local ran to a point, then gave up with ... checking return type of signal handlers... void checking for working const... yes
2015 Aug 14
2
Build R on Haiku
Hi R-devel, I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by BeOS, not Linux based) on i586. With a few small changes to library paths and ifdefs I am able to get a seemingly working R binary. The build process stops with the 'tools' package. The last lines from make are below. Does anyone have any tips? I'm rather new to debugging at this low level. Are
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote: > Nice catch you two!!! > > Happy New Year > -pd I am much happier with this great start! Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran? I have made some changes to configure(.ac) so maybe my problems are self-inflicted. But would be good to know what environment you are using. Thanks for looking - and