Hello community members,
I have an issue with compiling my code for the AM243x which is based on the ETH LwIP ICSSG example.
After updating to the newest SDK version (08.03, from 08.02.) I set my .syscfg based on the example's .syscfg and also adapted the include and linker paths.
But I am constantly getting a compilation error that the "enet_test_open_close.h" doesn't see the Icssg_Cfg struct (Unkown type name 'Icssg_Cfg', which is located at /networking/enet/core/include/per/icssg.h).
I rechecked all the paths and .syscfg, but I suspect since the previously mentioned header file is auto generated that it has something to do with the syscfg.
Any help or suggestion is highly appreciated.
Thank you,
Mladen