On 07/08/2017 09:42 AM, Natalia Theologou wrote:
> Hello,
> 
> 
> I am trying to cross compile iotivity for arm architecture. I am getting the 
> error that it can not find boost_thread.
> 
> I found out that I have to cross compile all the libs that I want (boost, 
> gtest0 from a previous thread.
> 
> What is the best way to do this? Has anyone resolved this issue?
> I took the steps according this 
> advice<https://stackoverflow.com/questions/29029867/cross-compile-boost-1-57-0-on-ubuntu-for-arm>.
>  But I keep getting the error.


The library check has to happen with the cross-build environment
completely set up. Can you share how you are calling scons (the setting
for TC_PATH in particular)?

It might even be interesting to dump your construction environment - in
build_common/SConscript, you can stick this line in at the end, just
before the last line Return('env'):

print env.Dump()

this will show a lot about your setup, before anything starts running
(and failing).

Reply via email to