Tool/software: Code Composer Studio
Hi,
I have the following error message. I have included everything under properties. I can't find my error. I only added the interesting code.
Yours sincerely
Marc
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.
Tool/software: Code Composer Studio
Hi,
I have the following error message. I have included everything under properties. I can't find my error. I only added the interesting code.
Yours sincerely
Marc
Hi Marc,
Since you're using sockets, I would recommend checking out one of the examples in the ns folder of the SDK so you can get an idea of what all needs to be included depending on the type of sockets you're using.
<SDK_INSTALL_DIR>\examples\rtos\MSP_EXP432E401Y\ns
Thanks,
Alexis
Hi Alexis,
It probably has something to do with the include paths. The function "int ErrnoUtil_set(int32_t Errno);" cannot be executed with the linked include paths. However, if I copy the files and put them into a separate folder, they can be executed. But I want to save this work for all files.