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.

am335x sdk 1.1.0.8 ethernet/IP ACD question

Other Parts Discussed in Thread: SYSBIOS

Hi 

Sorry if I am in the wrong forum, 

I am trying to implement ETHERNET/IP communication on one ICEV2 Board, basing myself on the SDK EIP example. 

I have just bought a license to use the EIP stack from molex on which the example is based. But the example's precompiled lib does things that the stack I bought is unable to do, namely there seems to be a whole ACD api that I can't find in the source code from Molex or in the source code of the SDK . 

Here are all the functions that I'm missing : 

Description Resource Path Location Type
unresolved symbol ACD_Exit, first referenced in ./eip_main.obj octiv_sysbios C/C++ Problem
unresolved symbol ACD_IncTick, first referenced in ./user_acd_ndk.obj octiv_sysbios C/C++ Problem
unresolved symbol ACD_Init, first referenced in ./eip_main.obj octiv_sysbios C/C++ Problem
unresolved symbol ACD_Link, first referenced in ./user_acd_ndk.obj octiv_sysbios C/C++ Problem
unresolved symbol ACD_RcvArpFrame, first referenced in ./user_acd_ndk.obj octiv_sysbios C/C++ Problem
unresolved symbol ACD_Start, first referenced in ./user_acd_ndk.obj octiv_sysbios C/C++ Problem
unresolved symbol ACD_Stop, first referenced in ./user_acd_ndk.obj octiv_sysbios C/C++ Problem

Could anyone point me in the right direction ? 

Best regards

Adrien