Is the Linaro toolchain useful on x86/x86_64?

2011-08-17 Thread Bernhard Rosenkranzer
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 _

ld in current (4.6-2011.07-0-8-2011-07-25_12-42-06) toolchain fails to link uboot

2011-08-02 Thread Bernhard Rosenkranzer
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

Re: LLVM on ARM testing.

2011-07-05 Thread Bernhard Rosenkranzer
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

Re: GCC cross compilation help: [cannot compute suffix of object files]

2011-06-27 Thread Bernhard Rosenkranzer
| 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. > --- > > > &

Re: GCC cross compilation help: [cannot compute suffix of object files]

2011-06-27 Thread Bernhard Rosenkranzer
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:      

Re: GCC cross compilation help: [cannot compute suffix of object files]

2011-06-24 Thread Bernhard Rosenkranzer
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