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

2021-06-22 Thread Ian Molton
On 21/05/2021 20:50, BERTRAND Joël wrote: > Hello, > > I'm trying to build a recent gcc to check if my issue comes from > compiler or not. I recommend using crosstool-ng for this.

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

2021-05-31 Thread BERTRAND Joël
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

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

2021-05-25 Thread Senthil Kumar
On Sun, May 23, 2021 at 8:09 PM Senthil Kumar wrote: > > On Sun, May 23, 2021 at 12:47 PM BERTRAND Joël > wrote: > > > > Senthil Kumar a écrit : > > > On Sat, May 22, 2021 at 1:21 AM BERTRAND Joël > > > wrote: > > >> > > >> Hello, > > >> > > >> I'm trying to build a recent gcc

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

2021-05-23 Thread Senthil Kumar
On Sun, May 23, 2021 at 12:47 PM BERTRAND Joël wrote: > > Senthil Kumar a écrit : > > On Sat, May 22, 2021 at 1:21 AM BERTRAND Joël > > wrote: > >> > >> Hello, > >> > >> I'm trying to build a recent gcc to check if my issue comes from > >> compiler or not. Thus, I have

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

2021-05-23 Thread BERTRAND Joël
Senthil Kumar a écrit : > On Sat, May 22, 2021 at 1:21 AM BERTRAND Joël > wrote: >> >> Hello, >> >> I'm trying to build a recent gcc to check if my issue comes from >> compiler or not. Thus, I have downloaded gcc 10.3.0 sources. Of course, >> on my debian/testing workstation, I

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

2021-05-22 Thread Senthil Kumar
On Sat, May 22, 2021 at 1:21 AM BERTRAND Joël wrote: > > Hello, > > I'm trying to build a recent gcc to check if my issue comes from > compiler or not. Thus, I have downloaded gcc 10.3.0 sources. Of course, > on my debian/testing workstation, I have avr avr-binutils and avr-libc.