Hi,
I tried to build the eIQ example dsp_cifar10_demo_hifi4 using xtensa xplorer, but failed with below errors.
F:/Softwares/Tensilica_Tools/SDK_2.9.0_EVK-MIMXRT685/boards/evkmimxrt685/eIQ/cifar10_demo/dsp/xtensa/../../../../../../middleware/dsp/nn/nnlib/lib/libxa_nnlib.a(libxa_nnlib.o):(.text.scl_tanhf+0x24): undefined reference to `__errno'
F:/Softwares/Tensilica_Tools/SDK_2.9.0_EVK-MIMXRT685/boards/evkmimxrt685/eIQ/cifar10_demo/dsp/xtensa/../../../../../../middleware/dsp/nn/nnlib/lib/libxa_nnlib.a(libxa_nnlib.o): In function `scl_tanhf':
C:\usr\xtensa\Xplorer-8.0.10-workspaces\workspace_sdk_nnlib2\libxa_nnlib\algo\ndsp\hifi4\src/scl_tanhf_hifi4.c:119: undefined reference to `__errno'
make[1]: *** [dsp_cifar10_demo_hifi4] Error 2
makefile:51: recipe for target 'dsp_cifar10_demo_hifi4' failed
What might be wrong during build?