Hello,everyone
I'm using evmc6657l to run the ndk client example.
when I loaded the .out file and run ,the console prints as follows:
[C66xx_0]
[C66xx_0] TCP/IP Stack Example Client
[C66xx_0] emac_init: core 0, port 0, total number of channels/MAC addresses: 1/1
[C66xx_0] MAC addresses configured for channel 0:
[C66xx_0] 00-18-30-0A-3B-4A
[C66xx_0] SGMII reset successful........
[C66xx_0] SGMII config successful........
then stoped
when I debug the project step by step it occurs errors everywhere like:
Can't find a source file at "/db/vtree/library/trees/avala/avala-q41x/src/ti/sysbios/BIOS.c"
Can't find a source file at "/db/rtree/install/trees/products/xdcprod/xdcprod-p58/product/Linux/xdctools_3_23_04_58_eng/packages/xdc/runtime/System.c"
and eventually stucks at No source available for "emac_open(unsigned int, struct EMAC_OPEN_CONFIG_INFO_tag *) at 0x8001f172"
I just simply build the project from E:\ccs\mcsdk_2_01_01_04\examples\ndk\client\evmc6657l
should I do some modifications?