Build the Azure IoT sdk for arduino yun on ubuntu x86

319 Views Asked by At

I am trying to build Azure IoT sdk for arduino yun on ubuntu 14.04 and getting the following error while running .\build.sh script.

azure-c-shared-utility/c/adapters/socketio_berkeley.c: In function 'socketio_open': azure-c-shared-utility/c/adapters/socketio_berkeley.c:228:24: error: variable 'addrHint' has initializer but incomplete type

I am following the instructions list here. Does anyone know how to get around this error and get successful build?

I guess this shouldn't be a problem but want to mention that I am using Ubuntu installed in virtualbox on windows machine.

1

There are 1 best solutions below

0
On