0

I'm trying to build IoTivity for raspberry with Yocto but get a lot of compile errors like:

'bind' is not a member of 'std'

resource/include/IClientWrapper.h:51:25: error: 'FindResListCallback' has not been declared
                         FindResListCallback& callback,
                         ^~~~~~~~~~~~~~~~~~~

and many more

Any help?

David Bensoussan
  • 2,887
  • 2
  • 38
  • 55
  • 1
    Please specify repository link, version which you are using, and which command did you enter. – Rubycut Jun 24 '17 at 20:26
  • git clone -b git://git.yoctoproject.org/poky.git git clone git://git.yoctoproject.org/meta-raspberrypi git clone git://git.yoctoproject.org/meta-oic and after setting sources I call: "bitbake iotivity" to build only iotivity, but even if I call "bitbake rpi-basic-image" to build everything I get the same error message – Iosif Hamlatzis Jun 26 '17 at 19:05
  • try version 1.2.1 of meta-oic – RzR Aug 26 '17 at 21:48

1 Answers1

0

We have prepared a detailed guide on how to build iotivity for yocto. Please refer to this link.

https://wiki.iotivity.org/yocto

Sanjeev BA
  • 307
  • 1
  • 6