Part Number: TDA2EVM5777
Tool/software: TI-RTOS
Hello,
We are porting a network library to VSDK.
I am not able to locate few components inside vsdk that are needed by my library
SOCKET API's
- struct msghdr
- recvmsg
- sendmsg
Above structure and the functions are used to exchange socket messages.
IO System calls :
Also, open(), close(), read() and write() are not available despite of including <unistd.h> and various other related headers. What is the procedure to get these API's working?
Thank you.
Best Regards,
Sandeep