Other Parts Discussed in Thread: TDA2
Tool/software: TI-RTOS
Hello Experts,
I wanted to use the network tool provided by latest SDK.
network tool is not getting compiled
I have updated the RUELS.MK and COMMON_HEADER.MK file with appropriate toolchain path
But still network tool is not compiling
Below are the errors I am getting
workspace/SDK_VISION_03_06_00_00/vision_sdk/apps/tools/network_tools/build/../common/inc/tfdtp_api.h:80:24: fatal error: sys/socket.h: No such file or directory
#include <sys/socket.h>
^
compilation terminated.
In file included from tfdtp_api.c:73:0:
../inc/tfdtp_api.h:80:24: fatal error: sys/socket.h: No such file or directory
#include <sys/socket.h>
^
compilation terminated.
make[3]: *** [depend] Error 1
make[3]: Leaving directory `/data/work/rveer/workspace/SDK_VISION_03_06_00_00/vision_sdk/apps/tools/network_tools/common/src'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/data/work/rveer/workspace/SDK_VISION_03_06_00_00/vision_sdk/apps/tools/network_tools/build'
make[1]: *** [depend] Error 2
make[1]: Leaving directory `/data/work/rveer/workspace/SDK_VISION_03_06_00_00/vision_sdk/apps/tools/network_tools/build'
Please let me know the solution for compiling network tool
Regards,
Chaitra