Linaro Android toolchain linking problem

2012-06-18 Thread Marius Cetateanu
Hi, I'm trying to build some shared libraries with the Linaro Android toolchain. For all of my libraries I get the following errors from the linker: |BlaBla.cpp.o: requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC /home/dev/android/android_linaro_toolchain/libexec/gcc/arm-

[ACTIVITY] Jun 11 - Jun 14

2012-06-18 Thread Ulrich Weigand
== GCC == * Fixed vectorizer bug causing unaligned memory accesses (LP 1010826 / GCC PR 53636); checked in to GCC mainline and Linaro GCC 4.7. Backports to FSF 4.7 and Linaro GCC 4.6 are under way. * Investigated vectorizer performance regression reported by Mans; main problem se

Re: Linaro Android toolchain linking problem

2012-06-18 Thread Michael Hope
On 18 June 2012 21:14, Marius Cetateanu wrote: > Hi, > > I'm trying to build some shared libraries with the Linaro Android toolchain. > For all of my libraries I get the following errors from the linker: > > |BlaBla.cpp.o: requires unsupported dynamic reloc R_ARM_REL32; recompile > with -fPIC > >

Re: Linaro Android toolchain linking problem

2012-06-18 Thread Marius Cetateanu
On 06/18/2012 11:30 PM, Michael Hope wrote: On 18 June 2012 21:14, Marius Cetateanu wrote: Hi, I'm trying to build some shared libraries with the Linaro Android toolchain. For all of my libraries I get the following errors from the linker: |BlaBla.cpp.o: requires unsupported dynamic reloc R_A