Hello,
we have some problems using the header <sys/select.h> Header. If you use this in combination with LwIP Stack of the processor SDK the struct timeval ist multiple defined.
The Error-Message:
/-sdk-path-/source/networking/lwip/lwip-stack/src/include/lwip/sockets.h:522:8: error: redefinition of 'timeval'
struct timeval {
^
/home/-user-/ti/ti-cgt-armllvm_1.3.0.LTS/include/c/sys/_timeval.h:49:8: note: previous definition is here
struct timeval {
^
Should this header not be used?
This might also be a problem with the AM243 SDK.
Greetings
Fabian