public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "amker.cheng at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/56058] New: GCC arm-none-eabi build failure
Date: Mon, 21 Jan 2013 06:14:00 -0000	[thread overview]
Message-ID: <bug-56058-4@http.gcc.gnu.org/bugzilla/> (raw)


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


             reply	other threads:[~2013-01-21  6:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21  6:14 amker.cheng at gmail dot com [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-56058-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).