Displaying 14 results from an estimated 14 matches for "lib1funcs".
2010 May 24
0
[LLVMdev] linker errors when trying to link llvm-gcc
Hi Anatoly,
> any ideas what library has these symbols
>
> lang_eh_catch_all
> get_pointer_alignment
> validate_arglist
it sounds like you are trying to build a version of llvm-gcc without LLVM
enabled. Did you specify --enable-llvm=path_to_llvm_build_directory when
configuring llvm-gcc? These symbols are all defined in llvm-gcc itself,
but only when ENABLE_LLVM is defined.
2010 May 25
2
[LLVMdev] linker errors when trying to link llvm-gcc
...--prefix=/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/arm-elf
i've been able to build vanila gcc 4.2 to 4.5 using this configuration
for arm, but not llvm. So i deleted my tree and tried again and i got
these errors now:
../../llvm-gcc-4.2-2.7.source/gcc/config/arm/lib1funcs.asm: Assembler messages:
../../llvm-gcc-4.2-2.7.source/gcc/config/arm/lib1funcs.asm:1004:
Error: backward ref to unknown label "8:"
Thanks,
Anatoly
On Mon, May 24, 2010 at 12:52 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Anatoly,
>
>> any ideas what library ha...
2004 Aug 06
1
Libspeex-cygwin-EVC++ 3.0
Hi all,
As someone knows i'm tring to develop a VoIP application
for my ipaq 3850 (200 Mhz) using speex...
I guessed, for better perfomance, to build libspeex using GCC under linux or cygwin with
--enable-fixed-point and --enable-arm-asm and use the compiled library under Embedded VC++ 3.0.
I don't know if it's possible and only today i started to read something about
cross-compiling
2007 Oct 20
2
[LLVMdev] troubles with llvm-gcc 4.0 and APFloat on X86_64
...crtbegin.o file (see crtstuff.c) which
Index: gcc/config/arm/t-linux
===================================================================
--- gcc/config/arm/t-linux (revision 42922)
+++ gcc/config/arm/t-linux (working copy)
@@ -4,7 +4,10 @@
LIBGCC2_DEBUG_CFLAGS = -g0
LIB1ASMSRC = arm/lib1funcs.asm
-LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
+LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
+ _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
_fixunsdfsi \
+ _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
+ _fixsfsi _fixun...
2008 Jan 21
2
[LLVMdev] LLVM build freezes in scratchbox, ARM target
...lvm/llvm-gcc4.2-2.1.source/gcc/../include
-I/home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/../libcpp/include
-I/home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/../libdecnumber
-I../libdecnumber -DL_dvmd_lnx -xassembler-with-cpp -c
/home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/config/arm/lib1funcs.asm
-include libgcc/./_dvmd_lnx.vis -o libgcc/./_dvmd_lnx.o
/home/arvind/tools/llvm/llvm_build/./gcc/xgcc
-B/home/arvind/tools/llvm/llvm_build/./gcc/
-B/opt/llvm//arm-unknown-linux-gnu/bin/
-B/opt/llvm//arm-unknown-linux-gnu/lib/ -isystem
/opt/llvm//arm-unknown-linux-gnu/include -isystem
/opt/llvm/...
2007 Oct 19
0
[LLVMdev] troubles with llvm-gcc 4.0 and APFloat on X86_64
On Oct 19, 2007, at 7:23 AM, Dietmar Ebner wrote:
> hi,
>
> i'm trying to make some experiments with the ARM backend (llvm 2.1)
> and
> therefore built an arm-softfloat-linux-gnu toolchain on x86_64 linux.
>
> however, the llvm-gcc frontend seems to cause troubles with single
> precision floating point values, i.e., they are not converted
> correctly
> to the
2007 Oct 22
0
[LLVMdev] troubles with llvm-gcc 4.0 and APFloat on X86_64
...> Index: gcc/config/arm/t-linux
> ===================================================================
> --- gcc/config/arm/t-linux (revision 42922)
> +++ gcc/config/arm/t-linux (working copy)
> @@ -4,7 +4,10 @@
> LIBGCC2_DEBUG_CFLAGS = -g0
>
> LIB1ASMSRC = arm/lib1funcs.asm
> -LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
> +LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
> + _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
> _fixunsdfsi \
> + _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2...
2007 Oct 19
3
[LLVMdev] troubles with llvm-gcc 4.0 and APFloat on X86_64
hi,
i'm trying to make some experiments with the ARM backend (llvm 2.1) and
therefore built an arm-softfloat-linux-gnu toolchain on x86_64 linux.
however, the llvm-gcc frontend seems to cause troubles with single
precision floating point values, i.e., they are not converted correctly
to the particular target format (double precision works as expected).
it seems the problem is related to
2010 May 24
2
[LLVMdev] linker errors when trying to link llvm-gcc
any ideas what library has these symbols
lang_eh_catch_all
get_pointer_alignment
validate_arglist
i get these linker errors when trying to link llvm-gcc:
make[1]: Entering directory
`/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-gcc-4.2-2.7.source-objtree'
make[2]: Entering directory
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...arm-linux --enable-pic --program-prefix=llvm-
--prefix=/llvm/install --disable-multilib --disable-optimized --enable-bindings
=none --enable-llvm=$PWD/../llvm-2.8 --enable-languages=c,c++ --disable-bootstr
ap
Then I get the following error when I run make:
$ make
../../llvm-gcc/gcc/config/arm/lib1funcs.asm:93:2: error: #error Unable to determ
ine architecture.
make[3]: *** [libgcc/./_udivsi3_s.o] Error 1
make[3]: Leaving directory `/llvm/arm_objects/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/llvm/arm_objects/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving direc...
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
On Jan 1, 2011, at 8:29 PM, akramul azim wrote:
> Hi,
> I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):
>
> 1. Install binutils-2.21 (downloaded from gnu.org)
>
> Steps:
>
> $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix
> =/llvm/arm
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
Hi,
I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):
1. Install binutils-2.21 (downloaded from gnu.org)
Steps:
$ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix
=/llvm/arm --with-sysroot=/llvm/arms/sys-root
$ make
$ make install
2. Install LLVM
Steps
$ ../llvm-src/configure
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
...| 36 ++
xen/arch/arm/lib/changebit.S | 18 +
xen/arch/arm/lib/clearbit.S | 19 +
xen/arch/arm/lib/copy_template.S | 266 ++++++++++++++
xen/arch/arm/lib/div64.S | 149 ++++++++
xen/arch/arm/lib/findbit.S | 115 ++++++
xen/arch/arm/lib/lib1funcs.S | 302 ++++++++++++++++
xen/arch/arm/lib/memcpy.S | 64 ++++
xen/arch/arm/lib/memmove.S | 200 +++++++++++
xen/arch/arm/lib/memset.S | 129 +++++++
xen/arch/arm/lib/memzero.S | 127 +++++++
xen/arch/arm/lib/setbit.S |...
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
...gebit.S | 18 +
xen/arch/arm/lib/clearbit.S | 19 +
xen/arch/arm/lib/copy_template.S | 266 +++++++++++
xen/arch/arm/lib/div64.S | 149 ++++++
xen/arch/arm/lib/findbit.S | 115 +++++
xen/arch/arm/lib/lib1funcs.S | 274 +++++++++++
xen/arch/arm/lib/memcpy.S | 64 +++
xen/arch/arm/lib/memmove.S | 200 ++++++++
xen/arch/arm/lib/memset.S | 129 +++++
xen/arch/arm/lib/memzero.S | 127 +++++
xen/arch/arm/l...