HI,
I am trying to compile iotivity for target os
=linux target arch = arm . I boosted libraries successfully boost 1.55.
when ever i am giving the command of
scons TARGET_OS=linux TARGET_ARCH=arm
getting the below issue
scons: Reading SConscript files ...
*********************************** Warning
***********************************
* You are trying cross build, please make sure (arm) version libraries are
* installed! *
*******************************************************************************
Checking for C library boost_program_options... no
Did not find boost_program_options, exiting!
for android i am getting the below issue
scons TARGET_OS=android TARGET_ARCH=armeabi
(.text._ZN5boost15program_options25basic_command_line_parserIcE3runEv[boost::program_options::basic_command_line_parser<char>::run()]+0x12):
undefined reference to
`boost::program_options::detail::cmdline::get_canonical_option_prefix()'
collect2: ld returned 1 exit status
scons: *** [out/linux/x86_64/release/resource/examples/ocicuc/client]
Error 1
scons: building terminated because of errors.
please guide me any one to solve
the issue .
Thanks & Regards,
pushpa teja.c
parsed_options result(m_desc, detail::cmdline::get_canonical_option_
prefix());
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150604/515e2780/attachment.html>