Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks - PL/Wroclaw On 06.05.2016 15:55, EXT Khem Raj wrote: On May 6, 2016, at 1:43 AM, Chris Z. > wrote: Hi, Any tips ? you need to insert your non-standard install of gcc-4.9 an

Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Khem Raj
> On May 6, 2016, at 1:43 AM, Chris Z. wrote: > > Hi, > > Any tips ? you need to insert your non-standard install of gcc-4.9 and glibc into OE build via BUILD_CFLAGS and prepending it to your PATH variable that bitbake will see. > > On Fri, Mar 4, 2016 at 4:13 PM, Chris Z.

Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Chris Z.
Hi, Any tips ? On Fri, Mar 4, 2016 at 4:13 PM, Chris Z. wrote: > Hi, > > I have set newer gcc(4.9) in PATH and with proper LD_LIBRARY_PATH. Default > system gcc is 4.4. > > Bulding cmake-native fails when bootstrap cmake tries to compile cmake > native binary. > > This is due to the fact that b

[yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-03-04 Thread Chris Z.
Hi, I have set newer gcc(4.9) in PATH and with proper LD_LIBRARY_PATH. Default system gcc is 4.4. Bulding cmake-native fails when bootstrap cmake tries to compile cmake native binary. This is due to the fact that bootstrap was compiled with newer glibcxx and it can't be found in system/host /usr