This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libffi/48944] New: build error: "libffi has not been ported to avr-unknown-none."


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

           Summary: build error: "libffi has not been ported to
                    avr-unknown-none."
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libffi
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gjl@gcc.gnu.org


gcc from current trunk (SVN 173608)

configured:

../../gcc.gnu.org/trunk/configure --target=avr
--prefix=/local/gnu/install/gcc-4.7 --disable-nls --disable-shared
--enable-languages=c,c++

runs into following bug during build:

configure: error: "libffi has not been ported to avr-unknown-none."
make[1]: *** [configure-target-libffi] Fehler 1
make[1]: Leaving directory `/local/gnu/build/gcc-4.7-avr'
make: *** [all] Fehler 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]