Re: [yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-23 Thread David Bensoussan
I forgot to precise, compiling, doesn't work on the host system, it cannot compile a simple .c file, not finding "stdio.h". On Sun, 23 Apr 2017 at 10:40 David Bensoussan wrote: > I managed to track down how to create the SDK. Sorry for the long answer > but it might he

Re: [yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-23 Thread David Bensoussan
9-15 glibc-localedata-i18n" Now, I simply wonder why is there a "compatibility issue" having them in the DISTRO_FEATURES. On Sat, 22 Apr 2017 at 09:49 David Bensoussan wrote: > It was a typo, sorry, I typed it without the "do_" > > On Fri, 21 Apr 2017 at 20:50 Trevo

Re: [yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-22 Thread David Bensoussan
It was a typo, sorry, I typed it without the "do_" On Fri, 21 Apr 2017 at 20:50 Trevor Woerner wrote: > On Fri 2017-04-21 @ 11:37:44 AM, David Bensoussan wrote: > > I wanted to generate an sdk and met these errors while executing: > > $ bitbake core-image-base -c do_pop

Re: [yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-21 Thread David Bensoussan
N}" PREFERRED_VERSION_linux-raspberrypi = "4.9.%" DISTRO_FEATURES_remove = "bluetooth nfc x11 wayland 3g" IMAGE_INSTALL_remove = "bind ltrace" IMAGE_LINGUAS = "en-us" PREFERRED_PROVIDER_virtual/kernel= "linux-raspberrypi" Thanks On F

[yocto] bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)

2017-04-21 Thread David Bensoussan
ow to track the error at this point. It raised multiple questions: Am I doing it wrong? Did I miss a flag? What does this error exactly mean? Thank you for your time Regards, -- *David bensoussan* Roboticist / Embedded Software Engineer -- *Synapticon* | Robotic Contr

[yocto] Package depending on ATLAS, BLAS, libmetis, liblapack

2016-12-07 Thread david bensoussan
Hello, I am currently working on libraries which need *ATLAS, BLAS, libmetis, liblapack.* Those are tuning libraries which cannot be cross compiled . I created an image, compiled what I needed on it and then created recipes providing the libs

[yocto] Libgfortran 6.2 doesn't compile

2016-11-26 Thread david bensoussan
Hello, I am trying to compile libgfortran 6.2 on Yocto (Morty version) but can't. DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common'] DEBUG: Executing shell function do_compile NOTE: make -j 8 MULTIBUILDTOP=/var/www/toast

[yocto] LIbSuitesparse support

2015-05-07 Thread david bensoussan
Hello, I am working on a poky distribution, using a RPi. Everything has been built well with the packages. I now see that I need the libsuitesparse (for ROS and especially the nav2d package). I don't know how to start to make it work. P.S: Sorry for the double post but I sent the first mail to th