Linaro toolchain Android linking problem redivivus

2013-04-18 Thread Marius Cetateanu
Hi, Some time ago I had some problems linking my project libraries for Android using the Linaro toolchain 4.7.1 which I reported to the list: http://lists.linaro.org/pipermail/linaro-toolchain/2012-June/002631.html I ended up using the 4.6.x version of the compiler because I could not find a fi

Re: clang + VFP

2013-04-18 Thread Renato Golin
Hi Tom, On 17 April 2013 21:13, Tom Gall wrote: > When the clang .o is linked to the gcc/gcc+, I'm getting > /home/tgall/opencl/SNU/tmp2/cl_temp_1.tkl uses VFP register arguments, > /home/tgall/opencl/SNU/tmp2/cl_temp_1.o does not > This is pretty common. Clang assumes ARMv4 unless you're prett

Re: Linaro toolchain Android linking problem redivivus

2013-04-18 Thread Christophe Lyon
Could you post the full command-line leading to this error? Did you try to add -fPIC as suggested? Christophe. On 18 April 2013 09:53, Marius Cetateanu wrote: > Hi, > > Some time ago I had some problems linking my project libraries for > Android using the Linaro toolchain 4.7.1 which I repor