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.

Compiler/TIDM-TM4C129XNFC: TI-RTOS 2.16 Project Upgrade Procedure

Part Number: TIDM-TM4C129XNFC
Other Parts Discussed in Thread: CC3100, SYSBIOS

Tool/software: TI C/C++ Compiler

Hi,

I'm trying to get the http://www.ti.com/tool/TIDM-TM4C129XNFC 

Once I switch from TI-RTOS 2.14 to 2.16, I get the following errors. I guessed some functionality has moved into the framework, so I tried removing the CC3100 board code (however this didn't help). 

Any ideas on a way forward?

Thanks in advance,

Tim

Errors were: 

error #10056: symbol "registerInterruptHandler" redefined: first defined in "./CC3100_board.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"

error #10056: symbol "spi_Read" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"

error #10056: symbol "spi_Close" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"

error #10056: symbol "spi_Write" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"

error #10056: symbol "spi_Open" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"

error #10010: errors encountered during linking; 

>> Compilation failure

**** Build Finished ****

  • Hello Tim,

    Just looking at the errors, it seems there are now a few functions which are declared in two separate locations. I would suggest viewing each declaration and then understanding which one you need. For the one you don't typically you would want to comment it out, but as one declaration lays in the RTOS folder, you need to be careful because modifying any of those files will affect all other RTOS projects you have. If you do need to modify those files, you may want to make a separate RTOS install folder just for this project so can modify the files without future repercussions .

    The RTOS team might be able to offer further feedback, but hopefully this will help you get going.
  • Tim,

    Can put the full build output into a file and attach that file?

    Todd
  • Hi Ralph & Todd,

    On further investigation, I can build successfully by adding the following to the bottom of app.cfg:

    var mwConfig = xdc.useModule('ti.mw.Config');

    mwConfig.provideWiFiCC3X00Lib = false; 

    Unfortunately, when I launch the app it complains about interrupt 88:


    There are also some middleware warnings:

    I would really like to set mwConfig.provideWiFiCC3X00Lib = true; so the middleware can handle the CC3100 and the interrupt 88 issue is resolved. How should I approach this? I'm not really clear on how to go about this.

    To assist, I've attached the output for each scenario (when mwConfig.provideWiFiCC3X00Lib is set to either true or false.).

    I have also attached the project, which can be re-created easily by downloading the TI-RTOS 2.14 WIFI+NFC project and updating it to TI-RTOS 2.16.

    Thank you so much for your help, I've been pulling my hair out on this problem for weeks now!

    Cheers,

    Tim

    **** Clean-only build of configuration Debug for project tiva_wifi_nfc_ap ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k clean 
     
    DEL /F  "tiva_wifi_nfc_ap.hex"  "configPkg\linker.cmd" "configPkg\compiler.opt"  "tiva_wifi_nfc_ap.out" 
    RMDIR /S/Q  "configPkg\" 
    DEL /F "CC3100_board.obj" "CC3100_spi.obj" "EK_TM4C1294XL.obj" "buttons.obj" "cli_uart.obj" "io.obj" "main.obj" "nfc_ndef_decoder.obj" "nfc_task.obj" "wifi_task.obj" "nfc\iso_7816_4.obj" "nfc\iso_dep.obj" "nfc\llcp.obj" "nfc\nfc_a.obj" "nfc\nfc_b.obj" "nfc\nfc_controller.obj" "nfc\nfc_dep.obj" "nfc\nfc_f.obj" "nfc\nfc_initiator.obj" "nfc\nfc_rw_t2t.obj" "nfc\nfc_rw_t3t.obj" "nfc\nfc_rw_t5t.obj" "nfc\nfc_spi_rtos.obj" "nfc\nfc_target.obj" "nfc\snep.obj" "nfc\trf7970BoosterPack.obj" "nfc\trf79x0.obj" "nfc_gui_statemachines\ce_t4t_config.obj" "nfc_gui_statemachines\t2t_app.obj" "nfc_gui_statemachines\t3t_app.obj" "nfc_gui_statemachines\t4t_app.obj" "nfc_gui_statemachines\t5t_app.obj" "nfc_utils\nfc_utils.obj" "simplelink\source\device.obj" "simplelink\source\driver.obj" "simplelink\source\flowcont.obj" "simplelink\source\fs.obj" "simplelink\source\netapp.obj" "simplelink\source\netcfg.obj" "simplelink\source\nonos.obj" "simplelink\source\socket.obj" "simplelink\source\spawn.obj" "simplelink\source\wlan.obj" 
    DEL /F "CC3100_board.d" "CC3100_spi.d" "EK_TM4C1294XL.d" "buttons.d" "cli_uart.d" "io.d" "main.d" "nfc_ndef_decoder.d" "nfc_task.d" "wifi_task.d" "nfc\iso_7816_4.d" "nfc\iso_dep.d" "nfc\llcp.d" "nfc\nfc_a.d" "nfc\nfc_b.d" "nfc\nfc_controller.d" "nfc\nfc_dep.d" "nfc\nfc_f.d" "nfc\nfc_initiator.d" "nfc\nfc_rw_t2t.d" "nfc\nfc_rw_t3t.d" "nfc\nfc_rw_t5t.d" "nfc\nfc_spi_rtos.d" "nfc\nfc_target.d" "nfc\snep.d" "nfc\trf7970BoosterPack.d" "nfc\trf79x0.d" "nfc_gui_statemachines\ce_t4t_config.d" "nfc_gui_statemachines\t2t_app.d" "nfc_gui_statemachines\t3t_app.d" "nfc_gui_statemachines\t4t_app.d" "nfc_gui_statemachines\t5t_app.d" "nfc_utils\nfc_utils.d" "simplelink\source\device.d" "simplelink\source\driver.d" "simplelink\source\flowcont.d" "simplelink\source\fs.d" "simplelink\source\netapp.d" "simplelink\source\netcfg.d" "simplelink\source\nonos.d" "simplelink\source\socket.d" "simplelink\source\spawn.d" "simplelink\source\wlan.d" 
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\CC3100_board.obj
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\nfc\iso_7816_4.obj
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\nfc_gui_statemachines\ce_t4t_config.obj
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\nfc_utils\nfc_utils.obj
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\simplelink\source\device.obj
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\CC3100_board.d
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\nfc\iso_7816_4.d
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\nfc_gui_statemachines\ce_t4t_config.d
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\nfc_utils\nfc_utils.d
    Could Not Find C:\Workspace\tiva_wifi_nfc_ap\Debug\simplelink\source\device.d
    'Finished clean'
     
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project tiva_wifi_nfc_ap ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all 
     
    'Building file: "../app.cfg"'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_32_02_25_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_01_14/packages;C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages;C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C1294NCPDT -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include\" --include_path=\"C:/Workspace/tiva_wifi_nfc_ap\" --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"C:/Workspace/tiva_wifi_nfc_ap/Headers\" --include_path=\"C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include\" --include_path=\"C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source\" --define=ccs=\"ccs\" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi  " "../app.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring app.xem4f from package/cfg/app_pem4f.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making C:/Workspace/tiva_wifi_nfc_ap/src/sysbios/sysbios.aem4f ...
    gmake[1]: Entering directory `C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    clem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/BIOS.c ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
    arem4f BIOS.obj m3_Hwi_asm.obj m3_Hwi_asm_switch.obj m3_IntrinsicsSupport_asm.obj m3_TaskSupport_asm.obj ...
    gmake[1]: Leaving directory `C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    Build of libraries done.
    clem4f package/cfg/app_pem4f.c ...
    warning: ti.tirtos.TIRTOS: "C:/ti/tirtos_tivac_2_16_01_14/packages/ti/tirtos/TIRTOS.xs", line 49: ti.tirtos.TIRTOS : ti.tirtos.TIRTOS module is no longer required to configure driver instrumentation.  Please use the ti.drivers.Config and ti.mw.Config modules instead.
    'Finished building: "../app.cfg"'
     
            1 file(s) copied.
    making ../src/sysbios/sysbios.aem4f ...
    gmake[1]: Entering directory 'C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    gmake[1]: Nothing to be done for 'all'.
    gmake[1]: Leaving directory 'C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    'Building file: "../CC3100_board.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="CC3100_board.d_raw" --cmd_file="configPkg/compiler.opt" "../CC3100_board.c"
    'Finished building: "../CC3100_board.c"'
     
    'Building file: "../CC3100_spi.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="CC3100_spi.d_raw" --cmd_file="configPkg/compiler.opt" "../CC3100_spi.c"
    'Finished building: "../CC3100_spi.c"'
     
    'Building file: "../EK_TM4C1294XL.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="EK_TM4C1294XL.d_raw" --cmd_file="configPkg/compiler.opt" "../EK_TM4C1294XL.c"
    'Finished building: "../EK_TM4C1294XL.c"'
     
    'Building file: "../buttons.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="buttons.d_raw" --cmd_file="configPkg/compiler.opt" "../buttons.c"
    'Finished building: "../buttons.c"'
     
    'Building file: "../cli_uart.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="cli_uart.d_raw" --cmd_file="configPkg/compiler.opt" "../cli_uart.c"
    'Finished building: "../cli_uart.c"'
     
    'Building file: "../io.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="io.d_raw" --cmd_file="configPkg/compiler.opt" "../io.c"
    'Finished building: "../io.c"'
     
    'Building file: "../main.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="main.d_raw" --cmd_file="configPkg/compiler.opt" "../main.c"
    'Finished building: "../main.c"'
     
    'Building file: "../nfc_ndef_decoder.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_ndef_decoder.d_raw" --cmd_file="configPkg/compiler.opt" "../nfc_ndef_decoder.c"
    'Finished building: "../nfc_ndef_decoder.c"'
     
    'Building file: "../nfc_task.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_task.d_raw" --cmd_file="configPkg/compiler.opt" "../nfc_task.c"
    "../nfc_task.c", line 301: warning #169-D: argument of type "void (*)(void)" is incompatible with parameter of type "GPIO_CallbackFxn"
    'Finished building: "../nfc_task.c"'
     
    'Building file: "../wifi_task.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="wifi_task.d_raw" --cmd_file="configPkg/compiler.opt" "../wifi_task.c"
    'Finished building: "../wifi_task.c"'
     
    'Building file: "../nfc/iso_7816_4.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/iso_7816_4.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/iso_7816_4.c"
    'Finished building: "../nfc/iso_7816_4.c"'
     
    'Building file: "../nfc/iso_dep.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/iso_dep.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/iso_dep.c"
    'Finished building: "../nfc/iso_dep.c"'
     
    'Building file: "../nfc/llcp.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/llcp.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/llcp.c"
    'Finished building: "../nfc/llcp.c"'
     
    'Building file: "../nfc/nfc_a.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_a.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_a.c"
    'Finished building: "../nfc/nfc_a.c"'
     
    'Building file: "../nfc/nfc_b.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_b.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_b.c"
    'Finished building: "../nfc/nfc_b.c"'
     
    'Building file: "../nfc/nfc_controller.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_controller.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_controller.c"
    'Finished building: "../nfc/nfc_controller.c"'
     
    'Building file: "../nfc/nfc_dep.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_dep.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_dep.c"
    'Finished building: "../nfc/nfc_dep.c"'
     
    'Building file: "../nfc/nfc_f.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_f.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_f.c"
    'Finished building: "../nfc/nfc_f.c"'
     
    'Building file: "../nfc/nfc_initiator.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_initiator.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_initiator.c"
    'Finished building: "../nfc/nfc_initiator.c"'
     
    'Building file: "../nfc/nfc_rw_t2t.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_rw_t2t.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_rw_t2t.c"
    'Finished building: "../nfc/nfc_rw_t2t.c"'
     
    'Building file: "../nfc/nfc_rw_t3t.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_rw_t3t.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_rw_t3t.c"
    'Finished building: "../nfc/nfc_rw_t3t.c"'
     
    'Building file: "../nfc/nfc_rw_t5t.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_rw_t5t.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_rw_t5t.c"
    'Finished building: "../nfc/nfc_rw_t5t.c"'
     
    'Building file: "../nfc/nfc_spi_rtos.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_spi_rtos.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_spi_rtos.c"
    'Finished building: "../nfc/nfc_spi_rtos.c"'
     
    'Building file: "../nfc/nfc_target.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_target.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_target.c"
    'Finished building: "../nfc/nfc_target.c"'
     
    'Building file: "../nfc/snep.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/snep.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/snep.c"
    'Finished building: "../nfc/snep.c"'
     
    'Building file: "../nfc/trf7970BoosterPack.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/trf7970BoosterPack.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/trf7970BoosterPack.c"
    'Finished building: "../nfc/trf7970BoosterPack.c"'
     
    'Building file: "../nfc/trf79x0.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/trf79x0.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/trf79x0.c"
    'Finished building: "../nfc/trf79x0.c"'
     
    'Building file: "../nfc_gui_statemachines/ce_t4t_config.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/ce_t4t_config.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/ce_t4t_config.c"
    'Finished building: "../nfc_gui_statemachines/ce_t4t_config.c"'
     
    'Building file: "../nfc_gui_statemachines/t2t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t2t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t2t_app.c"
    'Finished building: "../nfc_gui_statemachines/t2t_app.c"'
     
    'Building file: "../nfc_gui_statemachines/t3t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t3t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t3t_app.c"
    'Finished building: "../nfc_gui_statemachines/t3t_app.c"'
     
    'Building file: "../nfc_gui_statemachines/t4t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t4t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t4t_app.c"
    'Finished building: "../nfc_gui_statemachines/t4t_app.c"'
     
    'Building file: "../nfc_gui_statemachines/t5t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t5t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t5t_app.c"
    'Finished building: "../nfc_gui_statemachines/t5t_app.c"'
     
    'Building file: "../nfc_utils/nfc_utils.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_utils/nfc_utils.d_raw" --obj_directory="nfc_utils" --cmd_file="configPkg/compiler.opt" "../nfc_utils/nfc_utils.c"
    'Finished building: "../nfc_utils/nfc_utils.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/device.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/device.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/device.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/device.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/driver.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/driver.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/driver.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/driver.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/flowcont.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/flowcont.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/flowcont.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/flowcont.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/fs.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/fs.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/fs.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/fs.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netapp.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/netapp.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netapp.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netapp.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netcfg.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/netcfg.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netcfg.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netcfg.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/nonos.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/nonos.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/nonos.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/nonos.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/socket.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/socket.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/socket.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/socket.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/spawn.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/spawn.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/spawn.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/spawn.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/wlan.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/wlan.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/wlan.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/wlan.c"'
     
    'Building target: "tiva_wifi_nfc_ap.out"'
    'Invoking: ARM Linker'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"tiva_wifi_nfc_ap.map" --heap_size=0 --stack_size=512 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="tiva_wifi_nfc_ap_linkInfo.xml" --rom_model -o "tiva_wifi_nfc_ap.out" "./CC3100_board.obj" "./CC3100_spi.obj" "./EK_TM4C1294XL.obj" "./buttons.obj" "./cli_uart.obj" "./io.obj" "./main.obj" "./nfc_ndef_decoder.obj" "./nfc_task.obj" "./wifi_task.obj" "./nfc/iso_7816_4.obj" "./nfc/iso_dep.obj" "./nfc/llcp.obj" "./nfc/nfc_a.obj" "./nfc/nfc_b.obj" "./nfc/nfc_controller.obj" "./nfc/nfc_dep.obj" "./nfc/nfc_f.obj" "./nfc/nfc_initiator.obj" "./nfc/nfc_rw_t2t.obj" "./nfc/nfc_rw_t3t.obj" "./nfc/nfc_rw_t5t.obj" "./nfc/nfc_spi_rtos.obj" "./nfc/nfc_target.obj" "./nfc/snep.obj" "./nfc/trf7970BoosterPack.obj" "./nfc/trf79x0.obj" "./nfc_gui_statemachines/ce_t4t_config.obj" "./nfc_gui_statemachines/t2t_app.obj" "./nfc_gui_statemachines/t3t_app.obj" "./nfc_gui_statemachines/t4t_app.obj" "./nfc_gui_statemachines/t5t_app.obj" "./nfc_utils/nfc_utils.obj" "./simplelink/source/device.obj" "./simplelink/source/driver.obj" "./simplelink/source/flowcont.obj" "./simplelink/source/fs.obj" "./simplelink/source/netapp.obj" "./simplelink/source/netcfg.obj" "./simplelink/source/nonos.obj" "./simplelink/source/socket.obj" "./simplelink/source/spawn.obj" "./simplelink/source/wlan.obj" "../EK_TM4C1294XL.cmd" -l"configPkg/linker.cmd" -llibc.a -l"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/driverlib/ccs/Debug/driverlib.lib" -l"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/usblib/ccs/Debug/usblib.lib" 
    <Linking>
    'Finished building target: "tiva_wifi_nfc_ap.out"'
     
    
    **** Build Finished ****

    **** Build of configuration Debug for project tiva_wifi_nfc_ap ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all 
     
    'Building file: "../app.cfg"'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_32_02_25_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_01_14/packages;C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages;C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C1294NCPDT -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include\" --include_path=\"C:/Workspace/tiva_wifi_nfc_ap\" --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"C:/Workspace/tiva_wifi_nfc_ap/Headers\" --include_path=\"C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include\" --include_path=\"C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source\" --define=ccs=\"ccs\" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi  " "../app.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring app.xem4f from package/cfg/app_pem4f.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making C:/Workspace/tiva_wifi_nfc_ap/src/sysbios/sysbios.aem4f ...
    gmake[1]: Entering directory `C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    clem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/BIOS.c ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
    arem4f BIOS.obj m3_Hwi_asm.obj m3_Hwi_asm_switch.obj m3_IntrinsicsSupport_asm.obj m3_TaskSupport_asm.obj ...
    gmake[1]: Leaving directory `C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    Build of libraries done.
    clem4f package/cfg/app_pem4f.c ...
    warning: ti.tirtos.TIRTOS: "C:/ti/tirtos_tivac_2_16_01_14/packages/ti/tirtos/TIRTOS.xs", line 49: ti.tirtos.TIRTOS : ti.tirtos.TIRTOS module is no longer required to configure driver instrumentation.  Please use the ti.drivers.Config and ti.mw.Config modules instead.
    'Finished building: "../app.cfg"'
     
            1 file(s) copied.
    making ../src/sysbios/sysbios.aem4f ...
    gmake[1]: Entering directory 'C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    gmake[1]: Nothing to be done for 'all'.
    gmake[1]: Leaving directory 'C:/Workspace/tiva_wifi_nfc_ap/src/sysbios'
    'Building file: "../CC3100_board.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="CC3100_board.d_raw" --cmd_file="configPkg/compiler.opt" "../CC3100_board.c"
    'Finished building: "../CC3100_board.c"'
     
    'Building file: "../CC3100_spi.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="CC3100_spi.d_raw" --cmd_file="configPkg/compiler.opt" "../CC3100_spi.c"
    'Finished building: "../CC3100_spi.c"'
     
    'Building file: "../EK_TM4C1294XL.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="EK_TM4C1294XL.d_raw" --cmd_file="configPkg/compiler.opt" "../EK_TM4C1294XL.c"
    'Finished building: "../EK_TM4C1294XL.c"'
     
    'Building file: "../buttons.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="buttons.d_raw" --cmd_file="configPkg/compiler.opt" "../buttons.c"
    'Finished building: "../buttons.c"'
     
    'Building file: "../cli_uart.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="cli_uart.d_raw" --cmd_file="configPkg/compiler.opt" "../cli_uart.c"
    'Finished building: "../cli_uart.c"'
     
    'Building file: "../io.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="io.d_raw" --cmd_file="configPkg/compiler.opt" "../io.c"
    'Finished building: "../io.c"'
     
    'Building file: "../main.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="main.d_raw" --cmd_file="configPkg/compiler.opt" "../main.c"
    'Finished building: "../main.c"'
     
    'Building file: "../nfc_ndef_decoder.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_ndef_decoder.d_raw" --cmd_file="configPkg/compiler.opt" "../nfc_ndef_decoder.c"
    'Finished building: "../nfc_ndef_decoder.c"'
     
    'Building file: "../nfc_task.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_task.d_raw" --cmd_file="configPkg/compiler.opt" "../nfc_task.c"
    "../nfc_task.c", line 301: warning #169-D: argument of type "void (*)(void)" is incompatible with parameter of type "GPIO_CallbackFxn"
    'Finished building: "../nfc_task.c"'
     
    'Building file: "../wifi_task.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="wifi_task.d_raw" --cmd_file="configPkg/compiler.opt" "../wifi_task.c"
    'Finished building: "../wifi_task.c"'
     
    'Building file: "../nfc/iso_7816_4.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/iso_7816_4.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/iso_7816_4.c"
    'Finished building: "../nfc/iso_7816_4.c"'
     
    'Building file: "../nfc/iso_dep.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/iso_dep.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/iso_dep.c"
    'Finished building: "../nfc/iso_dep.c"'
     
    'Building file: "../nfc/llcp.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/llcp.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/llcp.c"
    'Finished building: "../nfc/llcp.c"'
     
    'Building file: "../nfc/nfc_a.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_a.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_a.c"
    'Finished building: "../nfc/nfc_a.c"'
     
    'Building file: "../nfc/nfc_b.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_b.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_b.c"
    'Finished building: "../nfc/nfc_b.c"'
     
    'Building file: "../nfc/nfc_controller.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_controller.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_controller.c"
    'Finished building: "../nfc/nfc_controller.c"'
     
    'Building file: "../nfc/nfc_dep.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_dep.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_dep.c"
    'Finished building: "../nfc/nfc_dep.c"'
     
    'Building file: "../nfc/nfc_f.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_f.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_f.c"
    'Finished building: "../nfc/nfc_f.c"'
     
    'Building file: "../nfc/nfc_initiator.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_initiator.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_initiator.c"
    'Finished building: "../nfc/nfc_initiator.c"'
     
    'Building file: "../nfc/nfc_rw_t2t.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_rw_t2t.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_rw_t2t.c"
    'Finished building: "../nfc/nfc_rw_t2t.c"'
     
    'Building file: "../nfc/nfc_rw_t3t.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_rw_t3t.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_rw_t3t.c"
    'Finished building: "../nfc/nfc_rw_t3t.c"'
     
    'Building file: "../nfc/nfc_rw_t5t.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_rw_t5t.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_rw_t5t.c"
    'Finished building: "../nfc/nfc_rw_t5t.c"'
     
    'Building file: "../nfc/nfc_spi_rtos.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_spi_rtos.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_spi_rtos.c"
    'Finished building: "../nfc/nfc_spi_rtos.c"'
     
    'Building file: "../nfc/nfc_target.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/nfc_target.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/nfc_target.c"
    'Finished building: "../nfc/nfc_target.c"'
     
    'Building file: "../nfc/snep.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/snep.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/snep.c"
    'Finished building: "../nfc/snep.c"'
     
    'Building file: "../nfc/trf7970BoosterPack.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/trf7970BoosterPack.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/trf7970BoosterPack.c"
    'Finished building: "../nfc/trf7970BoosterPack.c"'
     
    'Building file: "../nfc/trf79x0.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc/trf79x0.d_raw" --obj_directory="nfc" --cmd_file="configPkg/compiler.opt" "../nfc/trf79x0.c"
    'Finished building: "../nfc/trf79x0.c"'
     
    'Building file: "../nfc_gui_statemachines/ce_t4t_config.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/ce_t4t_config.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/ce_t4t_config.c"
    'Finished building: "../nfc_gui_statemachines/ce_t4t_config.c"'
     
    'Building file: "../nfc_gui_statemachines/t2t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t2t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t2t_app.c"
    'Finished building: "../nfc_gui_statemachines/t2t_app.c"'
     
    'Building file: "../nfc_gui_statemachines/t3t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t3t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t3t_app.c"
    'Finished building: "../nfc_gui_statemachines/t3t_app.c"'
     
    'Building file: "../nfc_gui_statemachines/t4t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t4t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t4t_app.c"
    'Finished building: "../nfc_gui_statemachines/t4t_app.c"'
     
    'Building file: "../nfc_gui_statemachines/t5t_app.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_gui_statemachines/t5t_app.d_raw" --obj_directory="nfc_gui_statemachines" --cmd_file="configPkg/compiler.opt" "../nfc_gui_statemachines/t5t_app.c"
    'Finished building: "../nfc_gui_statemachines/t5t_app.c"'
     
    'Building file: "../nfc_utils/nfc_utils.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nfc_utils/nfc_utils.d_raw" --obj_directory="nfc_utils" --cmd_file="configPkg/compiler.opt" "../nfc_utils/nfc_utils.c"
    'Finished building: "../nfc_utils/nfc_utils.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/device.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/device.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/device.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/device.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/driver.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/driver.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/driver.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/driver.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/flowcont.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/flowcont.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/flowcont.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/flowcont.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/fs.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/fs.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/fs.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/fs.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netapp.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/netapp.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netapp.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netapp.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netcfg.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/netcfg.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netcfg.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/netcfg.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/nonos.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/nonos.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/nonos.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/nonos.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/socket.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/socket.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/socket.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/socket.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/spawn.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/spawn.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/spawn.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/spawn.c"'
     
    'Building file: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/wlan.c"'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --include_path="C:/Workspace/tiva_wifi_nfc_ap" --include_path="C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/Workspace/tiva_wifi_nfc_ap/Headers" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include" --include_path="C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source" --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="simplelink/source/wlan.d_raw" --obj_directory="simplelink/source" --cmd_file="configPkg/compiler.opt" "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/wlan.c"
    'Finished building: "C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/wlan.c"'
     
    'Building target: "tiva_wifi_nfc_ap.out"'
    'Invoking: ARM Linker'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --define=ccs="ccs" --define=TI_RTOS --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --define=_USE_CLI_ --define=WIFI_OPEN_SECURITY -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"tiva_wifi_nfc_ap.map" --heap_size=0 --stack_size=512 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="tiva_wifi_nfc_ap_linkInfo.xml" --rom_model -o "tiva_wifi_nfc_ap.out" "./CC3100_board.obj" "./CC3100_spi.obj" "./EK_TM4C1294XL.obj" "./buttons.obj" "./cli_uart.obj" "./io.obj" "./main.obj" "./nfc_ndef_decoder.obj" "./nfc_task.obj" "./wifi_task.obj" "./nfc/iso_7816_4.obj" "./nfc/iso_dep.obj" "./nfc/llcp.obj" "./nfc/nfc_a.obj" "./nfc/nfc_b.obj" "./nfc/nfc_controller.obj" "./nfc/nfc_dep.obj" "./nfc/nfc_f.obj" "./nfc/nfc_initiator.obj" "./nfc/nfc_rw_t2t.obj" "./nfc/nfc_rw_t3t.obj" "./nfc/nfc_rw_t5t.obj" "./nfc/nfc_spi_rtos.obj" "./nfc/nfc_target.obj" "./nfc/snep.obj" "./nfc/trf7970BoosterPack.obj" "./nfc/trf79x0.obj" "./nfc_gui_statemachines/ce_t4t_config.obj" "./nfc_gui_statemachines/t2t_app.obj" "./nfc_gui_statemachines/t3t_app.obj" "./nfc_gui_statemachines/t4t_app.obj" "./nfc_gui_statemachines/t5t_app.obj" "./nfc_utils/nfc_utils.obj" "./simplelink/source/device.obj" "./simplelink/source/driver.obj" "./simplelink/source/flowcont.obj" "./simplelink/source/fs.obj" "./simplelink/source/netapp.obj" "./simplelink/source/netcfg.obj" "./simplelink/source/nonos.obj" "./simplelink/source/socket.obj" "./simplelink/source/spawn.obj" "./simplelink/source/wlan.obj" "../EK_TM4C1294XL.cmd" -l"configPkg/linker.cmd" -llibc.a -l"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/driverlib/ccs/Debug/driverlib.lib" -l"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/usblib/ccs/Debug/usblib.lib" 
    <Linking>
    error #10056: symbol "registerInterruptHandler" redefined: first defined in "./CC3100_board.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"
    error #10056: symbol "spi_Read" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"
    error #10056: symbol "spi_Close" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"
    error #10056: symbol "spi_Write" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"
    error #10056: symbol "spi_Open" redefined: first defined in "./CC3100_spi.obj"; redefined in "C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_wifi_tivaware.aem4f<WiFiCC3100.oem4f>"
    error #10010: errors encountered during linking; "tiva_wifi_nfc_ap.out" not built
    
    >> Compilation failure
    makefile:192: recipe for target 'tiva_wifi_nfc_ap.out' failed
    gmake: *** [tiva_wifi_nfc_ap.out] Error 1
    gmake: Target 'all' not remade because of errors.
    
    **** Build Finished ****
    

    tiva_wifi_nfc_ap.zip

  • Ralph Jacobi said:
    I would suggest viewing each declaration and then understanding which one you need.    For the one you don't typically (need) you would want to comment it out, but as one declaration lays in the RTOS folder, you need to be careful because modifying any of those files will affect all other RTOS projects

    Three "LIKEs" from our crack (working Saturday) crüe, Ralph!

    Note that the "highlight" ended in "you have."     (deleted as such "modification" it will impact,  "ALL FUTURE Projects" - as well ... thus great the POWER of your well chosen advice!

  • I will not change anything in the RTOS folder, since that's asking for trouble!

    I'm looking for guidance on how to get the Host Driver Implementation out of user.h and handled by the middleware (mwConfig.provideWiFiCC3X00Lib = true;)

    Cheers,

    Tim

  • Update:

    If I try to comment out the conflicting functions in CC3100_board.c and CC3100_spi.c then the program runs however crashes straight away. I sort of expected this since it doesn't feel like I've properly moved to the middleware driver. I'm missing something...

  • Tim,

    Have you looked at the TCP Echo WiFi example in the TI-RTOS 2.16 product? Can you get that to build and run? Did you have your application working with TI-RTOS 2.14?

    Todd
  • Hi Todd,

    I have the following findings:

    - I can run the other wifi examples without a problem, so long as the CC3100 is in slot 1 on the TM4C.

    - All of my issues stem from me needing to run the CC3100 in slot 2 on the TM4C.

    - When I use the middleware to handle the CC3100, I get the HWI already defined errors. (E_alreadyDefined: Hwi already defined: intr# 88)

    - I can prevent the HWI already defined errors by commenting out  the following in EK_TM4C1294XL.c:

    /* CC3100 IRQ (Raising Edge) */

    // GPIOTiva_PM_7 | GPIO_CFG_INPUT | GPIO_CFG_IN_INT_RISING, // CAUSES ti.sysbios.family.arm.m3.Hwi: line 143: E_alreadyDefined: Hwi already defined: intr# 88

    This of course means that the middleware is now totally handling the CC3100, however I've no idea how to tell the middleware that the CC3100 is in slot 2.

    - If I disable the middleware from managing the CC3100 I get the following errors, which I'm not sure how to solve:

    Thanks for your help so far!

    Cheers,

    Tim

  • Tim,

    I'm doing a little clean-up. I'm assuming that this can be closed because the issue was handled in the other thread...correct?

    Todd