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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160509/b8af9158/attachment.html>