cross compile gcc 10.1.0 on linux for avr fails

2020-07-16 Thread Klaus Rudolph
I try to compile gcc 10.1.0 for target avr. If fails with: make[2]: Entering directory '/home/krud/git_my_checkout/first/own_components/gcc_install/gcc/gcc-10.1.0/build/gcc' g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -W

Re: cross compile gcc 10.1.0 on linux for avr fails

2020-07-16 Thread Senthil Kumar
That is odd - are you able to compile a bare bones C++ file with the g++ you're using to build avr-gcc? Regards Senthil On Thu, Jul 16, 2020 at 2:09 PM Klaus Rudolph wrote: > > I try to compile gcc 10.1.0 for target avr. If fails with: > > > make[2]: Entering directory > '/home/krud/git_my_check