Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
the error-message you get is because the header file "ins_eth_ocm.h" was not imported. In this file there is the complete struct of "eth_ocm_dev". But this will only be imported when ALT_INICHE is defined. As I wrote before you have to make sure that the box "Add this Software Component" is checked. This defines ALT_INICHE in the "Simple Socket Server" or "Webserver" example you use. Another reason could be that you forgot to import the "ins_eth_ocm.h" in your development environment. Urmel