This thread has been locked.

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

AM2432: "HwiP_armv7r_handlers_freertos.c" seems not be compiled and more details about "read DFAR CPU registers in the exception" needed

Part Number: AM2432
Other Parts Discussed in Thread: AM2434

Tool/software:

Hi experts,

The program will come into "HwiP_data_abort_handler_c" because of uncertain reasons.

I have added the function "Read_DFAR" in the "HwiP_data_abort_handler_c" but it did not work.

In the expression watch in debug,I also did not find the new-added variable "unsigned int Rt".

So,I want know whether the changed "HwiP_armv7r_handlers_freertos.c" be complied.If not,what is the reason and how can I realize it?

By thw way,it seems unaccessiable that adding codes in the "HwiP_data_abort_handler_c" directly.Here is a related link.Can you provide more details about it?

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1394905/am2432-data-abort-handler-example/5337234#5337234

  • About the content of link ,does it mean just like above?

  • Hello,

    So, based on the above code,

    I understand that you are reading DFAR register values but have never used it anywhere and you are trying to reset the device from the exception .

    Actually, what is the use case here ?

    After getting  an exception, do you want to do a SOC Reset, then why can't you go with the WDT instead of doing making reset from exception handlers.

    I think you did not complete the libraries.

    You should follow the method below to use DFAR API is calling in the exception handlers .

    1. Take a snippet of the code and put it in freertos_asm.s file like below.

    /*==============================================================================
    *   Get Data Fault Address Register (DFAR) value
    ==============================================================================*/
        .text
    
        .global SDL_UTILS_getDFAR
    SDL_UTILS_getDFAR:
        MRC p15, #0, r0, c6, c0, #0
        BX      lr

    2.  Instead of resetting the device from SCI,clients use the API to reset the device.

    SOC_generateSwWarmResetMcuDomain - > It does entire SOC Reset.

    3. Compile the libraries with the command below.

    debug build : 

    gmake -s -f .\makefile.am64x.r5f.ti-arm-clang PROFILE=DEBUG

    release build : 

    gmake -s -f .\makefile.am64x.r5f.ti-arm-clang PROFILE=RELEASE

    4. Compile the Application 

    Regards,

    Anil.

  • Hi Anil,

    Thank you for your response.

    At first,I really wanted to do a SOC Reset in the "HwiP_data_abort_handler_c" and used the "Sciclient_pmDeviceReset" because it behaviord that the WDT doesn't work while the program is stucking in "HwiP_data_abort_handler_c".

    But the result is that "Sciclient_pmDeviceReset"does not work  in this time . After that I take no notice of the operation.

    I 'll follow the advise of using SOC_generateSwWarmResetMcuDomain later.

    Now,the other object is that finding why the program come there. SO,I add the codes about reading DFAR register values.Unfortunately,the operation is false.

    Below is something about WDT currently.

     

    I have tried the command "gmake -s -f .\makefile.am64x.r5f.ti-arm-clang PROFILE=RELEASE" just now.but it did't work.Could you tell me the reason?

    Regards

    sigong

  • I have tried the command "gmake -s -f .\makefile.am64x.r5f.ti-arm-clang PROFILE=RELEASE" just now.but it did't work.Could you tell me the reason?

    Actually, you are not using the CCS12.7.0 version.

    For executing make commands , Cygwin should be needed.

    Typically, this should come under the CCS version. So, users don't need to download separately.

    You do one thing, download the CCS 12.7.0 version and do the library compilation.

    At first,I really wanted to do a SOC Reset in the "HwiP_data_abort_handler_c" and used the "Sciclient_pmDeviceReset" because it behaviord that the WDT doesn't work while the program is stucking in "HwiP_data_abort_handler_c".

    But the result is that "Sciclient_pmDeviceReset"does not work  in this time . After that I take no notice of the operation.

    The way you are going to Reset the SOC after the watchdog expires seems not correct method .

    Actually on AM64X/243X devices there is no support for  self Reset the SOC after the watchdog expires .

    In current your test case , already SOC in exception , once core is in exception state WDT interrupt  is also a generic interrupt and core  never hits the WDT interrupt  .So, you are not able to make SOC Reset from WDT interrupt  .

    I have created an FAQ how to Reset the SOC with the help of ESM module.

    Please go through it .

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1283237/faq-am64x-am62x-how-to-reset-the-soc-when-wdt-timer-expires-in-am64x-and-am62x#:~:text=Set%20the%2017th%20bit%20of,SoC%20by%20the%20ESM%20module.

    Regards,

    Anil.

  • Thank you for the reminder.

    The CMD window has a warning and whether it can be ignored?

  • Hello,

    Please define the function name as below.

    Please check first functionality, in the exception you are not able to read the exception address or not.

    Since, I have never tried this method on my side.

    Regards,

    Anil.

  • Hi,

    As is shown in the above:

    defined the function name (2) in the "HwiP_armv7r_handlers_freertos.c" file.And the warning in the CMD window is missing.

    However,when I rebulit the project,it showed some errors happened.Maybe any more configs need to be done? 

    Note:in the left picture,the point marked "3" means whether or not having ".end",the bulid results are same.

    Here is the console output:

    **** Clean-only build of configuration Release for project AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang ****
    
    "C:\\ti\\ccs1240\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O 
     
    DEL /F  "syscfg\ti_dpl_config.h" "syscfg\ti_drivers_config.h" "syscfg\ti_drivers_open_close.h" "syscfg\ti_board_config.h" "syscfg\ti_board_open_close.h" "syscfg\ti_enet_config.h" "syscfg\ti_enet_open_close.h" "syscfg\ti_enet_lwipif.h" "syscfg\ti_pru_io_config.inc" "syscfg\linker_defines.h"  "syscfg\ti_dpl_config.c" "syscfg\ti_drivers_config.c" "syscfg\ti_drivers_open_close.c" "syscfg\ti_pinmux_config.c" "syscfg\ti_power_clock_config.c" "syscfg\ti_board_config.c" "syscfg\ti_board_open_close.c" "syscfg\ti_enet_config.c" "syscfg\ti_enet_open_close.c" "syscfg\ti_enet_soc.c" "syscfg\ti_enet_lwipif.c" "syscfg\linker.cmd"  "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out" 
    DEL /F "CMN_CPU_main.o" "CMN_app.o" "CMN_board.o" "CMN_mem.o" "CMN_os.o" "CUST_drivers.o" "CUST_eeprom.o" "CUST_ethPhy.o" "CUST_flash.o" "CUST_led.o" "CUST_pruIcss.o" "app.o" "appCfg.o" "appLed.o" "appNV.o" "appRst.o" "appTask.o" "appUart.o" "appWebServer.o" "app_device_profile.o" "app_generic_device.o" "app_generic_device_cfg.o" "syscfg\ti_dpl_config.o" "syscfg\ti_drivers_config.o" "syscfg\ti_drivers_open_close.o" "syscfg\ti_pinmux_config.o" "syscfg\ti_power_clock_config.o" "syscfg\ti_board_config.o" "syscfg\ti_board_open_close.o" "syscfg\ti_enet_config.o" "syscfg\ti_enet_open_close.o" "syscfg\ti_enet_soc.o" "syscfg\ti_enet_lwipif.o" "watchdog_interrupt_mode.o" "customPhy\src\CUST_PHY_base.o" "customPhy\src\CUST_PHY_dp83826e.o" "uart_protocol\protocol.o" "user_debug\user_debug.o" "user_led\led.o" "user_led\led_app.o" "user_peripheral\user_peripheral.o" "user_uart\uart_callback.o" "user_uart\uart_echo_low_latency_interrupt.o" 
    DEL /F "CMN_CPU_main.d" "CMN_app.d" "CMN_board.d" "CMN_mem.d" "CMN_os.d" "CUST_drivers.d" "CUST_eeprom.d" "CUST_ethPhy.d" "CUST_flash.d" "CUST_led.d" "CUST_pruIcss.d" "app.d" "appCfg.d" "appLed.d" "appNV.d" "appRst.d" "appTask.d" "appUart.d" "appWebServer.d" "app_device_profile.d" "app_generic_device.d" "app_generic_device_cfg.d" "syscfg\ti_dpl_config.d" "syscfg\ti_drivers_config.d" "syscfg\ti_drivers_open_close.d" "syscfg\ti_pinmux_config.d" "syscfg\ti_power_clock_config.d" "syscfg\ti_board_config.d" "syscfg\ti_board_open_close.d" "syscfg\ti_enet_config.d" "syscfg\ti_enet_open_close.d" "syscfg\ti_enet_soc.d" "syscfg\ti_enet_lwipif.d" "watchdog_interrupt_mode.d" "customPhy\src\CUST_PHY_base.d" "customPhy\src\CUST_PHY_dp83826e.d" "uart_protocol\protocol.d" "user_debug\user_debug.d" "user_led\led.d" "user_led\led_app.d" "user_peripheral\user_peripheral.d" "user_uart\uart_callback.d" "user_uart\uart_echo_low_latency_interrupt.d" 
    RMDIR /S/Q  "syscfg\" 
    找不到 C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out
    Finished clean
     
    
    **** Build Finished ****
    
    **** Build of configuration Release for project AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang ****
    
    "C:\\ti\\ccs1240\\ccs\\utils\\bin\\gmake" -k -j 12 all -O 
     
    Building file: "../example.syscfg"
    Invoking: SysConfig
    "C:/ti/sysconfig_1.20.0/sysconfig_cli.bat" -s "C:/ti/ind_comms_sdk_am243x_09_02_00_08/.metadata/product.json" --script "C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/example.syscfg" --context "r5fss0-0" -o "syscfg" --part ALX --package ALX --compiler ticlang
    Running script...
    Validating...
    info: CONFIG_UART1(/drivers/uart/uart) baudRate: Actual Baudrate Possible: 4000000 (0 % error)
    info: /kernel/dpl/debug_log uartLog.baudRate: Actual Baudrate Possible: 115385 (0 % error)
    info: CONFIG_MPU_REGION0(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION1(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION2(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION3(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION4(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    Generating Code (example.syscfg)...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_dpl_config.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_dpl_config.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_config.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_config.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_open_close.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_open_close.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_pinmux_config.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_power_clock_config.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_config.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_config.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_open_close.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_open_close.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_config.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_config.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_open_close.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_open_close.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_soc.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_lwipif.c...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_lwipif.h...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_pru_io_config.inc...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\linker.cmd...
    Writing C:\Users\v4716\workspace_v12\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\linker_defines.h...
    Finished building: "../example.syscfg"
     
    Building file: "../CMN_CPU_main.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_CPU_main.d_raw" -MT"CMN_CPU_main.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_CPU_main.o" "../CMN_CPU_main.c"
    Finished building: "../CMN_CPU_main.c"
     
    Building file: "../CMN_app.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_app.d_raw" -MT"CMN_app.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_app.o" "../CMN_app.c"
    Finished building: "../CMN_app.c"
     
    Building file: "../CMN_board.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_board.d_raw" -MT"CMN_board.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_board.o" "../CMN_board.c"
    Finished building: "../CMN_board.c"
     
    Building file: "../CMN_mem.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_mem.d_raw" -MT"CMN_mem.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_mem.o" "../CMN_mem.c"
    Finished building: "../CMN_mem.c"
     
    Building file: "../CMN_os.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_os.d_raw" -MT"CMN_os.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_os.o" "../CMN_os.c"
    Finished building: "../CMN_os.c"
     
    Building file: "../CUST_drivers.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_drivers.d_raw" -MT"CUST_drivers.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_drivers.o" "../CUST_drivers.c"
    Finished building: "../CUST_drivers.c"
     
    Building file: "../CUST_eeprom.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_eeprom.d_raw" -MT"CUST_eeprom.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_eeprom.o" "../CUST_eeprom.c"
    Finished building: "../CUST_eeprom.c"
     
    Building file: "../CUST_ethPhy.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_ethPhy.d_raw" -MT"CUST_ethPhy.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_ethPhy.o" "../CUST_ethPhy.c"
    Finished building: "../CUST_ethPhy.c"
     
    Building file: "../CUST_flash.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_flash.d_raw" -MT"CUST_flash.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_flash.o" "../CUST_flash.c"
    Finished building: "../CUST_flash.c"
     
    Building file: "../CUST_led.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_led.d_raw" -MT"CUST_led.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_led.o" "../CUST_led.c"
    Finished building: "../CUST_led.c"
     
    Building file: "../CUST_pruIcss.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_pruIcss.d_raw" -MT"CUST_pruIcss.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_pruIcss.o" "../CUST_pruIcss.c"
    Finished building: "../CUST_pruIcss.c"
     
    Building file: "../app.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app.d_raw" -MT"app.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app.o" "../app.c"
    Finished building: "../app.c"
     
    Building file: "../appCfg.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appCfg.d_raw" -MT"appCfg.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appCfg.o" "../appCfg.c"
    Finished building: "../appCfg.c"
     
    Building file: "../appLed.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appLed.d_raw" -MT"appLed.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appLed.o" "../appLed.c"
    Finished building: "../appLed.c"
     
    Building file: "../appNV.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appNV.d_raw" -MT"appNV.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appNV.o" "../appNV.c"
    Finished building: "../appNV.c"
     
    Building file: "../appRst.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appRst.d_raw" -MT"appRst.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appRst.o" "../appRst.c"
    Finished building: "../appRst.c"
     
    Building file: "../appTask.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appTask.d_raw" -MT"appTask.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appTask.o" "../appTask.c"
    Finished building: "../appTask.c"
     
    Building file: "../appUart.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appUart.d_raw" -MT"appUart.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appUart.o" "../appUart.c"
    Finished building: "../appUart.c"
     
    Building file: "../appWebServer.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appWebServer.d_raw" -MT"appWebServer.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appWebServer.o" "../appWebServer.c"
    Finished building: "../appWebServer.c"
     
    Building file: "../app_device_profile.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app_device_profile.d_raw" -MT"app_device_profile.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app_device_profile.o" "../app_device_profile.c"
    Finished building: "../app_device_profile.c"
     
    Building file: "../app_generic_device_cfg.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app_generic_device_cfg.d_raw" -MT"app_generic_device_cfg.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app_generic_device_cfg.o" "../app_generic_device_cfg.c"
    Finished building: "../app_generic_device_cfg.c"
     
    Building file: "../app_generic_device.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app_generic_device.d_raw" -MT"app_generic_device.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app_generic_device.o" "../app_generic_device.c"
    Finished building: "../app_generic_device.c"
     
    Building file: "syscfg/ti_dpl_config.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_dpl_config.d_raw" -MT"syscfg/ti_dpl_config.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_dpl_config.o" "syscfg/ti_dpl_config.c"
    Finished building: "syscfg/ti_dpl_config.c"
     
    Building file: "syscfg/ti_drivers_config.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c"
    Finished building: "syscfg/ti_drivers_config.c"
     
    Building file: "syscfg/ti_drivers_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_drivers_open_close.d_raw" -MT"syscfg/ti_drivers_open_close.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_drivers_open_close.o" "syscfg/ti_drivers_open_close.c"
    Finished building: "syscfg/ti_drivers_open_close.c"
     
    Building file: "syscfg/ti_pinmux_config.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_pinmux_config.d_raw" -MT"syscfg/ti_pinmux_config.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_pinmux_config.o" "syscfg/ti_pinmux_config.c"
    Finished building: "syscfg/ti_pinmux_config.c"
     
    Building file: "syscfg/ti_power_clock_config.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_power_clock_config.d_raw" -MT"syscfg/ti_power_clock_config.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_power_clock_config.o" "syscfg/ti_power_clock_config.c"
    Finished building: "syscfg/ti_power_clock_config.c"
     
    Building file: "syscfg/ti_board_config.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_board_config.d_raw" -MT"syscfg/ti_board_config.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_board_config.o" "syscfg/ti_board_config.c"
    Finished building: "syscfg/ti_board_config.c"
     
    Building file: "syscfg/ti_enet_config.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_config.d_raw" -MT"syscfg/ti_enet_config.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_config.o" "syscfg/ti_enet_config.c"
    Finished building: "syscfg/ti_enet_config.c"
     
    Building file: "syscfg/ti_board_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_board_open_close.d_raw" -MT"syscfg/ti_board_open_close.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_board_open_close.o" "syscfg/ti_board_open_close.c"
    Finished building: "syscfg/ti_board_open_close.c"
     
    Building file: "syscfg/ti_enet_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_open_close.d_raw" -MT"syscfg/ti_enet_open_close.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_open_close.o" "syscfg/ti_enet_open_close.c"
    Finished building: "syscfg/ti_enet_open_close.c"
     
    Building file: "syscfg/ti_enet_soc.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_soc.d_raw" -MT"syscfg/ti_enet_soc.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_soc.o" "syscfg/ti_enet_soc.c"
    Finished building: "syscfg/ti_enet_soc.c"
     
    Building file: "syscfg/ti_enet_lwipif.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_lwipif.d_raw" -MT"syscfg/ti_enet_lwipif.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_lwipif.o" "syscfg/ti_enet_lwipif.c"
    Finished building: "syscfg/ti_enet_lwipif.c"
     
    Building file: "../watchdog_interrupt_mode.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"watchdog_interrupt_mode.d_raw" -MT"watchdog_interrupt_mode.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"watchdog_interrupt_mode.o" "../watchdog_interrupt_mode.c"
    Finished building: "../watchdog_interrupt_mode.c"
     
    Building file: "../customPhy/src/CUST_PHY_base.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"customPhy/src/CUST_PHY_base.d_raw" -MT"customPhy/src/CUST_PHY_base.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"customPhy/src/CUST_PHY_base.o" "../customPhy/src/CUST_PHY_base.c"
    Finished building: "../customPhy/src/CUST_PHY_base.c"
     
    Building file: "../customPhy/src/CUST_PHY_dp83826e.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"customPhy/src/CUST_PHY_dp83826e.d_raw" -MT"customPhy/src/CUST_PHY_dp83826e.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"customPhy/src/CUST_PHY_dp83826e.o" "../customPhy/src/CUST_PHY_dp83826e.c"
    Finished building: "../customPhy/src/CUST_PHY_dp83826e.c"
     
    Building file: "../user_debug/user_debug.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_debug/user_debug.d_raw" -MT"user_debug/user_debug.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_debug/user_debug.o" "../user_debug/user_debug.c"
    Finished building: "../user_debug/user_debug.c"
     
    Building file: "../uart_protocol/protocol.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"uart_protocol/protocol.d_raw" -MT"uart_protocol/protocol.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"uart_protocol/protocol.o" "../uart_protocol/protocol.c"
    Finished building: "../uart_protocol/protocol.c"
     
    Building file: "../user_led/led.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_led/led.d_raw" -MT"user_led/led.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_led/led.o" "../user_led/led.c"
    Finished building: "../user_led/led.c"
     
    Building file: "../user_led/led_app.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_led/led_app.d_raw" -MT"user_led/led_app.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_led/led_app.o" "../user_led/led_app.c"
    Finished building: "../user_led/led_app.c"
     
    Building file: "../user_peripheral/user_peripheral.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_peripheral/user_peripheral.d_raw" -MT"user_peripheral/user_peripheral.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_peripheral/user_peripheral.o" "../user_peripheral/user_peripheral.c"
    Finished building: "../user_peripheral/user_peripheral.c"
     
    Building file: "../user_uart/uart_callback.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_uart/uart_callback.d_raw" -MT"user_uart/uart_callback.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_uart/uart_callback.o" "../user_uart/uart_callback.c"
    Finished building: "../user_uart/uart_callback.c"
     
    Building file: "../user_uart/uart_echo_low_latency_interrupt.c"
    Invoking: Arm Compiler
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_uart/uart_echo_low_latency_interrupt.d_raw" -MT"user_uart/uart_echo_low_latency_interrupt.o" -I"C:/Users/v4716/workspace_v12/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_uart/uart_echo_low_latency_interrupt.o" "../user_uart/uart_echo_low_latency_interrupt.c"
    Finished building: "../user_uart/uart_echo_low_latency_interrupt.c"
     
    Building target: "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out"
    Invoking: Arm Linker
    "C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/bin/tiarmclang.exe" -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -Wl,-m"ethernetip_adapter_generic_device_mii_demo.Release.map" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/drivers/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/board/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/networking/icss_emac/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/networking/icss_timesync/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/icss_fwhal/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lib" -Wl,-i"C:/ti/ti_cgt_tiarmclang_3.2.2.LTS/lib" -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang_linkInfo.xml" -Wl,--ram_model -Wl,--use_memcpy=fast -Wl,--use_memset=fast -o "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out" "./CMN_CPU_main.o" "./CMN_app.o" "./CMN_board.o" "./CMN_mem.o" "./CMN_os.o" "./CUST_drivers.o" "./CUST_eeprom.o" "./CUST_ethPhy.o" "./CUST_flash.o" "./CUST_led.o" "./CUST_pruIcss.o" "./app.o" "./appCfg.o" "./appLed.o" "./appNV.o" "./appRst.o" "./appTask.o" "./appUart.o" "./appWebServer.o" "./app_device_profile.o" "./app_generic_device.o" "./app_generic_device_cfg.o" "./syscfg/ti_dpl_config.o" "./syscfg/ti_drivers_config.o" "./syscfg/ti_drivers_open_close.o" "./syscfg/ti_pinmux_config.o" "./syscfg/ti_power_clock_config.o" "./syscfg/ti_board_config.o" "./syscfg/ti_board_open_close.o" "./syscfg/ti_enet_config.o" "./syscfg/ti_enet_open_close.o" "./syscfg/ti_enet_soc.o" "./syscfg/ti_enet_lwipif.o" "./watchdog_interrupt_mode.o" "./customPhy/src/CUST_PHY_base.o" "./customPhy/src/CUST_PHY_dp83826e.o" "./uart_protocol/protocol.o" "./user_debug/user_debug.o" "./user_led/led.o" "./user_led/led_app.o" "./user_peripheral/user_peripheral.o" "./user_uart/uart_callback.o" "./user_uart/uart_echo_low_latency_interrupt.o" -Wl,-l"syscfg/linker.cmd"  -Wl,-lfreertos.am243x.r5f.ti-arm-clang.release.lib -Wl,-ldrivers.am243x.r5f.ti-arm-clang.release.lib -Wl,-lboard.am243x.r5f.ti-arm-clang.release.lib -Wl,-licss_emac.am243x.r5f.ti-arm-clang.release.lib -Wl,-licss_timesync.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetip_adapter_mii_icss_fwhal.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetip_adapter_lwip_contrib.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetip_adapter_lwip_freertos.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetipadapter_mii.am243x-lp.r5f.ti-arm-clang.release.lib -Wl,-llibc.a -Wl,-llibsysbm.a 
    makefile:198: recipe for target 'AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out' failed
    tiarmclang: warning: argument unused during compilation: '-mllvm -align-all-functions=2' [-Wunused-command-line-argument]
     
     undefined         first referenced                                                                                                                                              
      symbol               in file                                                                                                                                                   
     ---------         ----------------                                                                                                                                              
     SDL_UTILS_getDFAR C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/lib/freertos.am243x.r5f.ti-arm-clang.release.lib<HwiP_armv7r_handlers_freertos.obj>
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out" not built
    tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
    gmake[1]: *** [AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out] Error 1
    gmake: *** [all] Error 2
    makefile:194: recipe for target 'all' failed
    
    **** Build Finished ****
    
     

    **** Clean-only build of configuration Release for project AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang ****
    
    "C:\\ti\\ccs1270\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O 
     
    DEL /F  "syscfg\ti_dpl_config.h" "syscfg\ti_drivers_config.h" "syscfg\ti_drivers_open_close.h" "syscfg\ti_board_config.h" "syscfg\ti_board_open_close.h" "syscfg\ti_enet_config.h" "syscfg\ti_enet_open_close.h" "syscfg\ti_enet_lwipif.h" "syscfg\ti_pru_io_config.inc" "syscfg\linker_defines.h"  "syscfg\ti_dpl_config.c" "syscfg\ti_drivers_config.c" "syscfg\ti_drivers_open_close.c" "syscfg\ti_pinmux_config.c" "syscfg\ti_power_clock_config.c" "syscfg\ti_board_config.c" "syscfg\ti_board_open_close.c" "syscfg\ti_enet_config.c" "syscfg\ti_enet_open_close.c" "syscfg\ti_enet_soc.c" "syscfg\ti_enet_lwipif.c" "syscfg\linker.cmd"  "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out" 
    DEL /F "CMN_CPU_main.o" "CMN_app.o" "CMN_board.o" "CMN_mem.o" "CMN_os.o" "CUST_drivers.o" "CUST_eeprom.o" "CUST_ethPhy.o" "CUST_flash.o" "CUST_led.o" "CUST_pruIcss.o" "app.o" "appCfg.o" "appLed.o" "appNV.o" "appRst.o" "appTask.o" "appUart.o" "appWebServer.o" "app_device_profile.o" "app_generic_device.o" "app_generic_device_cfg.o" "syscfg\ti_dpl_config.o" "syscfg\ti_drivers_config.o" "syscfg\ti_drivers_open_close.o" "syscfg\ti_pinmux_config.o" "syscfg\ti_power_clock_config.o" "syscfg\ti_board_config.o" "syscfg\ti_board_open_close.o" "syscfg\ti_enet_config.o" "syscfg\ti_enet_open_close.o" "syscfg\ti_enet_soc.o" "syscfg\ti_enet_lwipif.o" "watchdog_interrupt_mode.o" "customPhy\src\CUST_PHY_base.o" "customPhy\src\CUST_PHY_dp83826e.o" "uart_protocol\protocol.o" "user_debug\user_debug.o" "user_led\led.o" "user_led\led_app.o" "user_peripheral\user_peripheral.o" "user_uart\uart_callback.o" "user_uart\uart_echo_low_latency_interrupt.o" 
    DEL /F "CMN_CPU_main.d" "CMN_app.d" "CMN_board.d" "CMN_mem.d" "CMN_os.d" "CUST_drivers.d" "CUST_eeprom.d" "CUST_ethPhy.d" "CUST_flash.d" "CUST_led.d" "CUST_pruIcss.d" "app.d" "appCfg.d" "appLed.d" "appNV.d" "appRst.d" "appTask.d" "appUart.d" "appWebServer.d" "app_device_profile.d" "app_generic_device.d" "app_generic_device_cfg.d" "syscfg\ti_dpl_config.d" "syscfg\ti_drivers_config.d" "syscfg\ti_drivers_open_close.d" "syscfg\ti_pinmux_config.d" "syscfg\ti_power_clock_config.d" "syscfg\ti_board_config.d" "syscfg\ti_board_open_close.d" "syscfg\ti_enet_config.d" "syscfg\ti_enet_open_close.d" "syscfg\ti_enet_soc.d" "syscfg\ti_enet_lwipif.d" "watchdog_interrupt_mode.d" "customPhy\src\CUST_PHY_base.d" "customPhy\src\CUST_PHY_dp83826e.d" "uart_protocol\protocol.d" "user_debug\user_debug.d" "user_led\led.d" "user_led\led_app.d" "user_peripheral\user_peripheral.d" "user_uart\uart_callback.d" "user_uart\uart_echo_low_latency_interrupt.d" 
    RMDIR /S/Q  "syscfg" 
    系统找不到指定的文件。
    系统找不到指定的文件。
    系统找不到指定的文件。
    系统找不到指定的文件。
    Finished clean
     
    
    **** Build Finished ****
    
    **** Build of configuration Release for project AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang ****
    
    "C:\\ti\\ccs1270\\ccs\\utils\\bin\\gmake" -k -j 12 all -O 
     
    Building file: "../example.syscfg"
    Invoking: SysConfig
    "C:/ti/ccs1270/ccs/utils/sysconfig_1.20.0/sysconfig_cli.bat" --script "C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/example.syscfg" -o "syscfg" -s "C:/ti/ind_comms_sdk_am243x_09_02_00_08/.metadata/product.json" --context "r5fss0-0" --part ALX --package ALX --compiler ticlang
    Running script...
    Validating...
    info: CONFIG_UART1(/drivers/uart/uart) baudRate: Actual Baudrate Possible: 4000000 (0 % error)
    info: /kernel/dpl/debug_log uartLog.baudRate: Actual Baudrate Possible: 115385 (0 % error)
    info: CONFIG_MPU_REGION0(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION1(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION2(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION3(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    info: CONFIG_MPU_REGION4(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores. 
    Generating Code (example.syscfg)...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_dpl_config.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_dpl_config.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_config.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_config.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_open_close.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_drivers_open_close.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_pinmux_config.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_power_clock_config.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_config.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_config.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_open_close.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_board_open_close.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_config.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_config.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_open_close.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_open_close.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_soc.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_lwipif.c...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_enet_lwipif.h...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\ti_pru_io_config.inc...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\linker.cmd...
    Writing C:\Users\v4716\workspace_v1270\AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang\Release\syscfg\linker_defines.h...
    Finished building: "../example.syscfg"
     
    Building file: "../CMN_CPU_main.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_CPU_main.d_raw" -MT"CMN_CPU_main.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_CPU_main.o" "../CMN_CPU_main.c"
    Finished building: "../CMN_CPU_main.c"
     
    Building file: "../CMN_app.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_app.d_raw" -MT"CMN_app.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_app.o" "../CMN_app.c"
    Finished building: "../CMN_app.c"
     
    Building file: "../CMN_board.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_board.d_raw" -MT"CMN_board.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_board.o" "../CMN_board.c"
    Finished building: "../CMN_board.c"
     
    Building file: "../CMN_mem.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_mem.d_raw" -MT"CMN_mem.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_mem.o" "../CMN_mem.c"
    Finished building: "../CMN_mem.c"
     
    Building file: "../CMN_os.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CMN_os.d_raw" -MT"CMN_os.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CMN_os.o" "../CMN_os.c"
    Finished building: "../CMN_os.c"
     
    Building file: "../CUST_drivers.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_drivers.d_raw" -MT"CUST_drivers.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_drivers.o" "../CUST_drivers.c"
    Finished building: "../CUST_drivers.c"
     
    Building file: "../CUST_eeprom.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_eeprom.d_raw" -MT"CUST_eeprom.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_eeprom.o" "../CUST_eeprom.c"
    Finished building: "../CUST_eeprom.c"
     
    Building file: "../CUST_ethPhy.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_ethPhy.d_raw" -MT"CUST_ethPhy.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_ethPhy.o" "../CUST_ethPhy.c"
    Finished building: "../CUST_ethPhy.c"
     
    Building file: "../CUST_flash.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_flash.d_raw" -MT"CUST_flash.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_flash.o" "../CUST_flash.c"
    Finished building: "../CUST_flash.c"
     
    Building file: "../CUST_led.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_led.d_raw" -MT"CUST_led.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_led.o" "../CUST_led.c"
    Finished building: "../CUST_led.c"
     
    Building file: "../CUST_pruIcss.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"CUST_pruIcss.d_raw" -MT"CUST_pruIcss.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"CUST_pruIcss.o" "../CUST_pruIcss.c"
    Finished building: "../CUST_pruIcss.c"
     
    Building file: "../app.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app.d_raw" -MT"app.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app.o" "../app.c"
    Finished building: "../app.c"
     
    Building file: "../appCfg.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appCfg.d_raw" -MT"appCfg.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appCfg.o" "../appCfg.c"
    Finished building: "../appCfg.c"
     
    Building file: "../appLed.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appLed.d_raw" -MT"appLed.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appLed.o" "../appLed.c"
    Finished building: "../appLed.c"
     
    Building file: "../appNV.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appNV.d_raw" -MT"appNV.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appNV.o" "../appNV.c"
    Finished building: "../appNV.c"
     
    Building file: "../appRst.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appRst.d_raw" -MT"appRst.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appRst.o" "../appRst.c"
    Finished building: "../appRst.c"
     
    Building file: "../appTask.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appTask.d_raw" -MT"appTask.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appTask.o" "../appTask.c"
    Finished building: "../appTask.c"
     
    Building file: "../appUart.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appUart.d_raw" -MT"appUart.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appUart.o" "../appUart.c"
    Finished building: "../appUart.c"
     
    Building file: "../appWebServer.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"appWebServer.d_raw" -MT"appWebServer.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"appWebServer.o" "../appWebServer.c"
    Finished building: "../appWebServer.c"
     
    Building file: "../app_device_profile.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app_device_profile.d_raw" -MT"app_device_profile.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app_device_profile.o" "../app_device_profile.c"
    Finished building: "../app_device_profile.c"
     
    Building file: "../app_generic_device.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app_generic_device.d_raw" -MT"app_generic_device.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app_generic_device.o" "../app_generic_device.c"
    Finished building: "../app_generic_device.c"
     
    Building file: "../app_generic_device_cfg.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"app_generic_device_cfg.d_raw" -MT"app_generic_device_cfg.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"app_generic_device_cfg.o" "../app_generic_device_cfg.c"
    Finished building: "../app_generic_device_cfg.c"
     
    Building file: "syscfg/ti_dpl_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_dpl_config.d_raw" -MT"syscfg/ti_dpl_config.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_dpl_config.o" "syscfg/ti_dpl_config.c"
    Finished building: "syscfg/ti_dpl_config.c"
     
    Building file: "syscfg/ti_drivers_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c"
    Finished building: "syscfg/ti_drivers_config.c"
     
    Building file: "syscfg/ti_drivers_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_drivers_open_close.d_raw" -MT"syscfg/ti_drivers_open_close.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_drivers_open_close.o" "syscfg/ti_drivers_open_close.c"
    Finished building: "syscfg/ti_drivers_open_close.c"
     
    Building file: "syscfg/ti_pinmux_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_pinmux_config.d_raw" -MT"syscfg/ti_pinmux_config.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_pinmux_config.o" "syscfg/ti_pinmux_config.c"
    Finished building: "syscfg/ti_pinmux_config.c"
     
    Building file: "syscfg/ti_power_clock_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_power_clock_config.d_raw" -MT"syscfg/ti_power_clock_config.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_power_clock_config.o" "syscfg/ti_power_clock_config.c"
    Finished building: "syscfg/ti_power_clock_config.c"
     
    Building file: "syscfg/ti_board_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_board_config.d_raw" -MT"syscfg/ti_board_config.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_board_config.o" "syscfg/ti_board_config.c"
    Finished building: "syscfg/ti_board_config.c"
     
    Building file: "syscfg/ti_enet_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_config.d_raw" -MT"syscfg/ti_enet_config.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_config.o" "syscfg/ti_enet_config.c"
    Finished building: "syscfg/ti_enet_config.c"
     
    Building file: "syscfg/ti_board_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_board_open_close.d_raw" -MT"syscfg/ti_board_open_close.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_board_open_close.o" "syscfg/ti_board_open_close.c"
    Finished building: "syscfg/ti_board_open_close.c"
     
    Building file: "syscfg/ti_enet_open_close.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_open_close.d_raw" -MT"syscfg/ti_enet_open_close.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_open_close.o" "syscfg/ti_enet_open_close.c"
    Finished building: "syscfg/ti_enet_open_close.c"
     
    Building file: "syscfg/ti_enet_soc.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_soc.d_raw" -MT"syscfg/ti_enet_soc.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_soc.o" "syscfg/ti_enet_soc.c"
    Finished building: "syscfg/ti_enet_soc.c"
     
    Building file: "syscfg/ti_enet_lwipif.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"syscfg/ti_enet_lwipif.d_raw" -MT"syscfg/ti_enet_lwipif.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"syscfg/ti_enet_lwipif.o" "syscfg/ti_enet_lwipif.c"
    Finished building: "syscfg/ti_enet_lwipif.c"
     
    Building file: "../watchdog_interrupt_mode.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"watchdog_interrupt_mode.d_raw" -MT"watchdog_interrupt_mode.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"watchdog_interrupt_mode.o" "../watchdog_interrupt_mode.c"
    Finished building: "../watchdog_interrupt_mode.c"
     
    Building file: "../customPhy/src/CUST_PHY_base.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"customPhy/src/CUST_PHY_base.d_raw" -MT"customPhy/src/CUST_PHY_base.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"customPhy/src/CUST_PHY_base.o" "../customPhy/src/CUST_PHY_base.c"
    Finished building: "../customPhy/src/CUST_PHY_base.c"
     
    Building file: "../customPhy/src/CUST_PHY_dp83826e.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"customPhy/src/CUST_PHY_dp83826e.d_raw" -MT"customPhy/src/CUST_PHY_dp83826e.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"customPhy/src/CUST_PHY_dp83826e.o" "../customPhy/src/CUST_PHY_dp83826e.c"
    Finished building: "../customPhy/src/CUST_PHY_dp83826e.c"
     
    Building file: "../user_debug/user_debug.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_debug/user_debug.d_raw" -MT"user_debug/user_debug.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_debug/user_debug.o" "../user_debug/user_debug.c"
    Finished building: "../user_debug/user_debug.c"
     
    Building file: "../uart_protocol/protocol.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"uart_protocol/protocol.d_raw" -MT"uart_protocol/protocol.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"uart_protocol/protocol.o" "../uart_protocol/protocol.c"
    Finished building: "../uart_protocol/protocol.c"
     
    Building file: "../user_led/led.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_led/led.d_raw" -MT"user_led/led.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_led/led.o" "../user_led/led.c"
    Finished building: "../user_led/led.c"
     
    Building file: "../user_led/led_app.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_led/led_app.d_raw" -MT"user_led/led_app.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_led/led_app.o" "../user_led/led_app.c"
    Finished building: "../user_led/led_app.c"
     
    Building file: "../user_peripheral/user_peripheral.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_peripheral/user_peripheral.d_raw" -MT"user_peripheral/user_peripheral.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_peripheral/user_peripheral.o" "../user_peripheral/user_peripheral.c"
    Finished building: "../user_peripheral/user_peripheral.c"
     
    Building file: "../user_uart/uart_callback.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_uart/uart_callback.d_raw" -MT"user_uart/uart_callback.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_uart/uart_callback.o" "../user_uart/uart_callback.c"
    Finished building: "../user_uart/uart_callback.c"
     
    Building file: "../user_uart/uart_echo_low_latency_interrupt.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_peripheral" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/customPhy/inc" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_debug" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/uart_protocol" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_uart" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/user_led" -I"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/portable/TI_ARM_CLANG/ARM_CR5F" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/config/am243x/r5f" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/board/am243x-lp/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/ethernetip_adapter_demo/os/freertos" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/common/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/inc" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lwip-config" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/include" -I"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/networking/lwip/lwip-port/freertos/include" -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -MMD -MP -MF"user_uart/uart_echo_low_latency_interrupt.d_raw" -MT"user_uart/uart_echo_low_latency_interrupt.o" -I"C:/Users/v4716/workspace_v1270/AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang/Release/syscfg"   -o"user_uart/uart_echo_low_latency_interrupt.o" "../user_uart/uart_echo_low_latency_interrupt.c"
    Finished building: "../user_uart/uart_echo_low_latency_interrupt.c"
     
    Building target: "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out"
    Invoking: Arm Linker
    "C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -Os -DSOC_AM243X -DSOC_AM243X=1 -DOSAL_FREERTOS=1 -DEIP_TIME_SYNC=1 -DEIP_QUICK_CONNECT=0 -DCPU_LOAD_MONITOR=0 -DWDT_ENABLE=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wno-unused-but-set-variable -mllvm -align-all-functions=2 -Wl,-m"ethernetip_adapter_generic_device_mii_demo.Release.map" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/drivers/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/board/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/networking/icss_emac/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/networking/icss_timesync/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/icss_fwhal/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lib" -Wl,-i"C:/ti/ind_comms_sdk_am243x_09_02_00_08/source/industrial_comms/ethernetip_adapter/stack/lwip/lib" -Wl,-i"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/lib" -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang_linkInfo.xml" -Wl,--ram_model -Wl,--use_memcpy=fast -Wl,--use_memset=fast -o "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out" "./CMN_CPU_main.o" "./CMN_app.o" "./CMN_board.o" "./CMN_mem.o" "./CMN_os.o" "./CUST_drivers.o" "./CUST_eeprom.o" "./CUST_ethPhy.o" "./CUST_flash.o" "./CUST_led.o" "./CUST_pruIcss.o" "./app.o" "./appCfg.o" "./appLed.o" "./appNV.o" "./appRst.o" "./appTask.o" "./appUart.o" "./appWebServer.o" "./app_device_profile.o" "./app_generic_device.o" "./app_generic_device_cfg.o" "./syscfg/ti_dpl_config.o" "./syscfg/ti_drivers_config.o" "./syscfg/ti_drivers_open_close.o" "./syscfg/ti_pinmux_config.o" "./syscfg/ti_power_clock_config.o" "./syscfg/ti_board_config.o" "./syscfg/ti_board_open_close.o" "./syscfg/ti_enet_config.o" "./syscfg/ti_enet_open_close.o" "./syscfg/ti_enet_soc.o" "./syscfg/ti_enet_lwipif.o" "./watchdog_interrupt_mode.o" "./customPhy/src/CUST_PHY_base.o" "./customPhy/src/CUST_PHY_dp83826e.o" "./uart_protocol/protocol.o" "./user_debug/user_debug.o" "./user_led/led.o" "./user_led/led_app.o" "./user_peripheral/user_peripheral.o" "./user_uart/uart_callback.o" "./user_uart/uart_echo_low_latency_interrupt.o" -Wl,-l"syscfg/linker.cmd"  -Wl,-lfreertos.am243x.r5f.ti-arm-clang.release.lib -Wl,-ldrivers.am243x.r5f.ti-arm-clang.release.lib -Wl,-lboard.am243x.r5f.ti-arm-clang.release.lib -Wl,-licss_emac.am243x.r5f.ti-arm-clang.release.lib -Wl,-licss_timesync.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetip_adapter_mii_icss_fwhal.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetip_adapter_lwip_contrib.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetip_adapter_lwip_freertos.am243x.r5f.ti-arm-clang.release.lib -Wl,-lethernetipadapter_mii.am243x-lp.r5f.ti-arm-clang.release.lib -Wl,-llibc.a -Wl,-llibsysbm.a 
    makefile:198: recipe for target 'AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out' failed
    tiarmclang: warning: argument unused during compilation: '-mllvm -align-all-functions=2' [-Wunused-command-line-argument]
     
     undefined         first referenced                                                                                                                                              
      symbol               in file                                                                                                                                                   
     ---------         ----------------                                                                                                                                              
     SDL_UTILS_getDFAR C:/ti/ind_comms_sdk_am243x_09_02_00_08/mcu_plus_sdk/source/kernel/freertos/lib/freertos.am243x.r5f.ti-arm-clang.release.lib<HwiP_armv7r_handlers_freertos.obj>
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out" not built
    tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
    gmake[1]: *** [AC800_ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang.out] Error 1
    gmake: *** [all] Error 2
    makefile:194: recipe for target 'all' failed
    
    **** Build Finished ****
    

  • Hello,

    Are you trying to call SDL_UTILS_getDFAR API from your application ?

    Regards,

    Anil.

  • Yes.

    This is the location of the call.

  • Or another angle,is there a better way to find the reason why program comes into "HwiP_data_abort_handler_c"?

  • As an update, moving .end to the end of the asm.S file has solved the unreferenced symbol issue

  • Hello ,

    I have reproduced the issue on my side and this issue with not linking the .s file to the application.

    Please follow the steps below.

    1. I separately created.s and.h files under the folder below.

    2. Next, add the .s file to the make file as below. 

    3. Compile drivers

    4. Compile Application 

    .Exception_r5_utils.SException_r5_utils.h

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/908/makefile.am64x.r5f.ti_2D00_arm_2D00_clang

    Regards,

    Anil.

  • Hi,

    Thanks for Anil and Hang.The question about compiling libs and project has been solved.

    Now,please come back to the original question:

    The program will come into "HwiP_data_abort_handler_c" because of uncertain reasons.

    The aim of taking these steps is to analysis why the program come into "HwiP_data_abort_handler_c" and from where.

    After a period of operation,the anomaly has occuerd again.However,the value of 'gdfarValue' seems not be an address of some function.

    Because we can find the address of functions is 0x7XXXXXXX from the .map file.

    So,by way of infomation above,How can I find the last program address before stucking in "HwiP_data_abort_handler_c"?

    If this way is false currently,is there a better way?

    Or another angle,is there a better way to find the reason why program comes into "HwiP_data_abort_handler_c"?

  • Hello ,

    The procedure is correct.

    We need to check the DFAR value in the map file.

    Actually, you need to check the 0xA8C00B09 value in the map file instead of the DFAR variable address and see if this address belongs to any function.

    I think your code also runs from DDR. So, this address belongs to a DDR address.

    Regards,

    Anil.

  • Hi,

    Thank you for the response.

    Yes.I searched the 0xA8C00B09 value in the map file and found nothing.And from the memory browser,we can affirm that the address has nothing with anyone of the function.

    Besides,I checked register R14 and (R14 - 8) and this shows as below:

    It seems that we cannot achieve the goal just through those informations above.

    Here is the .map file.1.zip

    https://developer.arm.com/documentation/ddi0406/cb/System-Level-Architecture/Protected-Memory-System-Architecture--PMSA-/Exception-reporting-in-a-PMSA-implementation/Data-Abort-exceptions

  • To correct,something about R14 like below.

  • Hello,

    There is no DDR on LP devices .

    But, your example is writing a value on to the 0xA8C00B09 DDR address space because that device is getting data about error.

    Can you please share the DFSR register value as well when the issue occurs ?

    Regards,

    Anil.

  • Hello ,

    Please share the DFSR register values from the Debugger window .

    Go to Registers window - > Click system Registers - > Pick the DFSR register value

    Regards,

    Anil.

  • Hi,

    Thanks.Here is the Registers window.

  • Hello ,

    Actually, when you are getting  an exception at least you should have the DFSR values not zero.

    Can you please confirm, did you get the DFSR register  value after SOC  is  an exception or before the exception ?

    Regards,

    Anil.

  • Hi,

    When the board appeared such a anomaly,I will check its state by 'load symbols' using XDS110 .The program running on the board is same as the project used this time.Here is the screenshot after 'load symbols'.

    In this picture,we can find the program stuck in 'while(loop != 0U){ ; }' and because this,we can think that an exception has occured.

  • Hi Anil,

    We are testing the method of 'RTI Time Out  - > ESM Event  - >  CTRL MMR Register' referenced in the link.

    Because the syscfg file in .zip file was open failed,I cannot make it clear what it contains.

    However,it seems that there is no configurations about WDT and ESM modules in syscfg by comparing.Could you tell me whether it is right?

    Besides,I refered the example '2068.WDG_Reset_AM64X.zip' and added related files into my current project,but without configurations about WDT and ESM in syscfg.

    The result shows the program is not running properly.So I cannot verify this method of "making SoC get reset once the Wdg timer expires".

    We need this method for application now.

    Could you tell me the reason why it cannot work and give me some advises?

    regards

    sigong

  • We are testing the method of 'RTI Time Out  - > ESM Event  - >  CTRL MMR Register' referenced in the link.

    Hello sigong,

    Before going to the above issue, I am surprised why the DFSR value is always zero.

    Can we do one more test case, if you have the EVM hw and it definitely has the DDR?

    So, run this application on EVM and see if the same issue is reproducing or not.

    This will tell us your LP application seems to write something on DDR which creates an issue.

    Now, coming WDT +ESM Module.

    If cfg file is not opened  then this might be problem with  cfg versions .

    We did not configure anything in the system cfg.

    Take the latest example from muc+sdk,

    C:\ti\mcu_plus_sdk_am243x_09_02_00_50\examples\sdl\rti\UC1

    Then follow the steps below from the FAQ . If it still does not work out, share your code I can add all changes.

    But, please follow the steps as clearly explained in the FAQ.

    Regards,

    Anil. 

  • Hi Anil,

    There is a link about the 'data abort' issue and we are waiting the analysis result from your teams.

    And from your point of view,it seems that another reason may cause this issue.Could you give us more advises and details about it?

    https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1396873/am2432-ethernet-ip-stack-enter-data-abort-after-several-hours-test/5346654#5346654

    We have the AM2434_LP test board(EVM).But because of applications, we also have changed a lot on our own board ,such as peripherals,PHYs,OSPI flash and its corresponding code.If time permits,we will have a test on EVM.

    The question about 'the method of RTI Time Out  - > ESM Event  - >  CTRL MMR Register' has been solved and it works finally.Thank you for your advises on it.

    Regards

    sigong

  • Hello sigong,

    The question about 'the method of RTI Time Out  - > ESM Event  - >  CTRL MMR Register' has been solved and it works finally.Thank you for your advises on it.

    Good to hear that you have enabled Watchdog.

    We have the AM2434_LP test board(EVM).But because of applications, we also have changed a lot on our own board ,such as peripherals,PHYs,OSPI flash and its corresponding code.If time permits,we will have a test on EVM.

    Yes, I understand your concern. OK, if you are busy with other work, we can do this test case later.

    e2e.ti.com/.../5346654

    Already, Archit Dev is working on the above issue. I am not familiar to Ethernet applications. So, better to get input from Ethernet experts .

    Please close this thread if you don't have any queries .

    Regards,

    Anil.