Goodmorning,
I write you since I want to create a raw ethernet socket. Folllowing NDK User's Guide at point F.1 Using BSD Sockets Provided by SlNetSock, they state to include #include <sys/socket.h>.
In order to let the compiler to find the header, I had to include the NDK path in project include Directories path "C:\ti\ns_2_60_01_06\source\ti\net\bsd" as shown in the picture below:
The problem is that I get several errors:
'sbintime_t' undeclared (first use in this function);
I kindly ask you what is the better way to include NS in a project.
Thank you.
Best Regards,
Davide Brunelli