Displaying 3 results from an estimated 3 matches for "f0b7e5ed".
2007 Sep 12
0
[LLVMdev] Building uclibc ...
On Wed, 12 Sep 2007, Dound wrote:
> I am trying compile a libc with llvm (currently uclibc). I am able to
> compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad,
> and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When
> I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For
> example, strlen is not defined -- llvm-nm
2007 Sep 12
2
[LLVMdev] Building uclibc ...
I am trying compile a libc with llvm (currently uclibc). I am able to
compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad,
and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When
I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For
example, strlen is not defined -- llvm-nm shows that strlen.os has
__GI_strlen while if I compile with
2007 Sep 12
2
[LLVMdev] Building uclibc ...
...t;
> I don't know of anyone who has tried. If you try it and run into bugs,
> please file bugzilla entries!
>
> -Chris
Thanks! ~ David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070912/f0b7e5ed/attachment.html>