Re: [yocto] Forcing GCC version for native compilation

2018-11-22 Thread Teemu K
On Thu, Nov 22, 2018 at 12:32 PM Burton, Ross wrote: > > On Thu, 22 Nov 2018 at 07:33, Teemu K wrote: > > I have project made for Yocto 1.7, but I'd like to compile it on newer > > Linux distribution that default GCC version is 5.x. GCC version itself > > causes some problems, because some things

Re: [yocto] Forcing GCC version for native compilation

2018-11-22 Thread Burton, Ross
On Thu, 22 Nov 2018 at 07:33, Teemu K wrote: > I have project made for Yocto 1.7, but I'd like to compile it on newer > Linux distribution that default GCC version is 5.x. GCC version itself > causes some problems, because some things have changed. > > There is also GCC 4.8 available, but it's not

[yocto] Forcing GCC version for native compilation

2018-11-21 Thread Teemu K
Hi, I have project made for Yocto 1.7, but I'd like to compile it on newer Linux distribution that default GCC version is 5.x. GCC version itself causes some problems, because some things have changed. There is also GCC 4.8 available, but it's not called 'gcc', but 'gcc-4.8'. The question is tha