Re: Build gcc 10.3.0 for avr on a amd64 linux host

BERTRAND Joël <[email protected]> Mon, 31 May 2021 12:29:07 +0200
Newsgroups gmane.comp.hardware.avr.gcc
Message-ID <[email protected]>
Senthil Kumar a écrit :
> The following configure/make/make install worked just fine
> 
> $ ~/src/gcc-10.3.0/configure --target=avr --enable-languages=c,c++
> --prefix=/home/saaadhu/install --disable-nls --disable-libssp
> --with-dwarf2
> 
> I suspect fortran in --enable-languages is what is causing issues. Do
> you really need gfortran? Also, does symlinking /usr/lib/avr to
> <installprefix>/avr help?

	Yes, without fortran, gcc 11 can be built without error.

	Best regards,

	JB