search for: __aeabi_dcmplt

Displaying 2 results from an estimated 2 matches for "__aeabi_dcmplt".

Did you mean: __aeabi_dcmpeq
2012 Nov 16
0
[LLVMdev] [compiler-rt] is the arm lib complete?
...roup -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' Does clang provide other replacing libs for them which don't depend on those missing functions on libgcc? Or there are some other ways to link? Currently I have to link with both compiler-rt and libgcc with "--allow-multiple-definition" so that libgcc can cover the missing funct...
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