Hi Philippe, I have RPi-2 board with tizen (prebuilt image picked from http://files.s-osg.org/tizen-on-rpi2/). These images are generated thru yocto/bitbake. This does have the iotivity core libs installed in the image.
I have the aim that I be able to build iotivity and samples for this target, and install on the RPi board running Tizen. If I build iotivity for TARGET_OS=tizen and try to install the rpm, I get issues during install related to smackfs. As smackfs is not there on these images running on rpi-2. I think I need to build iotivity for target_os=yocto, arch=arm so that I can install the iotivity + samples on the board. Can you please guide me on how to achieve this. I don't want to rebuild the whole system image and flash on device. Can I generate an RPM for iotivity and install on RPi running tizen. Please share your inputs on it. Thanks, Ashwini On Tue, Jan 12, 2016 at 9:01 PM, Philippe Coval < philippe.coval.pro at gmail.com> wrote: > On Tue, Jan 12, 2016 at 3:34 PM, wj <2923906482 at qq.com> wrote: > >> Hi, buddies: >> Sorry for sending the mail to the list for asking help to fix the issue >> in the process of iotivity linux arm building task! >> I am the new comer of iotivity, and i start to build iotivity for >> RaspberryPi2 linux, but failed. >> Here is my steps: >> 1. install the gcc/g++ armhf packages on my ubuntu14.04 cross compile >> server: g++-arm-linux-gnueabihf and >> gcc-arm-linux-gnueabihf (RaspberryPi2 is armhf arch) >> 2. run build iotivity command then get failed msg as bellow. It is very >> appreciate for anyone give me some guidelines for setting up the >> crosscompile environment: include arm gcc/g++, boost for arm, iotivity >> build command, etc... >> >> ubuntu1404: scons TARGET_OS=linux TARGET_ARCH=arm >> >> scons: Reading SConscript files ... >> Reading linux configuration script >> > > >> ... >> > > >> sample src ['./sample_main.c'] >> >> >> Checking for C++ library boost_thread... no >> Did not find boost_thread, exiting! >> >> >> >> > Hi Arthur, > > you need to setup/update boost on your distro. which version is Arch > providing? > check in AUR too. > If you manage to get it running on Arch, it could help other to share > hints on this page : > https://wiki.iotivity.org/community > > > I can help you on yocto, tizen and debian > since I got it working on a couple of board, > > > RPI to common soon on tizen , I will upgrade : > https://wiki.iotivity.org/tizen > > > Good luck ! > > -- > https://wiki.tizen.org/wiki/User:Pcoval > > > > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160113/c1382399/attachment.html>
