Hi,
We have requirement of using Ethernet port ‘0’ in custom board. I want to compile HUA demo to custom board with changing to port 1 to port ‘0’.
I have downloaded the support patch to add and compile to port ‘0’ [NIMU-EMAC0.zip”]. I was able to compile platform library but failed to compile the nimu library for evm. “The steps given in the read me file:
1) Replace the NIMU ethernet driver file "nimu_eth.c" in PDK's NIMU package location.
Ex: C:\ti\pdk_C6678_1_1_2_6\packages\ti\transport\ndk\nimu\src
2) Replace the platform file and PHY driver in PDK's platform directory.
Ex: C:\ti\pdk_C6678_1_1_2_6\packages\ti\platform\evmc6678l\platform_lib\src
3) Import the NIMU driver and platform package into CCS and rebuild.
Ex: Import the following packages with mentioning the following location.
C:\ti\pdk_C6678_1_1_2_6\packages\ti\platform\evmc6678l\platform_lib
C:\ti\pdk_C6678_1_1_2_6\packages\ti\transport\ndk\nimu
4) Link and use the rebuilt new NIMU and plaform package with your NDK example for EMAC0 support on AMC connector.
But I am getting error as follows during compilation,