On Monday 18 May 2015 08:25:50 Wu, Ziqi wrote: > Hi Officials, > > Thanks for your help on sending the document for configuring iotivity on > Edison. However, the document seems out-of-date with the latest source > code. (Edison-src-ww18-15).And when I try to execute the make setup of > Makefile, it throws the error that repo of poky cannot be found.. So the > configuration work halts. > > After some investigation, I found a solution to configure iotivity on Edison > with latest source code from Github. I attached a txt file with steps to > reproduce the configuration in very details. If you have time, please take > a look at it. I'm willing to hear feedback from you.
Hello Ziqi You're trying to compile on the target device. That's why it takes 2 hours to finish. The original instructions are about compiling on another computer with the toolchain and sysroot that are usually supplied in order to do exactly that. On the other hand, the instructions should not have included running poky (that's a distribution maintenance tool), but instead a simple way of compiling against that sysroot. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
