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.

TMDXICE110: Molex Profinet stack integration

Part Number: TMDXICE110

Hi again guys,

I'm getting a few errors when compiling the example profinet_slave_IRT_AMIC11x_arm together with the PROFINET stack from Molex.

I'm not sure where it's comming from. It is there somebody who did adapt the stack before? 

invalid operands to binary %  (have 'void *' and 'unsigned int') Lines59 and 61

invalid operands to binary /  (have 'void *' and 'unsigned int') Lines59 and 61

C:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h

Line59: # define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1L << ((n) % NFDBITS)))
Line60: # define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1L << ((n) % NFDBITS)))
Line61: # define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1L << ((n) % NFDBITS)