Displaying 3 results from an estimated 3 matches for "_unwind_getdatarelbase".
2015 Mar 12
2
[LLVMdev] Customize Standard C Library Using LLVM (to support llvm backend optimization)
...bort'
/usr/local/arm-2009q3/lib/gcc/arm-none-linux-gnueabi/4.4.1//libgcc_eh.a(pr-support.o):
In function `_Unwind_GetTextRelBase':
pr-support.c:(.text+0x4): undefined reference to `abort'
/usr/local/arm-2009q3/lib/gcc/arm-none-linux-gnueabi/4.4.1//libgcc_eh.a(pr-support.o):
In function `_Unwind_GetDataRelBase':
pr-support.c:(.text+0xc): undefined reference to `abort'
Regards,
Chao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150312/270e8420/attachment.html>
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
..._or_Rethrow(_Unwind_Exception *exception_object) {
^
C:/Users/clang/libunwind/include\unwind.h:299:5: note: previous declaration
is here
_Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object);
^
C:/Users/clang/libunwind/src/UnwindLevel1-gcc-ext.c:70:1: warning:
redeclaration of '_Unwind_GetDataRelBase' should not add 'dllexport'
attribute [-Wdll-attribute-on-redeclaration]
_Unwind_GetDataRelBase(struct _Unwind_Context *context) {
^
C:/Users/clang/libunwind/include\unwind.h:356:18: note: previous
declaration is here
extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *conte...
2015 Mar 11
4
[LLVMdev] Customize Standard C Library Using LLVM (to support llvm backend optimization)
>
> FWIW, I build baremetal newlib for arm-eabi using clang, and it works. I
>> had to patch a few of the __attribute__((naked)) functions because they
>> were using pre-UAL asm syntax, but for the most part it "just works".
>>
>
I build the baremetal newlib using arm-none-eabi-gcc as well, but after
linking with the hello world program, it failed to run on