Displaying 4 results from an estimated 4 matches for "lcompile".
Did you mean:
compile
2009 Apr 25
1
GlusterFS on a FreeBSD-Server
...gt; # option transport-type tcp # For TCP/IP transport
> subvolumes homeklein
> # option auth.addr.lscratch.allow 130.149.58.* # Allow access to "export" volume
> option auth.addr.homeklein.allow 130.149.58.* # Allow access to "export" volume
> # option auth.addr.lcompile.allow 130.149.58.* # Allow access to "export" volume
> end-volume
client:
Linux 2.6.27-11-generic i686 GNU/Linux (it's a Ubuntu 8.10)
Glusterfs:
packages: libfuse2, fuse-utils
it was build as a package with flex, byacc, fakeroot, dh-make from the
source glusterfs2.0.0rc4
client-...
2012 Nov 16
0
[LLVMdev] [compiler-rt] is the arm lib complete?
Hi guys,
Thanks for all the info.
Then, if, besides compiler-rt, I also need some other libs, such as libm,
how do I link?
Here is an example of missing functions in compiler-rt when linking:
"-lstdc++ -lm --start-group -lcompiler-rt-armv7 -lgcc_eh -lc --end-group"
vs.
"-lstdc++ -lm --start-group -lgcc -lgcc_eh -lc --end-group"
...
tools/gcc-4.6.1-cs/arm-2011.09/bin/../arm-none-linux-gnueabi/libc/thumb2/usr/lib/libm.a(mpa.o):
In function `norm':
mpa.c:(.text+0xba): undefined reference to `__aeabi_dcmplt&...
2012 Nov 16
2
[LLVMdev] [compiler-rt] is the arm lib complete?
Hello
It seems you misses several points here...
> So, you mean I should compile libc with clang and link with compiler-rt too?
> But how can we expect a user of compiler-rt have a libc compiled in this
> way? It's a part of gcc's src code...
No it is not
> If compiler-rt is a complete lib, it should also cover these functions, right?
Yes and no. Yes - it should cover all
2015 Jul 09
5
[LLVMdev] The Trouble with Triples
> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: 08 July 2015 19:01
> To: Daniel Sanders
> Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu); Eric Christopher
> (echristo at gmail.com); Jim Grosbach (grosbach at apple.com)
> Subject: Re: The Trouble with Triples
>
> On 8 July 2015 at 17:43, Daniel Sanders