I have already seen that example. The issue is that the example uses the Eth_43_Gmac component:
oscar_abn_0-1736262008621.png
On the other hand, i would like to use the Gmac component of the Drivers section:
oscar_abn_2-1736262071963.png
On the TCP/IP configuration i can parse the Gmac component:
oscar_abn_3-1736262162547.png
However when building the project i get the following error, which suggests that Eth_43_Gmac is necessary.
../stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.c:174:10: fatal error: Eth_43_GMAC.h: No such file or directory
174 | #include "Eth_43_GMAC.h"
I would greatly appreciate any information regarding the use of the TCP/IP stack with the component mentioned.
Thanks