Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks - PL/Wroclaw
I use such hack in local.conf
On May 6, 2016, at 1:43 AM, Chris Z. <winotu.email@gmail.com> wrote:
Hi,Any tips ?
you need to insert your non-standard install of gcc-4.9 and glibc into OE build via BUILD_CFLAGSand prepending it to your PATH variable that bitbake will see.
--
On Fri, Mar 4, 2016 at 4:13 PM, Chris Z. <winotu.email@gmail.com> wrote:
What is the correct approach to fix this ? Or I shouldn't use gcc from PATH for compilation of native packages ?from BUILD_LDFLAGS var in bitbake.conf which is expand in native class.rpath is set toThis is due to the fact that bootstrap was compiled with newer glibcxx and it can't be found in system/host /usr/lib, /usr/lib64 nor in -rpath.Bulding cmake-native fails when bootstrap cmake tries to compile cmake native binary.Hi,I have set newer gcc(4.9) in PATH and with proper LD_LIBRARY_PATH. Default system gcc is 4.4.
-Wl,-rpath,${STAGING_LIBDIR_NATIVE} \
-Wl,-rpath,${STAGING_BASE_LIBDIR_NATIVE} \
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto