Hi Madan, Thank you. I came across this link late last night, and will be giving it a try.
The issues I found were pointing towards including/referencing wrong libraries, and in this wiki I see how Iotivity build can be forced to use the cross libraries, including UUID. This is definitely worth. Will update this thread with where I get with this. Thanks a lot, Satheesh From: Madan Kanth Lanka [mailto:[email protected]] Sent: Tuesday, May 10, 2016 12:22 AM To: Narayanan, Satheesh Cc: iotivity-dev at lists.iotivity.org Subject: Re: [dev] Iotivity for Linux/Arm Hi Satheesh, Please go through the steps listed in the following wiki page and I hope you might find some point which is missing. https://wiki.iotivity.org/iotivity_porting_to_arm_based_platforms If problem still persists or wiki page is not covering your specific problem, please revert back. Thanks, Madan ------- Original Message ------- Sender : Narayanan, Satheesh<Satheesh.Narayanan at sylvania.com<mailto:Satheesh.Narayanan at sylvania.com>> Date : May 09, 2016 22:51 (GMT+05:30) Title : [dev] Iotivity for Linux/Arm Hello experts, Looking for help getting Iotivity build for ARM architecture for linux. Boost library built using the cross compiler (though bzlib2 had issues, but I filtered it out as I won?t be using them). When running $ scons TARGET_OS=linux TARGET_ARCH=arm: Conf.CheckLib(?boost_thread?, language=?C++?) returns false. Notes: - bin.v2/libs/thread/build/gcc-arm/release/link-static/threading-multi/libboost_thread.a and Bin.v2/libs/thread/build/gcc-arm/release/threading-multi/libboost_thread.so.1.55.0 are successfully built. - readelf confirms that both of them are ELF2/ARM. - Cross compiler used is - arm-linux-gnueabihf-g++; Boost is also built using this compiler. - Build_common/linux/SConscript modified to use armv7-a instead of ?armv5te?, as the arm we are using is V7. Help please! Thanks, [cid:image001.gif at 01D1AA9B.96072B00] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160510/9c133d0d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 13168 bytes Desc: image001.gif URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160510/9c133d0d/attachment.gif>
