"make wp85" throwing error in legato-16.10.1

I have downloaded the latest legato application framework (16.10.1).
When I am giving “make” command the framework is getting build successfully, but after that when I am giving “make wp85” command, it is throwing following error.

FAILED: /opt/swi/y17-ext/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc --sysroot=/opt/swi/y17-ext/sysroots/armv7a-vfp-neon-poky-linux-gnueabi -MMD -MF build/wp85/system/component/2207fcabffd29596a64f1564c59b9d8e/obj/6c0b2d9a53e4b975223e91f7772be6f1.o.d -c /home/ubuntu/Legato/legato-16.10.1/components/airVantage/avcDaemon/assetData.c -o build/wp85/system/component/2207fcabffd29596a64f1564c59b9d8e/obj/6c0b2d9a53e4b975223e91f7772be6f1.o -DLE_FILENAME=basename /home/ubuntu/Legato/legato-16.10.1/components/airVantage/avcDaemon/assetData.c -Wall -fPIC -Werror -fvisibility=hidden -DMK_TOOLS_BUILD -DLEGATO_EMBEDDED -DPCM_IF=AUX -DI2S_IF=PRI -DUSB_IF=AFE_PCM -DCODEC_IF=PRI -DMM_1_ALSA_MIXER_CTRL=MultiMedia1 -DMM_1_ALSA_PCM_DEVICE_ID=0 -DMM_2_ALSA_MIXER_CTRL=MultiMedia2 -DMM_2_ALSA_PCM_DEVICE_ID=1 -DADC_BEGIN_NUM=0 -DADC_COUNT=4 -I/home/ubuntu/Legato/legato-16.10.1/interfaces -I/home/ubuntu/Legato/legato-16.10.1/framework/c/inc -I. -Iinterfaces/modemServices -Iinterfaces/positioning -Ibuild/wp85/system/component/2207fcabffd29596a64f1564c59b9d8e/src -Ibuild/wp85/system/api/902c2c7a8851f9ba6a115ba74cae2c6e/server -Ibuild/wp85/system/api/97544d49c6d002a6d76b687ba1b7f215/server -Ibuild/wp85/system/api/e0c9e501c39806b9e156a33156a45e23/client -Ibuild/wp85/system/api/5fcb806ed2712e68e08c074cfecdf825/client -Ibuild/wp85/system/api/9ca4925fee342ca864aefb0c92730de9/server -Ibuild/wp85/system/api/9ca4925fee342ca864aefb0c92730de9/client -DLE_COMPONENT_NAME=avcDaemon -DLE_LOG_SESSION=avcDaemon_LogSession -DLE_LOG_LEVEL_FILTER_PTR=avcDaemon_LogLevelFilterPtr “-DCOMPONENT_INIT=LE_CI_LINKAGE LE_SHARED void _avcDaemon_COMPONENT_INIT()” -DLEGATO_FEATURE_OBSERVE -DLEGATO_FEATURE_TIMESERIES -I/home/ubuntu/Legato/legato-16.10.1/components/airVantage/platformAdaptor/inc -I/home/ubuntu/Legato/legato-16.10.1/framework/c/src
/home/ubuntu/Legato/legato-16.10.1/components/airVantage/avcDaemon/assetData.c:30:27: fatal error: tinycbor/cbor.h: No such file or directory
#include “tinycbor/cbor.h”
^
compilation terminated.
[85/545] Compiling C source
ninja: build stopped: subcommand failed.
make: *** [system_wp85] Error 1

Strange thing is that I am able to build for ar7 with the command “make ar7”.
Does anyone encountered this error?? How to solve this??

(I am able to build previous version for wp85, in the same environment)

I’m experiencing the same issue

it works fine for me:
-go to http://legato.io/
-download the Legato 16.10.1 package through the direct link on the homepage
-be sure to have the latest toolchain installed (tested with 64bit version for me): http://source.sierrawireless.com/resources/legato/linuxtoolchain64bit/
-run “make” then “make wp85”