Hi Masud
On 03/04/17 14:51, Masud Parves Bhuiyan wrote: > > Dear Concern, > > I'm trying to build iotivity base layer for BT/BLE transport in tizen > platform. I used below command (from > https://wiki.iotivity.org/build_iotivity_project_for_tizen): > > *scons -f resource/csdk/stack/samples/tizen/build/SConscript TARGET_OS=tizen > TARGET_TRANSPORT=IP,BT,BLE* > > But unable to build due error message like below. > > [ 26s] Reading util folder script > [ 26s] IOError: [Errno 2] No such file or directory: > 'include/mbedtls/compat-1.3.h': > I assume you're building from iotviity repo and not tizen.org ? In that can, you need to add mbedtls lib, I made a script to do that for you try: ./prep.sh or EXEC_MODE=true ./prep.sh > Then, I tried to build using command: > > *./gbsbuild.sh TARGET_OS=tizen TARGET_TRANSPORT=ALL* > > it's sucessfully build iotivity. But I was unable to select BT or > BLE transport successfully using RI or CA API. It seems above command > is only working for IP transport. > then a bug should be reported, on supported devices for BLE? > > So, it would be great if anyone can tell me how can I build iotivity > base layer for BT/BLE in tizen platform > BTW bookmark that page: http://wiki.iotivity.org/tizen Regards -- 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/20170403/077fbe35/attachment.html>
