Hello,
while waiting for the ICE board to be delivered, I installed AM335x_SYSBIOS_Industrial_SDK 01_01_00_05 and tried to build the enetip_adapter example.
To my surprise there were lots of warnings.
Ok, some of them can be ignored, but the others?
Redefinitions appear in
c:\ti\ccsv6\tools\compiler\arm_5.1.8\include\errno.h
and
C:\ti\ndk_2_24_00_11\packages\ti\ndk\inc\serrno.h
It seems that serrno.h has been included before errno.h somewhere.
Also function "ti_ndk_config_tcp_init" is declared implicitly.
However, the output file ethernetip_adapter_SPI.bin is built.
Did anybody manage to build the project without important warnings?
Regards,
Martin H.