http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56058



             Bug #: 56058

           Summary: GCC arm-none-eabi build failure

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Severity: major

          Priority: P3

         Component: target

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: amker.ch...@gmail.com





I configured the gcc with:

../gcc/configure 

    --build=i686-linux-gnu

    --host=i686-linux-gnu

    --target=arm-none-eabi

    --prefix=...

    --disable-decimal-float

    --disable-libffi

    --disable-libgomp

    --disable-libmudflap

    --disable-libquadmath

    --disable-libssp 

    --disable-libstdcxx-pch 

    --disable-lto 

    --disable-nls

    --disable-shared

    --disable-threads

    --disable-tls

    --with-gnu-as

    --with-gnu-ld

    --with-newlib 

    --with-headers=yes

    --with-sysroot=...

    --with-gmp=... --with-mpfr=... --with-mpc=... --with-ppl=...

--with-cloog=... --with-libelf=...

    --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm'

    --enable-languages=c,c++



And it failed with message:



build/gengtype  \

                    -S ../../gcc/gcc -I gtyp-input.list -w tmp-gtype.state

/bin/sh ../../gcc/gcc/../move-if-change tmp-gtype.state gtype.state

build/gengtype  \

                    -r gtype.state

echo timestamp > s-gtype

build/genattrtab ../../gcc/gcc/config/arm/arm.md insn-conditions.md \

        -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c

genattrtab: unknown value `alu' for `type' attribute

make[1]: *** [s-attrtab] Error 1

make[1]: Leaving directory

`/home/binche01/work/gcc-patches/arm-none-eabi/trunk-scan_one_insn/build/gcc'

make: *** [all-gcc] Error 2





It works if I revert r195295

Reply via email to