On 02/10/16 14:15, ??? wrote: > > I did not understand your words. >
OK I can explain a bit more, Do you know about yocto and bitbake ? > I just want to hear a solution for the error. > > The contents of error is below. > > hh at hh-IPSOC-LAP:~/iotivity-1.1.1$ scons TARGET_OS=yocto > What system are you running on ? If it's ubuntu or a non yocto OS : It will not work. So instead of calling scons from from user's shell, you need to setup the cross-compilation environment. and then call bitbake (that will call scons) If it's still unclear, I can share a helper project, I made for my yocto experiments, You can build a whole yocto image with iotivity with a single make command : https://github.com/tizenteam/meta-yocto-demos/tree/meta/meta-oic/master This can be adapted for edison too. Good luck. -- mailto:philippe.coval at osg.samsung.com gpg:0x467094BC https://blogs.s-osg.org/author/pcoval/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161002/d6917a47/attachment.html>
