Seems you are doing cross compiling. ARM toolchain and libraries are required. That?s to say, you should build with arm-gcc and the boost library also should be For arm.
In the top directory, you will find ?config.txt? which is generated by scons. There you can find more useful information. Regards, Caiwen From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of Eric Feuvrier Danziger Sent: Tuesday, January 27, 2015 7:56 AM To: iotivity-dev at lists.iotivity.org Subject: [dev] Building Iotivity 0.90 on ARM I am trying to compile Iotivity 0.90 using scons on a Beaglebone Black with Ubuntu (target os is linux and target arch is arm). I can't seem to get scons to find the boost_program_options. The libraries are all installed and either in or soft linked to /usr/local/lib. It just checks for boost_program_options in the third party scons file, then fails the check and exits. Any ideas of why this is? I have also tried appendUnique-ing lib_env before it gets passed to conf [in the line conf = Configure(lib_env) ]. I have never used scons before, so please use small words! Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150127/a063d13b/attachment.html>
