Hi,
is the Linaro toolchain (esp. gcc) useful on x86/x86_64, or is an
attempt to use the Linaro toolchain with such a target just asking for
trouble?
(No, I'm not secretly an Intel spy ;) Just trying to have some fun
with my desktop machine ;) )
ttyl
bero
_
Hi,
ld in the current (4.6-2011.07-0-8-2011-07-25_12-42-06) Android
toolchain fails to link uboot:
arm-eabi-ld:
/mnt/user/bero/android-iMX53-20110716151649/out/target/product/iMX53/obj/u-boot/lib/libgeneric.o:
Unknown mandatory EABI object attribute 44
arm-eabi-ld: failed to merge target specific
On 3 July 2011 22:39, Karel Gardas wrote:
> I don't know if
> the culprit here is LLVM code or just GCC miscompilation/overoptimization?
Another interesting test you could run: How does it compare to LLVM
built with itself (clang)?
If the same errors happen, it is rather unlikely gcc is doing so
| main ()
> | {
> |
> | ;
> | return 0;
> | }
> configure:3812: error: in
> `/home/minslin/ET0001A/build-gcc/arm-eabi/libstdc++-v3':
> configure:3816: error: C compiler cannot create executables
> See `config.log' for more details.
> ---
>
>
>
&
neon --with-float=softfp
> --with-gmp=/home/minslin/gmp --with-mpfr=/home/minslin/mpfr
> --with-mpc=/home/minslin/mpc --with-binutils=/home/minslin/arm-binutils
> --prefix=/home/minslin/linaro-gcc
> -
>
> Thanks.
> --
> minslin
>
>
>
>
> From:
Hi,
I've run into this a couple of years ago, and worked around it with
the attached patch.
Chances are the patch (or a slight variation of it) will still work.
ttyl
bero
2011/6/24 :
> Hi Andrew,
> Before, I thought there is only one config.log under the root path.
> I have solve