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.

PROCESSOR-SDK-AMIC110: AMIC110: EIP demo project

Part Number: PROCESSOR-SDK-AMIC110
Other Parts Discussed in Thread: AMIC110, SYSBIOS, TMDXICE110

Hi,

I have created AMIC110 EIP adapter project using below mention link.

http://software-dl.ti.com/processor-industrial-sw/esd/docs/indsw/ethernetIP_adapter/01_00_03/PRU_ICSS_EthernetIP.html

Project is created but i am facing problem while compiling. 

below is the portion of .bat file

"

::
::Set CCS installation directory path(Mandatory) - The path where folder 'eclipse' is located
set "CCS_INSTALL_DIR=C:\ti\ccsv7"

::Set the CCS workspace location(Mandatory). Workspace will be created if it doesn't exist!
set "CCS_WORKSPACE_LOC=%USERPROFILE%\ccs_workspace"

::Set the IA_SDK_HOME Directory(Mandatory)
set "IA_SDK_HOME=%cd%\..\..\.."

::Set PDK Installation directory path(Mandatory)
set "AM57xx_PDK_INSTALL_PATH=C:\ti\pdk_am57xx_1_0_12\packages"

::Set PDK Installation directory path(Mandatory for K2G projects)
set "K2G_PDK_INSTALL_PATH=C:\ti\pdk_k2g_1_0_11\packages"

::Set PDK Installation directory path(Mandatory for AM335x projects)
set "AM335x_PDK_INSTALL_PATH=C:\ti\pdk_am335x_1_0_12\packages"

::Set PDK Installation directory path(Mandatory for AM437x projects)
set "AM437x_PDK_INSTALL_PATH=C:\ti\pdk_am437x_1_0_12\packages"

:: Set the folder path where the projects will be created using command line project create method(Mandatory)
set "PROJECT_CREATE_DIR=%IA_SDK_HOME%\protocols\ethernetip_adapter\projects"

:: Set the folder path where command line project create Options files for are kept(Mandatory)
set "PROJECT_CREATE_OPTIONS_FILE_DIR=%IA_SDK_HOME%\protocols\ethernetip_adapter\projects\ccsproject_args"

::Set AM57xx PDK Eclipse ID
set "AM57xx_PDK_ECLIPSE_ID=com.ti.pdk.am57xx"

::Set K2G PDK Eclipse ID
set "K2G_PDK_ECLIPSE_ID=com.ti.pdk.k2g"

::Set AM335x PDK Eclipse ID
set "AM335x_PDK_ECLIPSE_ID=com.ti.pdk.am335x"

::Set AM437x PDK Eclipse ID
set "AM437x_PDK_ECLIPSE_ID=com.ti.pdk.am437x"

::Set AM57xx PDK Version
set "AM57xx_PDK_VERSION=1.0.12"

::Set K2G PDK Version
set "K2G_PDK_VERSION=1.0.11"

::Set AM335x PDK Version
set "AM335x_PDK_VERSION=1.0.12"

::Set AM437x PDK Version
set "AM437x_PDK_VERSION=1.0.12"

:: Set XDC Tools Version which is to be used while creating the project
set "XDC_TOOLS_VERSION=3.50.07.20_core"

:: Set SYSBIOS Version which is to be used while creating the project
set "SYS_BIOS_VERSION=6.73.00.12"

:: Set NDK Version which is to be used while creating the project
set "NDK_VERSION=3.40.01.01"

:: Set EDMA3 Version which is to be used while creating the project
set "EDMA_VERSION=2.12.05.30"

"

Below is the TI folder data.

Below is the compilation data. kindly help.

I am pin pointing the first error.

gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_12/packages/ti/drv/gpio/soc/am335x/GPIO_soc.c', needed by 'soc_am335x/GPIO_soc.o


"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
gmake[1]: Entering directory 'C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm/AMIC11x_release'
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/amic11x_app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/bios_6_73_00_12/packages;C:/ti/pdk_am335x_1_0_14/packages;C:/ti/ndk_3_40_01_01/packages;C:/ti/edma3_lld_2_12_05_30D/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-6-2017-q1-update" -Dconfig.importPath=C:\ti\PRU-ICSS-EthernetIP_Adapter_01.00.03.04\protocols\ethernetip_adapter\projects\..\..\../examples/ethernetip_adapter "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/amic11x_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 amic11x_app.xa8fg from package/cfg/amic11x_app_pa8fg.cfg ...
SoC Type is
SoC Type is
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/iceAMIC110/a8/release/ti.board.aa8fg
Linking with library ti.drv.icss_emac:./lib/am335x/a8/release/ti.drv.icss_emac.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
Linking with library ti.csl:./lib/am335x/a8/release/ti.csl.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.03.04/examples/ethernetip_adapter/src/sysbios/sysbios.aa8fg ...
gmake[1]: Entering directory `C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/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.03.04/examples/ethernetip_adapter/src/sysbios'
Build of libraries done.
cla8fg package/cfg/amic11x_app_pa8fg.c ...
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from package/cfg/amic11x_app_pa8fg.c:2721:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\time.h:28,
from package/cfg/amic11x_app_pa8fg.c:2685:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/amic11x_app.cfg'
' '
gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_12/packages/ti/drv/gpio/soc/am335x/GPIO_soc.c', needed by 'soc_am335x/GPIO_soc.o'.
gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_12/packages/ti/drv/i2c/soc/am335x/I2C_soc.c', needed by 'soc_am335x/I2C_soc.o'.
gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_12/packages/ti/drv/spi/soc/am335x/SPI_soc.c', needed by 'soc_am335x/SPI_soc.o'.
gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_12/packages/ti/drv/uart/soc/am335x/UART_soc.c', needed by 'soc_am335x/UART_soc.o'.
gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_12/packages/ti/drv/icss_emac/soc/am335x/icss_emacSoc.c', needed by 'soc_am335x/icss_emacSoc.o'.
gmake: *** No rule to make target 'C:/ti/pdk_am335x_1_0_12/packages/ti/drv/pruss/soc/am335x/pruicss_soc.c', needed by 'soc_am335x/pruicss_soc.o'.
' '
gmake[1]: Leaving directory 'C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm/AMIC11x_release'
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/app_restart.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/app_restart.c"
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stkmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/app_restart.c:48:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\time.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:48,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stkmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/app_restart.c:48:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/app_restart.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/common/source/debugtrace.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"debugtrace.d" -MT"debugtrace.o" -o"debugtrace.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/common/source/debugtrace.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/common/source/debugtrace.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/acd_arp_filter.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/acd_arp_filter.c"
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:48,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/acd_arp_filter.c:41:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\stdio.h:61,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:26,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/acd_arp_filter.c:41:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/acd_arp_filter.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_ndk.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/eip_ndk.c"
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_ndk.c:38:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\time.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:48,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_ndk.c:38:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_ndk.c: In function 'EIPNDK_acdStackThread':
C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_ndk.c:500:26: warning: passing argument 4 of 'NC_NetStart' from incompatible pointer type [-Wincompatible-pointer-types]
EIPNDK_ndkconfigGlobalNetworkIPAddr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/_netctrl.h:39:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:41,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_ndk.c:38:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netctrl/netctrl.h:75:12: note: expected 'void (*)(uint32_t, uint32_t, uint32_t) {aka void (*)(long unsigned int, long unsigned int, long unsigned int)}' but argument is of type 'void (*)(uint32_t, uint, uint) {aka void (*)(long unsigned int, unsigned int, unsigned int)}'
extern int NC_NetStart( void *hCfg, void (*NetStart)(),
^~~~~~~~~~~
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_ndk.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/AM335x/eip_soc.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/AM335x/eip_soc.c"
subdir_rules.mk:65: recipe for target 'eip_soc.o' failed
In file included from C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/board.h:72:0,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_soc.h:43,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/AM335x/eip_soc.c:11:
C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/chipdb.h:77:25: fatal error: chipdb_defs.h: No such file or directory
#include "chipdb_defs.h"
^
compilation terminated.
gmake: *** [eip_soc.o] Error 1
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_tools.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/eip_tools.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_tools.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/device.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/device.c"
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:48,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/device.c:42:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\stdio.h:61,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/device.c:41:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/device.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/eip_main.c"
subdir_rules.mk:51: recipe for target 'eip_main.o' failed
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:48,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.c:40:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\stdio.h:61,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:26,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.c:40:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

In file included from C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/board.h:72:0,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_soc.h:43,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.c:65:
C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/chipdb.h:77:25: fatal error: chipdb_defs.h: No such file or directory
#include "chipdb_defs.h"
^
compilation terminated.
gmake: *** [eip_main.o] Error 1
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/hal.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/hal.c"
subdir_rules.mk:86: recipe for target 'hal.o' failed
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stkmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/hal.c:39:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\time.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:48,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stkmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/hal.c:39:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

In file included from C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/board.h:72:0,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_soc.h:43,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/hal.c:47:
C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/chipdb.h:77:25: fatal error: chipdb_defs.h: No such file or directory
#include "chipdb_defs.h"
^
compilation terminated.
gmake: *** [hal.o] Error 1
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_utils.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/eip_utils.c"
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:48,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_utils.c:39:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\stdio.h:61,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:26,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_utils.c:39:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_utils.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_eip_driver.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/protocols/ethernetip_adapter/drivers/icss_eip_driver.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_eip_driver.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_dlr.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/protocols/ethernetip_adapter/drivers/icss_dlr.c"
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:48,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_dlr.c:36:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\stdio.h:61,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/os_inc.h:26,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/adt_config.h:251,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include/app_api.h:27,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/eip_main.h:40,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_dlr.c:36:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_dlr.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_eip_mcFltr.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"icss_eip_mcFltr.d" -MT"icss_eip_mcFltr.o" -o"icss_eip_mcFltr.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_eip_mcFltr.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/drivers/icss_eip_mcFltr.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_i2cLed.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/iceAM335x/board_i2cLed.c"
C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_i2cLed.c: In function 'Board_setDigOutput':
C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_i2cLed.c:72:5: warning: implicit declaration of function 'Board_setTriColorLED' [-Wimplicit-function-declaration]
Board_setTriColorLED(ledIndex, 1); /*Turn ON selected the LEDs*/
^~~~~~~~~~~~~~~~~~~~
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_i2cLed.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/main.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/main.c"
subdir_rules.mk:114: recipe for target 'main.o' failed
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stkmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/main.c:50:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\stdio.h:61,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/main.c:39:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

In file included from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/main.c:105:0:
C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/chipdb.h:77:25: fatal error: chipdb_defs.h: No such file or directory
#include "chipdb_defs.h"
^
compilation terminated.
gmake: *** [main.o] Error 1
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_gpioLed.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/iceAM335x/board_gpioLed.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_gpioLed.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/user_acd_ndk.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/ethernetip_adapter/user_acd_ndk.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/user_acd_ndk.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_mcspi.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/iceAM335x/board_mcspi.c"
board_am335x/iceAM335x/subdir_rules.mk:23: recipe for target 'board_am335x/iceAM335x/board_mcspi.o' failed
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/user_acd_ndk.c:46:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\time.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:48,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/netmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter/user_acd_ndk.c:46:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

In file included from C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/board.h:72:0,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_mcspi.c:48:
C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/chipdb.h:77:25: fatal error: chipdb_defs.h: No such file or directory
#include "chipdb_defs.h"
^
compilation terminated.
gmake: *** [board_am335x/iceAM335x/board_mcspi.o] Error 1
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_platform.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/iceAM335x/board_platform.c"
board_am335x/iceAM335x/subdir_rules.mk:44: recipe for target 'board_am335x/iceAM335x/board_platform.o' failed
In file included from C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/board.h:72:0,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_platform.c:43:
C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/chipdb.h:77:25: fatal error: chipdb_defs.h: No such file or directory
#include "chipdb_defs.h"
^
compilation terminated.
gmake: *** [board_am335x/iceAM335x/board_platform.o] Error 1
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_oled.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/iceAM335x/board_oled.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_oled.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_phy.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/iceAM335x/board_phy.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_phy.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_spi.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/iceAM335x/board_spi.c"
board_am335x/iceAM335x/subdir_rules.mk:51: recipe for target 'board_am335x/iceAM335x/board_spi.o' failed
In file included from C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/board.h:72:0,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/iceAM335x/board_spi.c:46:
C:/ti/pdk_am335x_1_0_14/packages/ti/starterware/include/chipdb.h:77:25: fatal error: chipdb_defs.h: No such file or directory
#include "chipdb_defs.h"
^
compilation terminated.
gmake: *** [board_am335x/iceAM335x/board_spi.o] Error 1
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/board_misc.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/common/board_misc.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/board_misc.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/board_dp83822.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"board_common/board_dp83822.d" -MT"board_common/board_dp83822.o" -o"board_common/board_dp83822.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/board_dp83822.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/board_dp83822.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/delay_us.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/common/delay_us.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/delay_us.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/board_tlkphy.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/common/board_tlkphy.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/board_tlkphy.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/icss_emac_osal.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/common/icss_emac_osal.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/icss_emac_osal.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/mdio_drv.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/common/mdio_drv.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/mdio_drv.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/osdrv_ndkdeviceconfig.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/board/common/osdrv_ndkdeviceconfig.c"
In file included from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43:0,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stkmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/include/osdrv_ndkdeviceconfig.h:45,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/osdrv_ndkdeviceconfig.c:44:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:94:0: warning: "_SYS_SELECT_H" redefined
#define _SYS_SELECT_H 1 // TODO: still needed for struct timeval conflict

In file included from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\types.h:68:0,
from c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\time.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socketndk.h:48,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/socket.h:43,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stacksys.h:86,
from C:/ti/ndk_3_40_01_01/packages/ti/ndk/inc/stkmain.h:39,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/include/osdrv_ndkdeviceconfig.h:45,
from C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/osdrv_ndkdeviceconfig.c:44:
c:\ti\bios_6_73_00_12\packages\gnu\targets\arm\libs\install-native\arm-none-eabi\include\sys\select.h:13:0: note: this is the location of the previous definition
#define _SYS_SELECT_H

'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/board/common/osdrv_ndkdeviceconfig.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/ClockP_tirtos.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/osal/ClockP_tirtos.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/ClockP_tirtos.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/EventP_tirtos.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/osal/EventP_tirtos.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/EventP_tirtos.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/MailboxP_tirtos.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/osal/MailboxP_tirtos.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/MailboxP_tirtos.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/MiscP_tirtos.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"osal/MiscP_tirtos.d" -MT"osal/MiscP_tirtos.o" -o"osal/MiscP_tirtos.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/MiscP_tirtos.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/MiscP_tirtos.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/OSP_tirtos.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -ffunction-sections -fdata-sections -g -gdwarf-2 -gstrict-dwarf -Wall -mno-unaligned-access -MMD -MP -MF"osal/OSP_tirtos.d" -MT"osal/OSP_tirtos.o" -o"osal/OSP_tirtos.o" @"configPkg/compiler.opt" "C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/OSP_tirtos.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/OSP_tirtos.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/SwiP_tirtos.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/osal/SwiP_tirtos.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/SwiP_tirtos.c'
' '
'Building file: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/TaskP_tirtos.c'
'Invoking: GNU Compiler'
"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/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 -DiceAMIC11x -DINCLUDE_TLK_WORKAROUND -Dcore0 -DPTP_TESTING -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/projects/ethernetip_adapter_AMIC11x_arm" -I"C:/ti/pdk_am335x_1_0_12/packages" -I"C:/ti/pdk_am335x_1_0_12/packages/ti/starterware/include/am335x" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04" -I"C:/ti/ndk_3_40_01_01" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/ethernetip_adapter" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ethernetip_adapter/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/protocols/timeSync/include" -I"C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/third_party/protocols/ptp/ptpd/dep" -I"C:/ti/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -O2 -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.03.04/examples/osal/TaskP_tirtos.c"
'Finished building: C:/ti/PRU-ICSS-EthernetIP_Adapter_01.00.03.04/examples/osal/TaskP_tirtos.c'
' '
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Regards,

Vrund