SDK 2.8.2
MCUXpresso IDE v11.2.0 [Build 4120]
New Project, added SDK and the LwIP Middleware. Project will not compile because of missing references:
../lwip/port/enet_ethernetif.c:76:5: error: unknown type name 'phy_config_t'; did you mean 'pll_config_t'?
76 | phy_config_t phyConfig;
| ^~~~~~~~~~~~
Am I missing something to get this to build?