https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373

            Bug ID: 67373
           Summary: Can't compile gcc snapshot for avr target with mingw
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kontakt at michaelstather dot com
  Target Milestone: ---

Created attachment 36259
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36259&action=edit
config.log

I tried compiling a snapshot from gcc6 for avr target with mingw.

I configured with:

mkdir install-avr
mkdir obj-avr
cd obj-avr
../configure --prefix=/c/gcc-6-20150823/install-avr --target=avr
--enable-languages=c,c++ --disable-nls --disable-libssp

configure succeded, then I ran make which failed with:
checking for suffix of object files... configure: error in
/c/gcc-6-20150823/obj-avr/avr/libgcc
configure: error: cannot compute suffix of object files: cannot compile

Attached is obj-avr/avr/config.log

Reply via email to