This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/AM3359: EtherCAT Slave compilation issue

Part Number: AM3359
Other Parts Discussed in Thread: TLK110, SYSBIOS

Tool/software: TI-RTOS

Hi,

I have installed PRU-ICSS-ETHERCAT-SLAVE and created project using batch file and imported to CCSV7 but it is giving following errors:

#########################################################################################################################

makefile:167: recipe for target 'ethercat_slave_demo_AM335x_arm.out' failed
./tiescphy_tlk110.o: In function `bsp_ethphy_init':
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:52: undefined reference to `Board_getPhyIdentifyStat'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:57: undefined reference to `Board_getPhyIdentifyStat'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:70: undefined reference to `Board_phyExtFDEnable'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:72: undefined reference to `Board_phyExtFDEnable'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:74: undefined reference to `Board_phyODDNibbleDetEnable'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:76: undefined reference to `Board_phyODDNibbleDetEnable'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:100: undefined reference to `Board_phyLedBlinkConfig'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:102: undefined reference to `Board_phyLedBlinkConfig'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:104: undefined reference to `Board_phyFastLinkDownDetEnable'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/protocols/ethercat_slave/ecat_appl/iceAM335x/tiescphy_tlk110.c:107: undefined reference to `Board_phyFastLinkDownDetEnable'
C:/ti/PRU-ICSS-EtherCAT_Slave_01.00.03.01/third_party/protocols/ethercat_slave/stack_lib/am335x/a8\libethercat_slave_stack_AM335x_arm.a(tiescbsp.o): In function `bsp_pruss_mdio_init':
/home/gtbldadm/nightlybuilds/industrial_communications_dev/public/sdk/protocols/ethercat_slave/ecat_appl/EcatStack/tiescbsp.c:1348: undefined reference to `Board_enablePhyAutoMDIX'
/home/gtbldadm/nightlybuilds/industrial_communications_dev/public/sdk/protocols/ethercat_slave/ecat_appl/EcatStack/tiescbsp.c:1350: undefined reference to `Board_enablePhyAutoMDIX'
/home/gtbldadm/nightlybuilds/industrial_communications_dev/public/sdk/protocols/ethercat_slave/ecat_appl/EcatStack/tiescbsp.c:1397: undefined reference to `MDIO_enableLinkInterrupt'
/home/gtbldadm/nightlybuilds/industrial_communications_dev/public/sdk/protocols/ethercat_slave/ecat_appl/EcatStack/tiescbsp.c:1400: undefined reference to `MDIO_enableLinkInterrupt'
/home/gtbldadm/nightlybuilds/industrial_communications_dev/public/sdk/protocols/ethercat_slave/ecat_appl/EcatStack/tiescbsp.c:1387: undefined reference to `MDIO_enableLinkInterrupt'
/home/gtbldadm/nightlybuilds/industrial_communications_dev/public/sdk/protocols/ethercat_slave/ecat_appl/EcatStack/tiescbsp.c:1390: undefined reference to `MDIO_enableLinkInterrupt'
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [ethercat_slave_demo_AM335x_arm.out] Error 1
gmake: *** [all] Error 2
makefile:163: recipe for target 'all' failed

**** Build Finished ****

##################################################################

So what will be problem.

  • The RTOS team have been notified. They will respond here.
  • Hi Ashok, a question, after applying patch (steps mentioned in PRU-ICSS-EtherCAT_Slave_01.00.03.01\third_party\protocols\ethercat_slave\patch\README.txt) are you sure that you copy all the .c and .h files from SSC_V5i11\SlaveFiles\src to C:\TI\PRU-ICSS-EtherCAT_Slave_01.00.03.01\protocols\ethercat_slave\ecat_appl\EcatStack?

    I followed README steps and I was able to build "ethercat_slave_demo_AM335x_arm". The only issue that I faced was that I had to change RTSC PDK path (project properties -> general -> RTSC->other repositories) in order to build it correctly.. no sure why my PDK path in "other repositories" was "undetermined"

    Paula
  • Hi Ashok, could you please try PRU-ICSS-EtherCAT_Slave_01.00.04.02 ? another user reporte a similar issue (E2E) using CCSv7 and PRU-ICSS-EtherCAT_Slave_01.00.03.01 and confirmed is resolved for 1.0.4.2 release.

    Note: I tested it yesterday with CCS6.13

    Thank you,

    Paula

  • Thanks Paula for your immediate response.

    As you mentioned in above mail I have downloaded  PRU-ICSS-EtherCAT_Slave_01.00.04.02 and compiled and builded successfully.

    Thanks and Regards,

    Ashok Wakode

  • As I mentioned above my problem with PRU-ICSS-EtherCAT_Slave_01.00.04.02 is solved but compilation problem with PRU-ICSS-EthernetIP_Adapter-01.00.02.00 and PRU-ICSS-HSR-PRP-DAN-01.00.02.00 still is there.If you required detail log I will provide but still these two software does not compile with CCSv7.
  • Hi Ashok, Please open another E2E and attach the logs. FYI, I tried EthernetIP (PRU-ICSS-EthernetIP_Adapter_01.00.02.00) with  CCS 7.0.0.00042 and it compiled OK

    thank you,

    Paula

     

  • Thank you Paula,

    Following is compilationn  log:

    **** Build of configuration AM335x_debug for project ethernetip_adapter_AM335x_arm ****

    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
    gmake[1]: Entering directory 'C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm/AM335x_debug'
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/am335x_app.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_32_01_22_core/xs" --xdcpath="C:/ti/bios_6_46_05_55/packages;C:/ti/pdk_am335x_1_0_7/packages;C:/ti/ndk_2_25_01_11/packages;C:/ti/edma3_lld_2_12_04_28/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A8F -p ti.platforms.evmAM3359 -r release -c "C:/ti/gcc-arm-none-eabi-4_9-2015q3" -Dconfig.importPath=C:\ti\PRU-ICSS-EthernetIP_Adapter_01.00.02.00\protocols\ethernetip_adapter\projects\..\..\../examples/ethernetip_adapter "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/am335x_app.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring am335x_app.xa8fg from package/cfg/am335x_app_pa8fg.cfg ...
    generating custom ti.sysbios library makefile ...
    Inside EDMA3 Drv Sample getLibs
    will link with ti.sdo.edma3.drv.sample:lib/am335x-evm/a8/release/edma3_lld_drv_sample.aa8fg
    Linking with library ti.drv.spi:./lib/am335x/a8/release/ti.drv.spi.aa8fg
    Linking with library ti.board:./lib/icev2AM335x/a8/release/ti.board.aa8fg
    Linking with library ti.drv.icss_emac:./lib/a8/release/ti.drv.icss_emac.aa8fg
    Linking with library ti.csl:./lib/am335x/a8/release/ti.csl.aa8fg
    Linking with library ti.drv.gpio:./lib/a8/release/ti.drv.gpio.aa8fg
    Linking with library ti.drv.pruss:./lib/a8/release/ti.drv.pruss.aa8fg
    Linking with library ti.drv.i2c:./lib/a8/release/ti.drv.i2c.aa8fg
    Linking with library ti.drv.uart:./lib/a8/release/ti.drv.uart.aa8fg
    Linking with library ti.osal:./lib/tirtos/a8/release/ti.osal.aa8fg
    Inside EDMA3 Drv getLibs
    will link with ti.sdo.edma3.drv:lib/a8/release/edma3_lld_drv.aa8fg
    Inside EDMA3 RM getLibs
    will link with ti.sdo.edma3.rm:lib/am335x-evm/a8/release/edma3_lld_rm.aa8fg
    Starting build of library sources ...
    making C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/src/sysbios/sysbios.aa8fg ...
    gmake[1]: Entering directory `C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/src/sysbios'
    Build of libraries done.
    cla8fg package/cfg/am335x_app_pa8fg.c ...
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/am335x_app.cfg'
    ' '
    gmake[1]: Leaving directory 'C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm/AM335x_debug'
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/app_restart.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"app_restart.d" -MT"app_restart.o" -o"app_restart.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/app_restart.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/app_restart.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/acd_arp_filter.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"acd_arp_filter.d" -MT"acd_arp_filter.o" -o"acd_arp_filter.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/acd_arp_filter.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/acd_arp_filter.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_ndk.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"eip_ndk.d" -MT"eip_ndk.o" -o"eip_ndk.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_ndk.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_ndk.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_main.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"eip_main.d" -MT"eip_main.o" -o"eip_main.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_main.c"
    subdir_rules.mk:44: recipe for target 'eip_main.o' failed
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/device.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"device.d" -MT"device.o" -o"device.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/device.c"
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_main.c:62:65: fatal error: ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h: No such file or directory
    #include <ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h>
    ^
    compilation terminated.
    gmake: *** [eip_main.o] Error 1
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/device.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_tools.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"eip_tools.d" -MT"eip_tools.o" -o"eip_tools.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_tools.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_tools.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_utils.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"eip_utils.d" -MT"eip_utils.o" -o"eip_utils.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_utils.c"
    subdir_rules.mk:72: recipe for target 'eip_utils.o' failed
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/hal.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"hal.d" -MT"hal.o" -o"hal.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/hal.c"
    subdir_rules.mk:79: recipe for target 'hal.o' failed
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_utils.c:46:65: fatal error: ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h: No such file or directory
    #include <ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h>
    ^
    compilation terminated.
    gmake: *** [eip_utils.o] Error 1
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/AM335x/eip_soc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"eip_soc.d" -MT"eip_soc.o" -o"eip_soc.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/AM335x/eip_soc.c"
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/hal.c:46:65: fatal error: ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h: No such file or directory
    #include <ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h>
    ^
    compilation terminated.
    gmake: *** [hal.o] Error 1
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/AM335x/eip_soc.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"icss_dlr.d" -MT"icss_dlr.o" -o"icss_dlr.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c"
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/AM335x/eip_soc.c: In function 'EIP_socHwinit':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/AM335x/eip_soc.c:85:5: warning: implicit declaration of function 'Board_phyReset' [-Wimplicit-function-declaration]
    Board_phyReset(2);
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/AM335x/eip_soc.c: In function 'EIP_socgetMACAddress':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/AM335x/eip_soc.c:106:5: warning: implicit declaration of function 'SOCCtrlGetPortMacAddr' [-Wimplicit-function-declaration]
    SOCCtrlGetPortMacAddr(1, lclMac);
    ^
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"icss_eip_driver.d" -MT"icss_eip_driver.o" -o"icss_eip_driver.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c"
    In file included from C:/ti/ndk_2_25_01_11/packages/ti/ndk/inc/nettools/nettools.h:86:0,
    from C:/ti/ndk_2_25_01_11/packages/ti/ndk/inc/_nettool.h:39,
    from C:/ti/ndk_2_25_01_11/packages/ti/ndk/inc/netmain.h:40,
    from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include/os_inc.h:48,
    from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include/adt_config.h:245,
    from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
    from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/eip_main.h:40,
    from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c:41:
    C:/ti/ndk_2_25_01_11/packages/ti/ndk/inc/nettools/inc/dnsif.h:54:0: warning: "OVERFLOW" redefined
    #define OVERFLOW 16 /* buffer overflow */
    ^
    In file included from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include/icss_timeSync.h:17:0,
    from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include/icss_eip_driver.h:149,
    from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c:23:
    c:\ti\gcc-arm-none-eabi-4_9-2015q3\arm-none-eabi\include\math.h:552:0: note: this is the location of the previous definition
    #define OVERFLOW 3
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c: In function 'EIP_DLR_init':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c:174:5: warning: implicit declaration of function 'addMACID' [-Wimplicit-function-declaration]
    addMACID(dlrHandle->dlrEmptyFrame + DLR_SRC_MAC_OFFSET, ifMacID);
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c:181:5: warning: implicit declaration of function 'addWord' [-Wimplicit-function-declaration]
    addWord(dlrHandle->dlrEmptyFrame + DLR_SOURCE_IP_OFFSET, dlrHandle->deviceIP);
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c: In function 'EIP_DLR_port0ISR':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c:402:9: warning: implicit declaration of function 'getMACId' [-Wimplicit-function-declaration]
    getMACId((uint8_t *)wordPtr, actSupAddrPtr->supMACAddress);
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c:408:9: warning: implicit declaration of function 'convBigEndianToLittleEndianWord' [-Wimplicit-function-declaration]
    actSupAddrPtr->supIPAddress = convBigEndianToLittleEndianWord((
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c: In function 'EIP_DLR_processDLRFrame':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_dlr.c:1458:9: warning: implicit declaration of function 'convBigEndianToLittleEndianHalfWord' [-Wimplicit-function-declaration]
    numNodes = convBigEndianToLittleEndianHalfWord(dlrSrc +
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c: In function 'EIP_drvInit':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c:82:5: warning: implicit declaration of function 'TimeSync_drvInit' [-Wimplicit-function-declaration]
    TimeSync_drvInit(icssEipHandle->timeSyncHandle);
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c:88:5: warning: implicit declaration of function 'TimeSync_addIP' [-Wimplicit-function-declaration]
    TimeSync_addIP(icssEipHandle->timeSyncHandle,
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c: In function 'EIP_drvStart':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c:109:5: warning: implicit declaration of function 'TimeSync_drvEnable' [-Wimplicit-function-declaration]
    TimeSync_drvEnable(icssEipHandle->timeSyncHandle);
    ^
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c: In function 'EIP_drvStop':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c:129:5: warning: implicit declaration of function 'TimeSync_drvDisable' [-Wimplicit-function-declaration]
    TimeSync_drvDisable(icssEipHandle->timeSyncHandle);
    ^
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/drivers/icss_eip_driver.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/main.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"main.d" -MT"main.o" -o"main.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/main.c"
    subdir_rules.mk:100: recipe for target 'main.o' failed
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/user_acd_ndk.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"user_acd_ndk.d" -MT"user_acd_ndk.o" -o"user_acd_ndk.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/user_acd_ndk.c"
    subdir_rules.mk:107: recipe for target 'user_acd_ndk.o' failed
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/main.c:103:65: fatal error: ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h: No such file or directory
    #include <ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h>
    ^
    compilation terminated.
    gmake: *** [main.o] Error 1
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_gpioLed.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_am335x/iceAM335x/board_gpioLed.d" -MT"board_am335x/iceAM335x/board_gpioLed.o" -o"board_am335x/iceAM335x/board_gpioLed.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_gpioLed.c"
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter/user_acd_ndk.c:60:65: fatal error: ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h: No such file or directory
    #include <ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h>
    ^
    compilation terminated.
    gmake: *** [user_acd_ndk.o] Error 1
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_gpioLed.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_i2cLed.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_am335x/iceAM335x/board_i2cLed.d" -MT"board_am335x/iceAM335x/board_i2cLed.o" -o"board_am335x/iceAM335x/board_i2cLed.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_i2cLed.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_i2cLed.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_mcspi.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_am335x/iceAM335x/board_mcspi.d" -MT"board_am335x/iceAM335x/board_mcspi.o" -o"board_am335x/iceAM335x/board_mcspi.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_mcspi.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_mcspi.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_oled.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_am335x/iceAM335x/board_oled.d" -MT"board_am335x/iceAM335x/board_oled.o" -o"board_am335x/iceAM335x/board_oled.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_oled.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_oled.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_platform.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_am335x/iceAM335x/board_platform.d" -MT"board_am335x/iceAM335x/board_platform.o" -o"board_am335x/iceAM335x/board_platform.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_platform.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_platform.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_phy.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_am335x/iceAM335x/board_phy.d" -MT"board_am335x/iceAM335x/board_phy.o" -o"board_am335x/iceAM335x/board_phy.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_phy.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_phy.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_spi.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_am335x/iceAM335x/board_spi.d" -MT"board_am335x/iceAM335x/board_spi.o" -o"board_am335x/iceAM335x/board_spi.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_spi.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/iceAM335x/board_spi.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/board_misc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_common/board_misc.d" -MT"board_common/board_misc.o" -o"board_common/board_misc.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/board_misc.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/board_misc.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/delay_us.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_common/delay_us.d" -MT"board_common/delay_us.o" -o"board_common/delay_us.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/delay_us.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/delay_us.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/board_tlkphy.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_common/board_tlkphy.d" -MT"board_common/board_tlkphy.o" -o"board_common/board_tlkphy.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/board_tlkphy.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/board_tlkphy.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/icss_emac_osal.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_common/icss_emac_osal.d" -MT"board_common/icss_emac_osal.o" -o"board_common/icss_emac_osal.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/icss_emac_osal.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/icss_emac_osal.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/mdio_drv.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_common/mdio_drv.d" -MT"board_common/mdio_drv.o" -o"board_common/mdio_drv.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/mdio_drv.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/mdio_drv.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/osdrv_ndkdeviceconfig.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_common/osdrv_ndkdeviceconfig.d" -MT"board_common/osdrv_ndkdeviceconfig.o" -o"board_common/osdrv_ndkdeviceconfig.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/osdrv_ndkdeviceconfig.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/board/common/osdrv_ndkdeviceconfig.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/ClockP_tirtos.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"osal/ClockP_tirtos.d" -MT"osal/ClockP_tirtos.o" -o"osal/ClockP_tirtos.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/ClockP_tirtos.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/ClockP_tirtos.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/EventP_tirtos.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"osal/EventP_tirtos.d" -MT"osal/EventP_tirtos.o" -o"osal/EventP_tirtos.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/EventP_tirtos.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/EventP_tirtos.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/MailboxP_tirtos.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"osal/MailboxP_tirtos.d" -MT"osal/MailboxP_tirtos.o" -o"osal/MailboxP_tirtos.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/MailboxP_tirtos.c"
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/EventP_tirtos.c: In function 'EventP_getPostedEvents':
    C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/EventP_tirtos.c:91:1: warning: control reaches end of non-void function [-Wreturn-type]
    }
    ^
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/MailboxP_tirtos.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/SwiP_tirtos.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"osal/SwiP_tirtos.d" -MT"osal/SwiP_tirtos.o" -o"osal/SwiP_tirtos.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/SwiP_tirtos.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/SwiP_tirtos.c'
    ' '
    'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/TaskP_tirtos.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"osal/TaskP_tirtos.d" -MT"osal/TaskP_tirtos.o" -o"osal/TaskP_tirtos.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/TaskP_tirtos.c"
    'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/osal/TaskP_tirtos.c'
    ' '
    'Building file: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/gpio/soc/am335x/GPIO_soc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"soc_am335x/GPIO_soc.d" -MT"soc_am335x/GPIO_soc.o" -o"soc_am335x/GPIO_soc.o" @"configPkg/compiler.opt" "C:/ti/pdk_am335x_1_0_7/packages/ti/drv/gpio/soc/am335x/GPIO_soc.c"
    'Finished building: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/gpio/soc/am335x/GPIO_soc.c'
    ' '
    'Building file: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/i2c/soc/am335x/I2C_soc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"soc_am335x/I2C_soc.d" -MT"soc_am335x/I2C_soc.o" -o"soc_am335x/I2C_soc.o" @"configPkg/compiler.opt" "C:/ti/pdk_am335x_1_0_7/packages/ti/drv/i2c/soc/am335x/I2C_soc.c"
    'Finished building: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/i2c/soc/am335x/I2C_soc.c'
    ' '
    'Building file: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/spi/soc/am335x/SPI_soc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"soc_am335x/SPI_soc.d" -MT"soc_am335x/SPI_soc.o" -o"soc_am335x/SPI_soc.o" @"configPkg/compiler.opt" "C:/ti/pdk_am335x_1_0_7/packages/ti/drv/spi/soc/am335x/SPI_soc.c"
    'Finished building: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/spi/soc/am335x/SPI_soc.c'
    ' '
    'Building file: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/uart/soc/am335x/UART_soc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"soc_am335x/UART_soc.d" -MT"soc_am335x/UART_soc.o" -o"soc_am335x/UART_soc.o" @"configPkg/compiler.opt" "C:/ti/pdk_am335x_1_0_7/packages/ti/drv/uart/soc/am335x/UART_soc.c"
    'Finished building: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/uart/soc/am335x/UART_soc.c'
    ' '
    'Building file: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/icss_emac/soc/am335x/icss_emacSoc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"soc_am335x/icss_emacSoc.d" -MT"soc_am335x/icss_emacSoc.o" -o"soc_am335x/icss_emacSoc.o" @"configPkg/compiler.opt" "C:/ti/pdk_am335x_1_0_7/packages/ti/drv/icss_emac/soc/am335x/icss_emacSoc.c"
    'Finished building: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/icss_emac/soc/am335x/icss_emacSoc.c'
    ' '
    'Building file: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/pruss/soc/am335x/pruicss_soc.c'
    'Invoking: GNU Compiler'
    "C:/ti/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -mfpu=neon -Dam3359 -DSOC_AM335x -Dicev2AM335x -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/projects/ethernetip_adapter_AM335x_arm" -I"C:/ti/pdk_am335x_1_0_7/packages" -I"C:/ti/pdk_am335x_1_0_7/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00" -I"C:/ti/ndk_2_25_01_11" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.02.00/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-4_9-2015q3/arm-none-eabi/include" -O0 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"soc_am335x/pruicss_soc.d" -MT"soc_am335x/pruicss_soc.o" -o"soc_am335x/pruicss_soc.o" @"configPkg/compiler.opt" "C:/ti/pdk_am335x_1_0_7/packages/ti/drv/pruss/soc/am335x/pruicss_soc.c"
    'Finished building: C:/ti/pdk_am335x_1_0_7/packages/ti/drv/pruss/soc/am335x/pruicss_soc.c'
    ' '
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    ###############################################

    I have compiled PRU-ICSS-EthernetIP_Adapter_01.00.02.00 with CCS 7.1.0.00016  but was unable to compile.

    Again Thanks in advance.

    Ashok Wakode

  • Hi Ashok, please check you are using PDK 1.0.6 in properties -> General -> RTSC and also in Properties -> Build -> Variables

    It seems building error is due to a wrong path to S25FL.h, as shown below:

    #if SPI_DRV_VERSION_ID ==(0x01000006)
    #include <ti/drv/spi/test/qspi_flash/src/Flash_S25FL/S25FL.h>
    #else
    #include <ti/drv/spi/example/qspi_flash/src/Flash_S25FL/S25FL.h>
    #endif

    If you use PDK 1.0.6, then the path would be #include <ti/drv/spi/test/qspi_flash/src/Flash_S25FL/S25FL.h>, and your application should build correctly.

    thank you,
    Paula