Re: [yocto] [OE-core] Hardknott (GCC10) Compiler Issues

2021-06-28 Thread Zoran
> The target system should be independent of buildtools version and the target > system should also be binary reproducible so if that were changing through > changing buildtools tarball, that would be worrying in itself. Even better, the rootfs built by YOCTO could be used, but anyone can build

Re: [yocto] [OE-core] Hardknott (GCC10) Compiler Issues

2021-06-28 Thread Zoran
At least seems that GCC 10.2 is not the cause of the problem for my cannelloni recipe issue: https://github.com/mguentner/cannelloni/issues/35 The same error repeats itself with GCC 11.2 (in hardknott). The issue is most probably optimizing GCC switches and Include paths in further cannelloni

Re: [yocto] [OE-core] Hardknott (GCC10) Compiler Issues

2021-06-28 Thread Richard Purdie
On Thu, 2021-06-24 at 21:48 -0700, Chuck Wolber wrote: > All, > > Please accept my apologies in advance for the detailed submission. I think  > it is warranted in this case. > > There is something... "odd" about the GCC 10 compiler that is delivered with  > Hardknott. I am still chasing it down,