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.

CCS cannot open source file.

Other Parts Discussed in Thread: SYSBIOS, CCSTUDIO, AFE4404

Hi All,

I´m changing my environment from IAR to CCS, but I noticed one problem and I did not find the root cause. Could you please help me?

The error: cannot open source file is happening when the CCS try to access the driverlib files:

example: 

#include <inc/hw_types.h>
#include <driverlib/prcm.h>
#include <driverlib/osc.h>
#include <driverlib/aon_wuc.h>
#include <driverlib/cpu.h>
#include <driverlib/sys_ctrl.h>

I don´t know if there are some access problems but I put full access to all files from "C:/ti" path.

I cannot compile any other example with projects with TI-RTOS (sensortag, simpleBLEPeripheral, etc.), so probably the problem is in my environment.

Somebody knows what I could do?

*when I compile with IAR, its working fine.

Regards,

Jody

  • Can you attach the full output of the CCS build console? If you can provide this for one of the example projects that fails to build, we could take a look to see what may be going wrong.

  • Hi ,

    Here is the console output:


    **** Build of configuration Debug for project Oximeter ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: ../source/cfg/Oximeter.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_31_01_33_core/xs" --xdcpath="C:/ti/tirtos_simplelink_2_14_02_22/packages;C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages;C:/ti/tirtos_simplelink_2_14_02_22/products/uia_2_00_02_39/packages;C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980;C:/ti/tirtos_simplelink_2_14_02_22/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5" "../source/cfg/Oximeter.cfg"
    making package.mak (because of package.bld) ...
    configuring Oximeter.xem3 from package/cfg/Oximeter_pem3.cfg ...
    generating custom ROM library makefile ...
    Starting build of library sources ...
    making C:/Users/aliss/Documents/Projetos/biologix_ws/Oximeter/source/cfg/src/sysbios/sysbios.aem3 ...
    gmake[1]: Entering directory `C:/Users/aliss/Documents/Projetos/biologix_ws/Oximeter/source/cfg/src/sysbios'
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Boot.c", line 36: error: cannot open source file "driverlib/sys_ctrl.h"
    1 error detected in the compilation of "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Boot.c".

    >> Compilation failure
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_standbyPolicy.c", line 45: error: cannot open source file "inc/hw_types.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_standbyPolicy.c", line 46: error: cannot open source file "driverlib/prcm.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_standbyPolicy.c", line 47: error: cannot open source file "driverlib/osc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_standbyPolicy.c", line 48: error: cannot open source file "driverlib/aon_wuc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_standbyPolicy.c", line 49: error: cannot open source file "driverlib/cpu.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_standbyPolicy.c", line 50: error: cannot open source file "driverlib/sys_ctrl.h"
    6 errors detected in the compilation of "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_standbyPolicy.c".
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 43: error: cannot open source file "driverlib/ddi.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 44: error: cannot open source file "driverlib/ioc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 45: error: cannot open source file "driverlib/osc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 46: error: cannot open source file "driverlib/gpio.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 47: error: cannot open source file "driverlib/sys_ctrl.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 48: error: cannot open source file "driverlib/aux_wuc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 49: error: cannot open source file "inc/hw_aux_evctl.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 50: error: cannot open source file "inc/hw_aux_smph.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 51: error: cannot open source file "inc/hw_aux_wuc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 52: error: cannot open source file "inc/hw_aux_tdc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 53: error: cannot open source file "inc/hw_ddi_0_osc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 54: error: cannot open source file "inc/hw_ddi.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c", line 55: error: cannot open source file "inc/hw_ccfg.h"
    13 errors detected in the compilation of "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power_calibrateRCOSC.c".

    >> Compilation failure

    >> Compilation failure
    gmake[1]: *** [mangled_arm_cc26xx_Boot_lib.pp] Error 1
    gmake[1]: *** Waiting for unfinished jobs....
    gmake[1]: *** [mangled_arm_cc26xx_Power_standbyPolicy_lib.pp] Error 1
    gmake[1]: *** [mangled_arm_cc26xx_Power_calibrateRCOSC_lib.pp] Error 1
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 54: error: cannot open source file "inc/hw_types.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 55: error: cannot open source file "inc/hw_prcm.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 56: error: cannot open source file "inc/hw_nvic.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 57: error: cannot open source file "inc/hw_aon_wuc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 58: error: cannot open source file "inc/hw_aon_rtc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 59: error: cannot open source file "inc/hw_memmap.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 60: error: cannot open source file "inc/hw_ccfg.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 61: error: cannot open source file "inc/hw_rfc_pwr.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 62: error: cannot open source file "driverlib/sys_ctrl.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 63: error: cannot open source file "driverlib/pwr_ctrl.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 64: error: cannot open source file "driverlib/prcm.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 65: error: cannot open source file "driverlib/aon_wuc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 66: error: cannot open source file "driverlib/aon_ioc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 67: error: cannot open source file "driverlib/aon_rtc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 68: error: cannot open source file "driverlib/aon_event.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 69: error: cannot open source file "driverlib/aux_wuc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 70: error: cannot open source file "driverlib/osc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 71: error: cannot open source file "driverlib/cpu.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 72: error: cannot open source file "driverlib/vims.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 73: error: cannot open source file "driverlib/rfc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 74: error: cannot open source file "driverlib/sys_ctrl.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 75: error: cannot open source file "driverlib/driverlib_release.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 76: error: cannot open source file "driverlib/setup.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c", line 77: error: cannot open source file "driverlib/ccfgread.h"
    24 errors detected in the compilation of "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Power.c".

    >> Compilation failure
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c", line 46: error: cannot open source file "inc/hw_types.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c", line 47: error: cannot open source file "inc/hw_memmap.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c", line 48: error: cannot open source file "inc/hw_aon_rtc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c", line 49: error: cannot open source file "inc/hw_ints.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c", line 50: error: cannot open source file "driverlib/aon_rtc.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c", line 51: error: cannot open source file "driverlib/aon_event.h"
    "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c", line 52: error: cannot open source file "driverlib/interrupt.h"
    7 errors detected in the compilation of "C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/family/arm/cc26xx/Timer.c".

    >> Compilation failure
    gmake[1]: *** [mangled_arm_cc26xx_Power_lib.pp] Error 1
    gmake[1]: *** [mangled_arm_cc26xx_Timer_lib.pp] Error 1
    gmake[1]: Leaving directory `C:/Users/aliss/Documents/Projetos/biologix_ws/Oximeter/source/cfg/src/sysbios'
    gmake: *** [C:/Users/aliss/Documents/Projetos/biologix_ws/Oximeter/source/cfg/src/sysbios/sysbios.aem3] Error 2
    Build of libraries failed.
    error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

    js: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
    gmake.exe: *** [package/cfg/Oximeter_pem3.xdl] Error 1
    gmake.exe: *** Deleting file `package/cfg/Oximeter_pem3.xdl'
    gmake.exe: *** [package/cfg/Oximeter_pem3.xdl] Deleting file `package/cfg/Oximeter_pem3.h'
    gmake.exe: *** [package/cfg/Oximeter_pem3.xdl] Deleting file `package/cfg/Oximeter_pem3.c'
    js: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
    gmake: *** [configPkg/linker.cmd] Error 1
    gmake: Target `all' not remade because of errors.

    **** Build Finished ****

    Best Regards,

    Jody

  • Jody,

    You seem to be missing compiler include paths along with other compiler options that should be passed to the XDCtools. 

    For example, I imported the UART Echo TI-RTOS example and the beginning of the build console (XDCtools build step) looks like this:

    "C:\\CCStudio_v6.1.2.00015\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: ../uartecho.cfg'
    'Invoking: XDCtools'
    "C:/CCStudio_v6.1.2.00015/xdctools_3_31_01_33_core/xs" --xdcpath="C:/ti/tirtos_simplelink_2_14_03_28/packages;C:/ti/tirtos_simplelink_2_14_03_28/products/bios_6_42_03_35/packages;C:/ti/tirtos_simplelink_2_14_03_28/products/uia_2_00_02_39/packages;C:/CCStudio_v6.1.2.00015/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/CCStudio_v6.1.2.00015/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib -me --include_path=\"C:/workspaces/ccsv612/tiva_workspace/uartecho_CC2650DK_TI_CC2650F128\" --include_path=\"C:/ti/tirtos_simplelink_2_14_03_28/products/cc26xxware_2_22_00_16101\" --include_path=\"C:/CCStudio_v6.1.2.00015/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include\" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi " "../uartecho.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring uartecho.xem3 from package/cfg/uartecho_pem3.cfg ...
    generating custom ROM library makefile ...
    Starting build of library sources ...
    making C:/workspaces/ccsv612/tiva_workspace/uartecho_CC2650DK_TI_CC2650F128/src/sysbios/rom_sysbios.aem3 ...
    gmake[1]: Entering directory `C:/workspaces/ccsv612/tiva_workspace/uartecho_CC2650DK_TI_CC2650F128/src/sysbios'
    Preprocessing library source files ...
    Creating the SYS/BIOS library that contains the APIs not included in the ROM ...
    Library build complete.
    gmake[1]: Leaving directory `C:/workspaces/ccsv612/tiva_workspace/uartecho_CC2650DK_TI_CC2650F128/src/sysbios'
    Build of libraries done.
    clem3 package/cfg/uartecho_pem3.c ...
    'Finished building: ../uartecho.cfg'
    ' '

    Comparing this with your build, you are missing everything passed to --compileOptions.

    This options is available under Project Properties->Build->XDCTools->Advanced Options. Below is a screenshot of the setting for UART Echo project, and also what the 
    variable resolves to. Can you try importing one of the TI-RTOS example projects and check if this option is set in a similar way?

  • Hi ,

    Thanks you very much for your reply.
    You were correct, in my project this option was not there.

    I thought that option will be there automatically and I didn´t see this point when I compared with project examples.

    Now, I´m with other issue here.

    makefile:190: recipe for target 'oximeter.out' failed

    I saw this issue before in another projects and it seems to be something like wrong path or this directory does not exist, is that right?
    I don´t know where I should change this setting into CCS.

    Somebody knows how do I fix it?

    Regards,
    Jody.
  • Jody Tanaka said:
    Now, I´m with other issue here.

    makefile:190: recipe for target 'oximeter.out' failed

    Once again, we need to see the full output of the CCS build console. These types of makefile errors are almost always preceded by some other errors. Please save the build log to a text file and attach it here.

  • Hi ,

    No problem... find below:

    **** Build of configuration Debug for project oximeter ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: ../source/cfg/oximeter.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_31_03_43_core/xs" --xdcpath="C:/ti/tirtos_simplelink_2_14_02_22/packages;C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages;C:/ti/tirtos_simplelink_2_14_02_22/products/uia_2_00_02_39/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r debug -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me --include_path=\"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl\" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number " "../source/cfg/oximeter.cfg"
    making package.mak (because of package.bld) ...
    configuring oximeter.xem3 from package/cfg/oximeter_pem3.cfg ...
    generating custom ROM library makefile ...
    Starting build of library sources ...
    making C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/cfg/src/sysbios/sysbios.aem3 ...
    gmake[1]: Entering directory `C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/cfg/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/cfg/src/sysbios'
    Build of libraries done.
    clem3 package/cfg/oximeter_pem3.c ...
    'Finished building: ../source/cfg/oximeter.cfg'
    ' '
    'Building file: ../bsp/AFE4404.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/AFE4404.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/AFE4404.c"
    'Finished building: ../bsp/AFE4404.c'
    ' '
    'Building file: ../bsp/Calibration_AFE4404.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/Calibration_AFE4404.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/Calibration_AFE4404.c"
    'Finished building: ../bsp/Calibration_AFE4404.c'
    ' '
    'Building file: ../bsp/acc_bma250.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/acc_bma250.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/acc_bma250.c"
    'Finished building: ../bsp/acc_bma250.c'
    ' '
    'Building file: ../bsp/bsp.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/bsp.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp.c"
    'Finished building: ../bsp/bsp.c'
    ' '
    'Building file: ../bsp/bsp_i2c.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/bsp_i2c.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp_i2c.c"
    'Finished building: ../bsp/bsp_i2c.c'
    ' '
    'Building file: ../bsp/bsp_spi.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/bsp_spi.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp_spi.c"
    'Finished building: ../bsp/bsp_spi.c'
    ' '
    'Building file: ../bsp/bsp_uart.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/bsp_uart.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp_uart.c"
    'Finished building: ../bsp/bsp_uart.c'
    ' '
    'Building file: ../bsp/hrm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/hrm.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/hrm.c"
    'Finished building: ../bsp/hrm.c'
    ' '
    'Building file: ../bsp/lcd_dogm128_6.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/lcd_dogm128_6.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/lcd_dogm128_6.c"
    'Finished building: ../bsp/lcd_dogm128_6.c'
    ' '
    'Building file: ../bsp/lcd_dogm128_6_alphabet.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/lcd_dogm128_6_alphabet.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/lcd_dogm128_6_alphabet.c"
    'Finished building: ../bsp/lcd_dogm128_6_alphabet.c'
    ' '
    'Building file: ../bsp/lcd_srf06eb.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/lcd_srf06eb.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/lcd_srf06eb.c"
    'Finished building: ../bsp/lcd_srf06eb.c'
    ' '
    'Building file: ../bsp/sensor.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="bsp/sensor.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/sensor.c"
    'Finished building: ../bsp/sensor.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/aon_rtc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/driver-lib/aon_rtc.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/aon_rtc.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/aon_rtc.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/gpio.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/driver-lib/gpio.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/gpio.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/gpio.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/ioc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/driver-lib/ioc.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/ioc.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/ioc.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/prcm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/driver-lib/prcm.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/prcm.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/prcm.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/sys_ctrl.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/driver-lib/sys_ctrl.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/sys_ctrl.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/sys_ctrl.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/I2C.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/i2c/I2C.d" --obj_directory="drivers/i2c" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/I2C.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/I2C.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/i2c/I2CCC26XX.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/i2c/I2CCC26XX.d" --obj_directory="drivers/i2c" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/i2c/I2CCC26XX.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/i2c/I2CCC26XX.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/pin/PINCC26XX.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/pin/PINCC26XX.d" --obj_directory="drivers/pin" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/pin/PINCC26XX.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/pin/PINCC26XX.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/SPI.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/spi/SPI.d" --obj_directory="drivers/spi" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/SPI.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/SPI.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/spi/SPICC26XXDMA.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/spi/SPICC26XXDMA.d" --obj_directory="drivers/spi" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/spi/SPICC26XXDMA.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/spi/SPICC26XXDMA.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/UART.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/uart/UART.d" --obj_directory="drivers/uart" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/UART.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/UART.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/uart/UARTCC26XX.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="drivers/uart/UARTCC26XX.d" --obj_directory="drivers/uart" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/uart/UARTCC26XX.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/uart/UARTCC26XX.c'
    ' '
    'Building file: ../source/app/accelerometer.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/app/accelerometer.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/accelerometer.c"
    'Finished building: ../source/app/accelerometer.c'
    ' '
    'Building file: ../source/app/battery.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/app/battery.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/battery.c"
    'Finished building: ../source/app/battery.c'
    ' '
    'Building file: ../source/app/oximeter.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/app/oximeter.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/oximeter.c"
    'Finished building: ../source/app/oximeter.c'
    ' '
    'Building file: ../source/app/serial.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/app/serial.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/serial.c"
    'Finished building: ../source/app/serial.c'
    ' '
    'Building file: ../source/cfg/board.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/cfg/board.d" --obj_directory="source/cfg" --cmd_file="configPkg/compiler.opt" "../source/cfg/board.c"
    'Finished building: ../source/cfg/board.c'
    ' '
    'Building file: ../source/cfg/ccfg.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/cfg/ccfg.d" --obj_directory="source/cfg" --cmd_file="configPkg/compiler.opt" "../source/cfg/ccfg.c"
    'Finished building: ../source/cfg/ccfg.c'
    ' '
    'Building file: ../source/main.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/main.d" --obj_directory="source" --cmd_file="configPkg/compiler.opt" "../source/main.c"
    'Finished building: ../source/main.c'
    ' '
    'Building file: ../source/time/time_clock.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/time/time_clock.d" --obj_directory="source/time" --cmd_file="configPkg/compiler.opt" "../source/time/time_clock.c"
    'Finished building: ../source/time/time_clock.c'
    ' '
    'Building file: ../source/time/utc_clock.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/time/utc_clock.d" --obj_directory="source/time" --cmd_file="configPkg/compiler.opt" "../source/time/utc_clock.c"
    'Finished building: ../source/time/utc_clock.c'
    ' '
    'Building file: ../source/time/util.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="source/time/util.d" --obj_directory="source/time" --cmd_file="configPkg/compiler.opt" "../source/time/util.c"
    'Finished building: ../source/time/util.c'
    ' '
    'Building target: oximeter.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number -z -m"oximeter.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --reread_libs --define=APP_BASE=0x00000000 --display_error_number --diag_suppress=10247-D --diag_wrap=off --warn_sections --xml_link_info="oximeter_linkInfo.xml" --rom_model -o "oximeter.out" "./bsp/AFE4404.obj" "./bsp/Calibration_AFE4404.obj" "./bsp/acc_bma250.obj" "./bsp/bsp.obj" "./bsp/bsp_i2c.obj" "./bsp/bsp_spi.obj" "./bsp/bsp_uart.obj" "./bsp/hrm.obj" "./bsp/lcd_dogm128_6.obj" "./bsp/lcd_dogm128_6_alphabet.obj" "./bsp/lcd_srf06eb.obj" "./bsp/sensor.obj" "./drivers/driver-lib/aon_rtc.obj" "./drivers/driver-lib/gpio.obj" "./drivers/driver-lib/ioc.obj" "./drivers/driver-lib/prcm.obj" "./drivers/driver-lib/sys_ctrl.obj" "./drivers/i2c/I2C.obj" "./drivers/i2c/I2CCC26XX.obj" "./drivers/pin/PINCC26XX.obj" "./drivers/spi/SPI.obj" "./drivers/spi/SPICC26XXDMA.obj" "./drivers/uart/UART.obj" "./drivers/uart/UARTCC26XX.obj" "./source/app/accelerometer.obj" "./source/app/battery.obj" "./source/app/oximeter.obj" "./source/app/serial.obj" "./source/cfg/board.obj" "./source/cfg/ccfg.obj" "./source/main.obj" "./source/time/time_clock.obj" "./source/time/utc_clock.obj" "./source/time/util.obj" -l"configPkg/linker.cmd" -llibc.a
    <Linking>

    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    ../../master/ELFLNK/trampoline.c:266:internal fatal error #10167: ("signal")

    INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\ti-cgt-arm_5.2.5\bin\armlnk.exe had an internal inconsistency and aborted

    This is caused by a defect in the compiler itself. TI Customer
    Support may be able to suggest a workaround to avoid this.

    Upgrading to the newest version of the compiler may fix this problem.

    Contact TI in the E2E support forums at http://e2e.ti.com under
    "Development Tools", "TI C/C++ Compiler". See the link titled
    "Submitting an issue". Include this ENTIRE error message and a
    copy of the .pp file created when option --preproc_with_comment
    (-ppc) is used.


    >> Compilation failure
    makefile:190: recipe for target 'oximeter.out' failed
    gmake: *** [oximeter.out] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    Best Regards,
    Jody.
  • Jody Tanaka said:
    INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\ti-cgt-arm_5.2.5\bin\armlnk.exe had an internal inconsistency and aborted

    The linker is generating an internal error. This is a bug in the tools.

    Jody Tanaka said:
    Upgrading to the newest version of the compiler may fix this problem.

    Contact TI in the E2E support forums at http://e2e.ti.com under
    "Development Tools", "TI C/C++ Compiler". See the link titled
    "Submitting an issue". Include this ENTIRE error message and a
    copy of the .pp file created when option --preproc_with_comment
    (-ppc) is used.

    As suggested in the message, you could try updating to ARM compiler tools v15.12.1.LTS and rebuilding your project for that version.
    You should be able to get this version by going to menu Help->Check for Updates. 
    http://processors.wiki.ti.com/index.php/Compiler_Updates#Install_new_features

    If the updated compiler tools still produces the internal error, please create a new post in the Compiler forum so they can analyze and track the issue.
    You may need to attach the entire project so the problem can be reproduced, however the experts in the Compiler forum will be able to clarify exactly what they need.

  • Hi ,

    I tried to compile with v15.12.1.LTS and v15.12.2.LTS.
    I saw this error below:


    **** Build of configuration Debug for project oximeter ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: ../source/cfg/oximeter.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_31_03_43_core/xs" --xdcpath="C:/ti/tirtos_simplelink_2_14_02_22/packages;C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages;C:/ti/tirtos_simplelink_2_14_02_22/products/uia_2_00_02_39/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r debug -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS" --compileOptions "-mv7M3 --code_state=16 -me --include_path=\"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time\" --include_path=\"C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp\" --include_path=\"C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl\" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi " "../source/cfg/oximeter.cfg"
    making package.mak (because of package.bld) ...
    configuring oximeter.xem3 from package/cfg/oximeter_pem3.cfg ...
    generating custom ROM library makefile ...
    Starting build of library sources ...
    making C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/cfg/src/sysbios/sysbios.aem3 ...
    gmake[1]: Entering directory `C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/cfg/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/cfg/src/sysbios'
    Build of libraries done.
    clem3 package/cfg/oximeter_pem3.c ...
    'Finished building: ../source/cfg/oximeter.cfg'
    ' '
    'Building file: ../bsp/AFE4404.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/AFE4404.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/AFE4404.c"
    'Finished building: ../bsp/AFE4404.c'
    ' '
    'Building file: ../bsp/Calibration_AFE4404.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/Calibration_AFE4404.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/Calibration_AFE4404.c"
    'Finished building: ../bsp/Calibration_AFE4404.c'
    ' '
    'Building file: ../bsp/acc_bma250.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/acc_bma250.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/acc_bma250.c"
    'Finished building: ../bsp/acc_bma250.c'
    ' '
    'Building file: ../bsp/bsp.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/bsp.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp.c"
    'Finished building: ../bsp/bsp.c'
    ' '
    'Building file: ../bsp/bsp_i2c.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/bsp_i2c.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp_i2c.c"
    'Finished building: ../bsp/bsp_i2c.c'
    ' '
    'Building file: ../bsp/bsp_spi.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/bsp_spi.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp_spi.c"
    'Finished building: ../bsp/bsp_spi.c'
    ' '
    'Building file: ../bsp/bsp_uart.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/bsp_uart.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/bsp_uart.c"
    'Finished building: ../bsp/bsp_uart.c'
    ' '
    'Building file: ../bsp/hrm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/hrm.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/hrm.c"
    'Finished building: ../bsp/hrm.c'
    ' '
    'Building file: ../bsp/lcd_dogm128_6.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/lcd_dogm128_6.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/lcd_dogm128_6.c"
    'Finished building: ../bsp/lcd_dogm128_6.c'
    ' '
    'Building file: ../bsp/lcd_dogm128_6_alphabet.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/lcd_dogm128_6_alphabet.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/lcd_dogm128_6_alphabet.c"
    'Finished building: ../bsp/lcd_dogm128_6_alphabet.c'
    ' '
    'Building file: ../bsp/lcd_srf06eb.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/lcd_srf06eb.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/lcd_srf06eb.c"
    'Finished building: ../bsp/lcd_srf06eb.c'
    ' '
    'Building file: ../bsp/sensor.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="bsp/sensor.d" --obj_directory="bsp" --cmd_file="configPkg/compiler.opt" "../bsp/sensor.c"
    'Finished building: ../bsp/sensor.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/aon_rtc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/driver-lib/aon_rtc.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/aon_rtc.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/aon_rtc.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/gpio.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/driver-lib/gpio.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/gpio.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/gpio.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/ioc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/driver-lib/ioc.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/ioc.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/ioc.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/prcm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/driver-lib/prcm.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/prcm.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/prcm.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/sys_ctrl.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/driver-lib/sys_ctrl.d" --obj_directory="drivers/driver-lib" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/sys_ctrl.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib/sys_ctrl.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/I2C.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/i2c/I2C.d" --obj_directory="drivers/i2c" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/I2C.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/I2C.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/i2c/I2CCC26XX.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/i2c/I2CCC26XX.d" --obj_directory="drivers/i2c" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/i2c/I2CCC26XX.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/i2c/I2CCC26XX.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/pin/PINCC26XX.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/pin/PINCC26XX.d" --obj_directory="drivers/pin" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/pin/PINCC26XX.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/pin/PINCC26XX.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/SPI.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/spi/SPI.d" --obj_directory="drivers/spi" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/SPI.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/SPI.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/spi/SPICC26XXDMA.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/spi/SPICC26XXDMA.d" --obj_directory="drivers/spi" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/spi/SPICC26XXDMA.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/spi/SPICC26XXDMA.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/UART.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/uart/UART.d" --obj_directory="drivers/uart" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/UART.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/UART.c'
    ' '
    'Building file: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/uart/UARTCC26XX.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="drivers/uart/UARTCC26XX.d" --obj_directory="drivers/uart" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/uart/UARTCC26XX.c"
    'Finished building: C:/ti/tirtos_simplelink_2_14_02_22/packages/ti/drivers/uart/UARTCC26XX.c'
    ' '
    'Building file: ../source/app/accelerometer.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/app/accelerometer.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/accelerometer.c"
    'Finished building: ../source/app/accelerometer.c'
    ' '
    'Building file: ../source/app/battery.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/app/battery.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/battery.c"
    'Finished building: ../source/app/battery.c'
    ' '
    'Building file: ../source/app/oximeter.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/app/oximeter.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/oximeter.c"
    'Finished building: ../source/app/oximeter.c'
    ' '
    'Building file: ../source/app/serial.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/app/serial.d" --obj_directory="source/app" --cmd_file="configPkg/compiler.opt" "../source/app/serial.c"
    'Finished building: ../source/app/serial.c'
    ' '
    'Building file: ../source/cfg/board.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/cfg/board.d" --obj_directory="source/cfg" --cmd_file="configPkg/compiler.opt" "../source/cfg/board.c"
    'Finished building: ../source/cfg/board.c'
    ' '
    'Building file: ../source/cfg/ccfg.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/cfg/ccfg.d" --obj_directory="source/cfg" --cmd_file="configPkg/compiler.opt" "../source/cfg/ccfg.c"
    'Finished building: ../source/cfg/ccfg.c'
    ' '
    'Building file: ../source/main.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/main.d" --obj_directory="source" --cmd_file="configPkg/compiler.opt" "../source/main.c"
    'Finished building: ../source/main.c'
    ' '
    'Building file: ../source/time/time_clock.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/time/time_clock.d" --obj_directory="source/time" --cmd_file="configPkg/compiler.opt" "../source/time/time_clock.c"
    'Finished building: ../source/time/time_clock.c'
    ' '
    'Building file: ../source/time/utc_clock.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/time/utc_clock.d" --obj_directory="source/time" --cmd_file="configPkg/compiler.opt" "../source/time/utc_clock.c"
    'Finished building: ../source/time/utc_clock.c'
    ' '
    'Building file: ../source/time/util.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/inc" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/cc26xxware_2_21_03_15980/driverlib" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/app" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/include" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/source/time" --include_path="C:/Users/aliss/Documents/Projetos/wsBiologix/oximeter/bsp" --include_path="C:/ti/tirtos_simplelink_2_14_02_22/products/bios_6_42_02_29/packages/ti/sysbios/knl" -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="source/time/util.d" --obj_directory="source/time" --cmd_file="configPkg/compiler.opt" "../source/time/util.c"
    'Finished building: ../source/time/util.c'
    ' '
    'Building target: oximeter.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/bin/armcl" -mv7M3 --code_state=16 -me -g --define=ewarm --define=BOOT_LOADER --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=POWER_SAVING --define=CC26XXWARE --define=CC26XX --diag_wrap=off --diag_warning=225 --display_error_number --abi=eabi -z -m"oximeter.map" --stack_size=256 --heap_size=0 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.1.LTS/include" --reread_libs --define=APP_BASE=0x00000000 --display_error_number --diag_suppress=10247-D --warn_sections --diag_wrap=off --xml_link_info="oximeter_linkInfo.xml" --rom_model -o "oximeter.out" "./bsp/AFE4404.obj" "./bsp/Calibration_AFE4404.obj" "./bsp/acc_bma250.obj" "./bsp/bsp.obj" "./bsp/bsp_i2c.obj" "./bsp/bsp_spi.obj" "./bsp/bsp_uart.obj" "./bsp/hrm.obj" "./bsp/lcd_dogm128_6.obj" "./bsp/lcd_dogm128_6_alphabet.obj" "./bsp/lcd_srf06eb.obj" "./bsp/sensor.obj" "./drivers/driver-lib/aon_rtc.obj" "./drivers/driver-lib/gpio.obj" "./drivers/driver-lib/ioc.obj" "./drivers/driver-lib/prcm.obj" "./drivers/driver-lib/sys_ctrl.obj" "./drivers/i2c/I2C.obj" "./drivers/i2c/I2CCC26XX.obj" "./drivers/pin/PINCC26XX.obj" "./drivers/spi/SPI.obj" "./drivers/spi/SPICC26XXDMA.obj" "./drivers/uart/UART.obj" "./drivers/uart/UARTCC26XX.obj" "./source/app/accelerometer.obj" "./source/app/battery.obj" "./source/app/oximeter.obj" "./source/app/serial.obj" "./source/cfg/board.obj" "./source/cfg/ccfg.obj" "./source/main.obj" "./source/time/time_clock.obj" "./source/time/utc_clock.obj" "./source/time/util.obj" -l"configPkg/linker.cmd" -llibc.a
    <Linking>
    "configPkg/linker.cmd", line 708: warning #10096-D: specified address lies outside memory map
    error #10264: DEFAULT memory range overlaps existing memory range RAM

    undefined first referenced
    symbol in file
    --------- ----------------
    AONBatMonTemperatureGetDegC ./drivers/driver-lib/sys_ctrl.obj
    ChipInfo_GetChipFamily ./drivers/pin/PINCC26XX.obj
    ChipInfo_GetPackageType ./drivers/pin/PINCC26XX.obj
    NOROM_CPUcpsid C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>
    NOROM_CPUcpsie C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>
    NOROM_DDI16BitfieldWrite C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>
    NOROM_OSCClockSourceGet ./drivers/driver-lib/sys_ctrl.obj
    NOROM_OSCClockSourceSet ./drivers/driver-lib/sys_ctrl.obj
    NOROM_OSCInterfaceEnable ./drivers/driver-lib/sys_ctrl.obj
    NOROM_PowerCtrlStateSet ./drivers/driver-lib/sys_ctrl.obj
    NOROM_VIMSModeGet C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>
    OSCHF_AttemptToSwitchToXosc C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>
    OSCHF_SwitchToRcOscTurnOffXosc C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>
    OSCHF_TurnOnXosc C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>
    bspI2cInit ./bsp/AFE4404.obj
    bspI2cWrite ./bsp/sensor.obj
    bspI2cWriteRead ./bsp/sensor.obj
    driverlib_release_0_44336 ./drivers/pin/PINCC26XX.obj
    trimDevice C:\Users\aliss\Documents\Projetos\wsBiologix\oximeter\source\cfg\src\sysbios\sysbios.aem3<sysbios.obj>

    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "oximeter.out" not built

    >> Compilation failure
    makefile:190: recipe for target 'oximeter.out' failed
    gmake: *** [oximeter.out] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****


    I will open a new issue where you suggested.

    Regards,
    Jody
  • Jody,

    The linker internal error is the issue that should be posted to the Compiler forums. After updating to 15.12.1 it seems that the error is not an internal error but something different.

    I'm not sure yet if this issue is more appropriate for the Compiler forum, but let me take a closer look and get back to you.

  • Hi @AartiG,

    Ok, I will wait for your return.

    Jody.
  • Jody,

    Jody Tanaka said:
    "configPkg/linker.cmd", line 708: warning #10096-D: specified address lies outside memory map
    error #10264: DEFAULT memory range overlaps existing memory range RAM

    I suspect the reason for this error is a missing linker command file. The TI-RTOS based example projects for CC26xx usually have a linker command file in the project.
    This .cmd file has the basic MEMORY and SECTION definitions for the device, and gets passed to the linker in addition to the "linker.cmd" file generated by SYS/BIOS.
    If you build one of the example projects in TI-RTOS you will see what I mean. I don't see such a linker command file in your link step, and that may the reason for this error.

    If that error is fixed, but the undefined symbols still remain, then you are likely missing a library or other files that contain definitions for those symbols.