From what went wrong:
Gmac_Ip_Cfg.c:125 Gmac_Ip_Cfg.c:220
Gmac_Ip_PBcfg.c:130 Gmac_Ip_PBcfg.c:153
The content is the same,The content is:
#define ETH_START_SEC_VAR_CLEARED_UNSPECIFIED_NO_CACHEABLE
#include "Eth_MemMap.h"
and
#define ETH_STOP_SEC_VAR_CLEARED_UNSPECIFIED_NO_CACHEABLE
#include "Eth_MemMap.h"
The reason for the error is that there is no processing of ETH_START_SEC_VAR_CLEARED_UNSPECIFIED_NO_CACHEABLE in the generated Eth_MemMap.h, that is, there is no corresponding memmap section configuration.
Is this correct understanding, but how to configure it?

