Quantcast
Channel: Processors forum - Recent Threads
Viewing all 17527 articles
Browse latest View live

AM3894: [Vatech] can you explain why CS1 is not supported in AM389x

$
0
0

Part Number: AM3894

Hello,

 

This is Bobby Youn who are working in WPG Korea.

Our customer Vatech uses AM389x and has a question after reading document.

we can find strings below in document.

They have used CS1 in there board, because of DDR0/1 uses CS0/1.

So, they are worrying to using CS1 in there board. So they want to know possible problem if they use CS1 in AM389x. (E.g. problems between MPU operations…)

If possible, can you explain why CS1 is not supported?

 

Best Regards,

Bobby Youn,


TMS320C5517: CD-ROM Decoder and CD Servo cont.

$
0
0

Part Number: TMS320C5517

Hi, Team,

Can TMS320C5517 support CD-ROM Decoder and CD Servo cont.? If no do we have a device which can support this function?

Best Regards,
Satoshi Yone

Linux/AM5718: cpsw configuration issue

$
0
0

Part Number: AM5718

Tool/software: Linux

Hi,

we have developed a custom board with AM5718 using ti-processor-sdk-linux-am57xx-evm-05.02.00.10. we have an issue with Ethernet, almost every thing is over in bringing up the som except this Ethernet issue, Please try to help us to what things we need to change in the dts file below to resolve this issue.

In our board

1. One port realized with RMI and another port is relaized with PCIe using i210 and this is also RMI
2. ENET-REF-50MHz is connected between processor and PHY
3. We are using internal clock from the processor
4. The phy address is 9, which is depend on hardware.

davinci_mdio_pins: pinmux_davinci_mdio_pins {
            pinctrl-single,pins = <
                /* MDIO */
            DRA7XX_CORE_IOPAD(0x363c, PIN_OUTPUT_PULLUP | MUX_MODE0)                /* mdio_mclk */
            DRA7XX_CORE_IOPAD(0x3640, PIN_INPUT_PULLUP | MUX_MODE0)                  /* mdio_d */

            
        >;
        };

       davinci_mdio_pins_sleep: pinmux_davinci_mdio_pins_sleep {
        pinctrl-single,pins = <
                /* MDIO reset value */
            
            DRA7XX_CORE_IOPAD(0x363c, PIN_INPUT_PULLDOWN | MUX_MODE7)                /* mdio_mclk */
            DRA7XX_CORE_IOPAD(0x3640, PIN_INPUT_PULLDOWN | MUX_MODE7)                  /* mdio_d */

        >;
        };

    cpsw_pins_default: cpsw_pins_default {
         pinctrl-single,pins = <

            DRA7XX_CORE_IOPAD(0x3644, PIN_INPUT | MUX_MODE0)    /* rmii1_tclk---RMII_MHZ_50_CLK */
            DRA7XX_CORE_IOPAD(0x3654, PIN_INPUT | MUX_MODE2)    /* rmii1_rxd0 */
            DRA7XX_CORE_IOPAD(0x3650, PIN_INPUT | MUX_MODE2)    /* rmii1_rxd1 */
            DRA7XX_CORE_IOPAD(0x364c, PIN_INPUT | MUX_MODE2)    /* rmii1_rer */
            DRA7XX_CORE_IOPAD(0x3648, PIN_INPUT | MUX_MODE2)    /* rmii1_crs */
            DRA7XX_CORE_IOPAD(0x3670, PIN_OUTPUT | MUX_MODE2)    /* rmii1_txd0 */
            DRA7XX_CORE_IOPAD(0x366c, PIN_OUTPUT | MUX_MODE2)    /* rmii1_txd1 */
            DRA7XX_CORE_IOPAD(0x3668, PIN_OUTPUT | MUX_MODE2)    /* rmii1_txen*/

>;

};

   
    cpsw_pins_sleep: cpsw_pins_sleep {
         pinctrl-single,pins = <
        
        
            DRA7XX_CORE_IOPAD(0x3644, PIN_INPUT | MUX_MODE7)    /* rmii1_tclk---RMII_MHZ_50_CLK */
            DRA7XX_CORE_IOPAD(0x3654, PIN_INPUT | MUX_MODE7)    /* rmii1_rxd0 */
            DRA7XX_CORE_IOPAD(0x3650, PIN_INPUT | MUX_MODE7)    /* rmii1_rxd1 */
            DRA7XX_CORE_IOPAD(0x364c, PIN_INPUT | MUX_MODE7)    /* rmii1_rer */
            DRA7XX_CORE_IOPAD(0x3648, PIN_INPUT | MUX_MODE7)    /* rmii1_crs */
            DRA7XX_CORE_IOPAD(0x3670, PIN_INPUT | MUX_MODE7)    /* rmii1_txd0 */
            DRA7XX_CORE_IOPAD(0x366c, PIN_INPUT | MUX_MODE7)    /* rmii1_txd1 */
            DRA7XX_CORE_IOPAD(0x3668, PIN_INPUT | MUX_MODE7)    /* rmii1_txen*/


                    >;
};

&mac {
    status = "okay";
    pinctrl-names = "default";
    pinctrl-0 = <&cpsw_pins_default>;
    pinctrl-1 = <&cpsw_pins_sleep>;
    //dual_emac;
    slaves = <1>;
    };   

&cpsw_emac0 {
    
                phy_id = <&davinci_mdio>, <9>;
                phy-mode = "rmii";
};

&davinci_mdio {
    pinctrl-names = "default", "sleep";
    pinctrl-0 = <&davinci_mdio_pins>;
    pinctrl-1 = <&davinci_mdio_pins_sleep>;
    status = "okay";
 
    
};    

Thanks and Regards,

A.Mounika.

       

RTOS/PROCESSOR-SDK-TDAX: How to set Ethernet Port with External Ethernet Switch?

$
0
0

Part Number: PROCESSOR-SDK-TDAX

Tool/software: TI-RTOS

I am working on project using TDA2xx(X5777A7XGABC) in Custom board.

I am developing with vision sdk 03.06 & ndk_2_24_02_31 & nsp_gmacsw_4_16_00_00.

My system is as follows.

  * TDA2 RGMII-0 <--> Another System

  * TDA2 RGMII-1 <--> External Ethernet Switch(NXP SJA1105) <--> Port1/2/3/4/5

I rebuild nsp as dual emac mode. NSP is executed in a15(RTOS).

External Ethernet Switch don't have MDIO. It is seperately initialized by SPI. It is controlled correctly.

vision_sdk\links_fw\src\rtos\utils_common\ndk\ndk_nsp_hooks.c

GMACSW_Config *GMACSW_getConfig(void)

{

 ......

 pGMACSWConfig->macInitCfg[i].mdioModeFlags = MDIO_MODEFLG_NOPHY;

 ......

 pGMACSWConfig->macInitCfg[i].macConnectionType = MAC_CONNECTION_TYPE_RGMII_FORCE_100_FULL;

 ......

 pGMACSWConfig->macInitCfg[i].phyMask = (uint32_t)((uint32_t)0x1 << (uint32_t)(0));

 ......

}

I sure that TXC(25Mhz)/RXC(25Mhz) each is output. I confirmed MAC Address in console log.

I assigned static IP Address.

[HOST  ] MAC Port 0 Address:
[HOST  ]        6c-c3-74-1e-23-1e

[HOST  ] MAC Port 1 Address:
[HOST  ]        6c-c3-74-1e-23-1f

[IPU1-0]   3097.101171 s:  My IP address for interface 1 : 169.254.252.100
[IPU1-0]   3097.101262 s:  My IP address for interface 2 : 169.254.253.101

How do I modify RGMII-1? Please let me know if it's wrong or if there are additional edit points.

PROCESSOR-SDK-AMIC110: AMIC110: EIP demo project

$
0
0

Part Number: PROCESSOR-SDK-AMIC110

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 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

RTOS/AM5728: how can I make a dsp to dsp messageQ in "ex02_messageq"

$
0
0

Part Number: AM5728

Tool/software: TI-RTOS

first,i copy the bin in "ex02_messageQ" to the host linux,and it is worked.

then,i try to make a messageQ between dsp1 and dsp2,but i can not open messageQ in dsp1 with then name of dsp2,it allways return "MessageQ_E_NOTFOUND".

Linux/TDA2EVM5777: TIDL_OD on Linux, unstable issue

$
0
0

Part Number: TDA2EVM5777

Tool/software: Linux

Hi.

I'm working on porting TIDL_OD Usecase to Linux+BIOS using TDA2X EVM with Vision SDK 3.07.

I've finished porting, but ALG_TIDL or ALG_TIOP has unstable issue.

In most cases, the detection result is strange as shown in the figure. (The detection box is drawn in any position.)

Sometimes, Linux TIDL_OD working same as BIOS TIDL_OD (detection result and frame is good). 

The chain structure of the TIDL_OD UC is the same.

To use the TIDL on Linux, I modified chains_common_tidl.c file.

1. Change Cache_wb() to OSA_memCacheWb()
2. Used Virt_addr to access TIDL_CreateParams and TIOP_CreateParams.

However, Utils_cbufOcmcInit() in the BIOS did not find a replaceable function on Linux. So, The function was annotated.

So my question is:

Q1. Is there a function for Linux that has the same function as Utils_cbufOcmcInit() in the BIOS?  (Like, BIOS: Cache_wb(), Linux: OSA_memCacheWb())

       Is Utils_cbufOcmcInit() important in TIDL process?

 

Q2. Officially, TI does not support TIDL_OD on Linux, but can you tell us which points to debug in relation to this issue?

Regrds,

Lee.

Linux/TDA2SX: Need information about drastic changes on update of PROCESSOR_SDK_VISION

$
0
0

Part Number: TDA2SX

Tool/software: Linux

Hi All,

Currently I am working on PROCESSOR_SDK_VISION_03_04_00_00.


Now,TI released  PROCESSOR_SDK_VISION_03_07_00_00 version.

If I migrate from PROCESSOR_SDK_VISION_03_04_00_00 to PROCESSOR_SDK_VISION_03_07_00_00,is there any bug fixers and drastic changes presented on PROCESSOR_SDK_VISION_03_07_00_00 ?



Thanks & Regards,

Sankar.


Compiler/TDA2EVM5777: Does DSP support OpenCV and C ++?

$
0
0

Part Number: TDA2EVM5777

Tool/software: TI C/C++ Compiler

Hi,

I am trying to create a new link or algorithm using DSP in C ++ and OpenCV.

I looked up VSDK and it seems that only A15 supports C ++ and OpenCV.

Is it impossible to use C ++ and OpenCV on other cores than A15?

Regards, 

Lee.

Linux/TDA2SX: How to program or read/write in to EEPROM

$
0
0

Part Number: TDA2SX

Tool/software: Linux

Hi all,

Presently I'm working on TI EVM board with VISION_SDK_03.04 version.

1. Could you please share the Read/write procedure for  EEPROM on TI EVM?

2. In our custom board,we are going to change the EEPROM chip,Is there any driver needed for EEPROM in u-boot/kernel?

In TI EVM VISION_SDK_03.04,I didn't found any driver related to EEPROM.

3. If driver is not needed, what are the modifications I need to change regarding the EEPROM in u-boot/kernel?

Thanks & Regards,

sankar.

66AK2H06: MELPe Vocoder Required

$
0
0

Part Number: 66AK2H06

We require MELPe Vocoder -
1. consisting of source code , exe with configurable parameters for Keystone processor  variant - 66AK2H06 .
2. Date rate required should be configurable to any of the three options.
 3. The  MELPe Vocoder is required  for real time operation
4. Demonstration & porting at user site
5. In case of acceptance of order the firm has to deposit 10% of total order value as security deposit in form of Bank guarantee valid till warranty/ two months beyond the delivery period

DRA750: DRA75 QSPI read timing query

$
0
0

Part Number: DRA750

Hi,

We are using "DRA752BPGABCQ1" in our circuit and validating QSPI read timings. Can you please clarify read timing of the processor. 

As per TRM (referring to table, page#), the processor clock reads the slave device data on every falling edge of the clock. Please refer to below datasheet timing expert.

The slave device (serial memory) send the data on falling edge and if processor also reads data on falling edge, the setup/holdtime can not be met. We captured actual circuit waveform and shared below.

Can you please clarify whether the processor reads the data on falling edge or rising edge of the clock?

thank you

TMS320C6748: Program burning problem

$
0
0

Part Number: TMS320C6748

Dear all:

        I am using TMS320C6748 device.Now there are two problems:

1, MS320C6748 can't write programs without DDR?Is there any solution?
2, Can EMIFA SDRAM replace DDR to implement flash startup and serial flash writing?

RTOS/PROCESSOR-SDK-AM335X: ti rtos demo

$
0
0

Part Number: PROCESSOR-SDK-AM335X

Tool/software: TI-RTOS

Hello!

I download the ti-processor-sdk-rtos-am335x-evm-05.01.00.11-Linux-x86-Install pack and run ~/processor_sdk_rtos_am335x_5_01_00_11/Makefile. It's OK, I can run ~/pdk_am335x_1_0_12/packages/ti/starterware examples. Now I want to run ti-rtos examples (without any IDE if it is possible, I want to use only command line and make utility).

I know how to run any *_ti.bin file (I have SD-card with MLO file), but I dont understand how run the ti-rtos using SD card without IDE. I think may be ~/pdk_am335x_1_0_12/packages/ti/binary/pm_rtos_app/bin/evmAM335x/pm_rtos_app_a8host_release.xa8fg is what I want, but I dont sure and dont know how to use it. Is any non-IDE instruction?

Linux/TDA2SX: What are the settings to be done in chains_common.c for change in video resolution of 1024x768?

$
0
0

Part Number: TDA2SX

Tool/software: Linux

Hello,

We using 1024x768 display for our application. Can you please helps what are the values to be set for hsync, vsync and all other parameters for 1024x768 resolution at 25 fps & 30 fps in vision sdk framework?

Regards,

Ankit Channa


Linux/PROCESSOR-SDK-AM57X: Jailhouse cell creation failed

$
0
0

Part Number: PROCESSOR-SDK-AM57X

Tool/software: Linux

root@am57xx-evm:~# ls /boot
am57xx-evm-reva3.dtb         uImage                       uImage-4.19.38-g4dae378bbe   vmlinux-4.19.38-g4dae378bbe  zImage                       zImage-4.19.38-g4dae378bbe
root@am57xx-evm:~#

uboot:

=> setenv optargs vmalloc=512M

am57xx-evm login: root
root@am57xx-evm:~# modprobe jailhouse
root@am57xx-evm:~# jailhouse enable /usr/share/jailhouse/examples/am57xx-evm.cell

Initializing Jailhouse hypervisor v0.7 (644-g6044dcf) on CPU 1
Code location: 0xf0000040
Page pool usage after early setup: mem 32/4074, remap 0/131072
Initializing processors:
 CPU 1... OK
 CPU 0... OK
Initializing unit: irqchip
Initializing unit: AM57XX
Initializing unit: PCI
Page pool usage after late setup: mem 48/4074, remap 6/131072
Activating hypervisor
[   34.896753] The Jailhouse is opening.


root@am57xx-evm:~# jailhouse cell create /usr/share/jailhouse/examples/am57xx-evm-ti-app.cell
[   67.707657] IRQ172: set affinity failed(-22).
Created cell "AM57XX-EVM-timer8-demo"
Page pool usage after cell creation: mem 62/4074, remap 6/131072
[   68.972452] Created Jailhouse cell "AM57XX-EVM-timer8-demo"
root@am57xx-evm:~# jailhouse cell create /usr/share/jailhouse/examples/am57xx-evm-ti-app.cell ^C
root@am57xx-evm:~# [  129.504526] NET: Registered protocol family 15
[  129.632175] Initializing XFRM netlink socket

root@am57xx-evm:~# jailhouse cell load 1 /usr/share/jailhouse/examples/ti-app.bin
Cell "AM57XX-EVM-timer8-demo" can be loaded
root@am57xx-evm:~#

RTOS/TDA2PXEVM: Cannot Select TIDL Usecases..

$
0
0

Part Number: TDA2PXEVM

Tool/software: TI-RTOS

Previously I ran successfully TIDL usecases on the TDA2xx. However, this time, I am trying to run the same usecase in the TDA2px. I have altered my semseg usecase for 2 EVE's as per the requirement of TDA2px and also configured in the configuration file available at the following directory "vision_sdk/apps/configs/tda2px_evm_bios_all.cfg.mk". Is there any important step I am missing to run my usecase?

2. When I run main interface and select 'f', it does not show the other three usecases: Here is my log:

Vision SDK Usecases,
[IPU1-0]  --------------------
[IPU1-0]  1: Single Camera Usecases
[IPU1-0]  2: Multi-Camera LVDS Usecases
[IPU1-0]  3: AVB RX Usecases, (TDA2x & TDA2Ex ONLY)
[IPU1-0]  4: Dual Display Usecases, (TDA2x EVM ONLY)
[IPU1-0]  5: ISS Usecases, (TDA3x ONLY)
[IPU1-0]  6: TDA2x Stereo Usecases
[IPU1-0]  7: Network RX/TX Usecases
[IPU1-0]  9: RADAR Usecases
[IPU1-0]  a: Miscellaneous test's
[IPU1-0]  c: OPENVX Usecases
[IPU1-0]  f: TIDL Usecase
[IPU1-0]  g: Camera Radar Combo Usecases
[IPU1-0]  
[IPU1-0]  s: System Settings
[IPU1-0]  
[IPU1-0]  x: Exit
[IPU1-0]  
[IPU1-0]  Enter Choice:
[IPU1-0]  
[IPU1-1]     11.151711 s:  NETWORK_CTRL: Starting Server (port=5000) !!!
[IPU1-1]     11.151985 s:  NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
[IPU1-0]     17.837522 s:  
[IPU1-0]     17.837674 s:
[IPU1-0]  
[IPU1-0]  TIDL Usecases
[IPU1-0]  ---------------
[IPU1-0]  
[IPU1-0]  x: Exit
[IPU1-0]  
[IPU1-0]  Enter Choice:
[IPU1-0]  
[IPU1-0]     20.805801 s:  
[IPU1-0]     20.805862 s:  Unsupported option '1'. Please try again
[IPU1-0]     20.806045 s:
[IPU1-0]  
[IPU1-0]  TIDL Usecases

Kindly respond me asap. Thank you.

With best regards,

H.M.Owais

AM5748: Special boundary scan setup needed?

$
0
0

Part Number: AM5748

Hi there,

I'm trying to set up a boundary scan test for the AM5748. I do have boundary scan access, but I keep getting Stuck-At-Low errors while testting DDR, eMMC and SPI connections. Do I need to activate these ports to work as boundary scan IOs?

Best regards,

Alexander Labrada Diaz

RTOS/TDA3XEVM: THE PAL show is not right

$
0
0

Part Number: TDA3XEVM

Tool/software: TI-RTOS

Hi

I design a board based on TDA3x, The Analog video is used. But the PAL vedio is not right which had half dotted line as follow. The N vedio is ok

We used the default configure as TDA3xEVM

What happened

Linux/AM5708: AM5708 RAM(16bit)512M why dsplib_fft start faild?

$
0
0

Part Number: AM5708

Tool/software: Linux

SDK:ti-processor-sdk-linux-rt-am57xx-evm-04.00.00.04

RAM:512M 16bit

why dsplib_fft start faild?help me。

dsplib_fft start info:

root@AM57xx-Tronlong:~# 
root@AM57xx-Tronlong:~# /home/dsplib_fft  

LAD_connect: PID = 697, fifoName = /tmp/LAD/697

LAD_putCommand: cmd = 0
LAD_putCommand: status = 0

LAD_connect: got response
    status == LAD_SUCCESS, assignedId=0

LAD_putCommand: cmd = 2
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response

LAD_putCommand: cmd = 25
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
MultiProc_getConfig: got LAD response for client 0, status=0

LAD_putCommand: cmd = 3
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
NameServer_setup: got LAD response for client 0, status=1

LAD_putCommand: cmd = 18
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
MessageQ_getConfig: got LAD response for client 0, status=0

LAD_putCommand: cmd = 19
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
MessageQ_setup: LAD response for client 0, status=1

LAD_putCommand: cmd = 16
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
NameServer_attach: LAD response, status=-1

LAD_putCommand: cmd = 16
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
NameServer_attach: LAD response, status=-1

LAD_putCommand: cmd = 16
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
NameServer_attach: LAD response, status=-1

LAD_putCommand: cmd = 16
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
NameServer_attach: LAD response, status=-1

LAD_putCommand: cmd = 32
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
GateMP_isSetup: got LAD response for client 0, status=0

LAD_putCommand: cmd = 33
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
GateHWSpinlock_getConfig: got LAD response for client 0, status=0

LAD_putCommand: cmd = 28
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
GateMP_start: got LAD response for client 0, status=0

LAD_putCommand: cmd = 29
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
GateMP_getNumResources: got LAD response for client 0, status=0

LAD_putCommand: cmd = 9
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
NameServer_get: got LAD response for client 0
GateMP_start: could not open default gate,                 status=-5
GateMP_stop: entered

LAD_putCommand: cmd = 21
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
MessageQ_create: got LAD response for client 0, status=0
MessageQ_create: creating endpoints for 'OCL:MsgQ:697' queueIndex 0

LAD_putCommand: cmd = 22
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
MessageQ_create: got LAD response for client 0, status=0

LAD_putCommand: cmd = 11
LAD_putCommand: status = 0
LAD_getResponse: client = 0
LAD_getResponse: got response
NameServer_getUInt32: got LAD response for client 0
TIOCL FATAL: Internal Error: Number of message queues (0) does not match number of compute units (1)
root@AM57xx-Tronlong:~# 

Viewing all 17527 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>