public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/56058] New: GCC arm-none-eabi build failure
@ 2013-01-21  6:14 amker.cheng at gmail dot com
  2013-01-21 10:45 ` [Bug target/56058] " ramana at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: amker.cheng at gmail dot com @ 2013-01-21  6:14 UTC (permalink / raw)
  To: gcc-bugs


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: unassigned@gcc.gnu.org
        ReportedBy: amker.cheng@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-21 21:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21  6:14 [Bug target/56058] New: GCC arm-none-eabi build failure amker.cheng at gmail dot com
2013-01-21 10:45 ` [Bug target/56058] " ramana at gcc dot gnu.org
2013-01-21 21:22 ` pinskia at gcc dot gnu.org
2013-01-21 21:23 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).