This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA2EVM5777: RTOS: TDA2xx: Suggestions for missing network Socket and IO API's

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