Hi Bhargav, As suggested in the logs, execute these following lines
$ cd iotivity/extlibs/ $ git clone https://github.com/USCiLab/cereal.git $ cd cereal $ git reset --hard 7121e91e6ab8c3e6a6516d9d9c3e6804e6f65245 $ git apply ../../resource/patches/cereal_gcc46.patch I did this in Ubuntu machine. I guess, the problem is some dependencies. Hope, this can help you. Thanks, Ganesh On Thu, Apr 16, 2015 at 2:34 PM, C S Bhargava <cs.bhargava at samsung.com> wrote: > Hi All, > > > > I am trying to build iotivity (connectivity-abstraction) for Tizen. I am > stuck with below error. > > Would somebody help me out. > > > > $ scons TARGET_OS=Tizen > > > > *********************************** Error: > ************************************** > > * 'Cereal' library doesn't exist. please download cereal to extlibs > directory * > > * add apply the patch as following: > * > > * $ git clone https://github.com/USCiLab/cereal.git > <src_dir>/extlibs/cereal* > > * $ cd > <src_dir>/extlibs/cereal * > > * $ git reset --hard 7121e91e6ab8c3e6a6516d9d9c3e6804e6f65245 > * > > * $ git apply > ../../resource/patches/cereal_gcc46.patch * > > > ********************************************************************************* > > > > Thanks & Regards, > > C S Bhargava > > > > _______________________________________________ > 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/20150416/7d80a82a/attachment.html>
