Part Number: TMS320F28P550SJ
Other Parts Discussed in Thread: C2000WARE, TMP127, SYSCONFIG, TMS320F28P550SG
I used to use C2000Ware 5.2 + CCS 12.7. Recently I installed C2000Ware 6.0, and tried to apply it onto CCS 12.7 on "Products" tab. Please see the screen captures below:


However, after "rebuild" the project, /device folder still contains the original files such as device.c and device.h from C2000Ware 5.2 instead of 6.0.

Also, the console message (posted below) shows lots of "/C2000Ware_5_02_00_00 " and only one " /C2000Ware_6_00_00_00".
So how to completely apply C2000Ware 6.0 on CCS 12.7? Thanks!
=============================
**** Clean-only build of configuration CPU1_FLASH for project QS2 ****
"C:\\ti\\ccs1270\\ccs\\utils\\bin\\gmake" -k -j 16 clean -O
DEL /F "syscfg\board.h" "syscfg\board.cmd.genlibs" "syscfg\board.json" "syscfg\pinmux.csv" "syscfg\epwm.dot" "syscfg\c2000ware_libraries.cmd.genlibs" "syscfg\c2000ware_libraries.h" "syscfg\clocktree.h" "syscfg\board.c" "syscfg\board.opt" "syscfg\c2000ware_libraries.opt" "syscfg\c2000ware_libraries.c" "QS2.out"
DEL /F "ECU_infc_top.obj" "Isr.obj" "LED_ctl.obj" "QT2_AC.obj" "QT2_AC_side.obj" "adc.obj" "calculate.obj" "cla.obj" "cmpss.obj" "epwm.obj" "syscfg\board.obj" "syscfg\c2000ware_libraries.obj" "f28004x_usdelay.obj" "gpio.obj" "pga.obj" "power_sum.obj" "sci_dq.obj" "timer.obj" "device\device.obj" "device\f28p55x_codestartbranch.obj"
DEL /F "ECU_infc_top.d" "Isr.d" "LED_ctl.d" "QT2_AC_side.d" "adc.d" "calculate.d" "cla.d" "cmpss.d" "epwm.d" "syscfg\board.d" "syscfg\c2000ware_libraries.d" "gpio.d" "pga.d" "power_sum.d" "sci_dq.d" "timer.d" "device\device.d"
DEL /F "QT2_AC.d"
DEL /F "f28004x_usdelay.d" "device\f28p55x_codestartbranch.d"
RMDIR /S/Q "syscfg"
Could Not Find C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\f28004x_usdelay.d
Could Not Find C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\device\f28p55x_codestartbranch.d
Finished clean
**** Build Finished ****
**** Build of configuration CPU1_FLASH for project QS2 ****
"C:\\ti\\ccs1270\\ccs\\utils\\bin\\gmake" -k -j 16 all -O
Building file: "../epwm_ex1_trip_zone.syscfg"
Invoking: SysConfig
"C:/ti/sysconfig_1.24.2/sysconfig_cli.bat" --script "C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/epwm_ex1_trip_zone.syscfg" -o "syscfg" -s "C:/ti/c2000/C2000Ware_5_02_00_00/.metadata/sdk.json" -d "F28P55x" --package 128PDT --part F28P55x_128PDT --compiler ccs
Warning: SysConfig has been updated to use standard TI part numbers. The device TMS320F28P550SG has been automatically selected. If this is not the desired please open SysConfig to change it.
Running script...
Validating...
info: myEPWM1(/driverlib/epwm.js) epwmTripZone_oneShotSource: For the condition to remain latched, a minimum of 3*TBCLK sync pulse width is required.
info: myEPWM1(/driverlib/epwm.js) epwmTripZone_oneShotSource: The one-shot trip condition must be cleared manually by writing to the TZCLR[OST] bit.
info: myEPWM1(/driverlib/epwm.js) epwmTimebase_clockDiv: For perfectly synchronized TBCLKs across multiple EPWM modules, the prescaler bits in the TBCTL register of each EPWM module must be set identically
info: myEPWM1(/driverlib/epwm.js) epwmActionQualifier_t1Source: T1/T2 selection and configuration of a trip/digital-compare event is indpendent of the configuration of that event in the Trip-Zone submodule
info: myEPWM1(/driverlib/epwm.js) epwmActionQualifier_t2Source: T1/T2 selection and configuration of a trip/digital-compare event is indpendent of the configuration of that event in the Trip-Zone submodule
info: myEPWM1(/driverlib/epwm.js) epwmTripZone_EPWM_TZ_ACTION_EVENT_TZA: Conflicting actions on the TZCTL, TZCTL2, TZCTLDCA or TZCTLDCB registers. Refer to the TRM for the priority scheme.
info: myEPWM2(/driverlib/epwm.js) epwmTripZone_cbcSource: For the condition to remain latched, a minimum of 3*TBCLK sync pulse width is required.
info: myEPWM2(/driverlib/epwm.js) epwmTimebase_clockDiv: For perfectly synchronized TBCLKs across multiple EPWM modules, the prescaler bits in the TBCTL register of each EPWM module must be set identically
info: myEPWM2(/driverlib/epwm.js) epwmActionQualifier_t1Source: T1/T2 selection and configuration of a trip/digital-compare event is indpendent of the configuration of that event in the Trip-Zone submodule
info: myEPWM2(/driverlib/epwm.js) epwmActionQualifier_t2Source: T1/T2 selection and configuration of a trip/digital-compare event is indpendent of the configuration of that event in the Trip-Zone submodule
info: myEPWM2(/driverlib/epwm.js) epwmTripZone_EPWM_TZ_ACTION_EVENT_TZA: Conflicting actions on the TZCTL, TZCTL2, TZCTLDCA or TZCTLDCB registers. Refer to the TRM for the priority scheme.
Generating Code (epwm_ex1_trip_zone.syscfg)...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\board.c...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\board.h...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\board.cmd.genlibs...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\board.opt...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\board.json...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\pinmux.csv...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\epwm.dot...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\c2000ware_libraries.cmd.genlibs...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\c2000ware_libraries.opt...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\c2000ware_libraries.c...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\c2000ware_libraries.h...
Writing C:\Users\Xiaoquan\Documents\workspace_CCS\workspace_tmp127\QS2\CPU1_FLASH\syscfg\clocktree.h...
Finished building: "../epwm_ex1_trip_zone.syscfg"
Building file: "../calculate.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="calculate.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../calculate.c"
Finished building: "../calculate.c"
Building file: "../f28004x_usdelay.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f28004x_usdelay.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../f28004x_usdelay.asm"
Finished building: "../f28004x_usdelay.asm"
Building file: "../QT2_AC.cla"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="QT2_AC.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../QT2_AC.cla"
"../QT2_AC.cla", line 402: warning #30013-D: Comparison operation uses integer comparison instruction, which does not operate properly for values that would overflow subtraction. Use --cla_signed_compare_workaround=on to have the compiler work around this issue.
"../QT2_AC.cla", line 418: warning #30013-D: Comparison operation uses integer comparison instruction, which does not operate properly for values that would overflow subtraction. Use --cla_signed_compare_workaround=on to have the compiler work around this issue.
"../QT2_AC.cla", line 420: warning #30013-D: Comparison operation uses integer comparison instruction, which does not operate properly for values that would overflow subtraction. Use --cla_signed_compare_workaround=on to have the compiler work around this issue.
"../QT2_AC.cla", line 423: warning #30013-D: Comparison operation uses integer comparison instruction, which does not operate properly for values that would overflow subtraction. Use --cla_signed_compare_workaround=on to have the compiler work around this issue.
Finished building: "../QT2_AC.cla"
Building file: "syscfg/c2000ware_libraries.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="syscfg/c2000ware_libraries.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --obj_directory="syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "syscfg/c2000ware_libraries.c"
Finished building: "syscfg/c2000ware_libraries.c"
Building file: "../LED_ctl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="LED_ctl.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../LED_ctl.c"
Finished building: "../LED_ctl.c"
Building file: "../cla.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="cla.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../cla.c"
Finished building: "../cla.c"
Building file: "syscfg/board.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="syscfg/board.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --obj_directory="syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "syscfg/board.c"
Finished building: "syscfg/board.c"
Building file: "../timer.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="timer.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../timer.c"
Finished building: "../timer.c"
Building file: "../cmpss.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="cmpss.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../cmpss.c"
Finished building: "../cmpss.c"
Building file: "../adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="adc.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../adc.c"
Finished building: "../adc.c"
Building file: "../power_sum.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="power_sum.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../power_sum.c"
Finished building: "../power_sum.c"
Building file: "../pga.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="pga.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../pga.c"
Finished building: "../pga.c"
Building file: "../gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="gpio.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../gpio.c"
Finished building: "../gpio.c"
Building file: "../device/f28p55x_codestartbranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="device/f28p55x_codestartbranch.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --obj_directory="device" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../device/f28p55x_codestartbranch.asm"
Finished building: "../device/f28p55x_codestartbranch.asm"
Building file: "../sci_dq.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sci_dq.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../sci_dq.c"
Finished building: "../sci_dq.c"
Building file: "../epwm.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="epwm.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../epwm.c"
"../epwm.c", line 2348: warning #190-D: enumerated type mixed with another type
"../epwm.c", line 2381: warning #190-D: enumerated type mixed with another type
"../epwm.c", line 2411: warning #190-D: enumerated type mixed with another type
"../epwm.c", line 2460: warning #190-D: enumerated type mixed with another type
Finished building: "../epwm.c"
Building file: "../device/device.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="device/device.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --obj_directory="device" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../device/device.c"
Finished building: "../device/device.c"
Building file: "../QT2_AC_side.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="QT2_AC_side.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../QT2_AC_side.c"
"../QT2_AC_side.c", line 2207 (col. 33): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../QT2_AC_side.c", line 2207 (col. 64): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../QT2_AC_side.c", line 2207 (col. 42): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../QT2_AC_side.c", line 2207 (col. 66): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../QT2_AC_side.c", line 2212 (col. 40): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../QT2_AC_side.c", line 2212 (col. 77): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../QT2_AC_side.c", line 2212 (col. 49): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../QT2_AC_side.c", line 2212 (col. 79): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
Finished building: "../QT2_AC_side.c"
Building file: "../Isr.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Isr.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../Isr.c"
"../Isr.c", line 3074 (col. 58): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3074 (col. 18): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3074 (col. 18): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3074 (col. 19): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3074 (col. 60): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3893 (col. 65): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3893 (col. 58): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3893 (col. 35): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3893 (col. 67): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3895 (col. 70): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3895 (col. 63): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3895 (col. 40): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3895 (col. 72): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3927 (col. 59): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3927 (col. 52): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3927 (col. 29): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3927 (col. 61): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3929 (col. 64): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3929 (col. 57): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3929 (col. 34): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 3929 (col. 66): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 11157 (col. 80): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 11157 (col. 80): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 11157 (col. 80): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../Isr.c", line 11157 (col. 81): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
Finished building: "../Isr.c"
Building file: "../ECU_infc_top.c"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/include" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/SPLL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries/DCL" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/libraries" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/device" --include_path="C:/ti/c2000/C2000Ware_5_02_00_00/driverlib/f28p55x/driverlib" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ECU_infc_top.d_raw" --include_path="C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" --cmd_file="syscfg/board.opt" --cmd_file="syscfg/c2000ware_libraries.opt" "../ECU_infc_top.c"
"../ECU_infc_top.c", line 1200 (col. 54): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 1200 (col. 64): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 1200 (col. 54): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 1202 (col. 53): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 1202 (col. 63): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 1202 (col. 53): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 4963 (col. 39): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 4963 (col. 53): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 4963 (col. 39): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 4965 (col. 38): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 4965 (col. 52): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
"../ECU_infc_top.c", line 4965 (col. 38): advice #3195-D: (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.
Finished building: "../ECU_infc_top.c"
Building target: "QS2.out"
Invoking: C2000 Linker
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 -O3 --fp_mode=relaxed --define=_DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"QS2.map" --heap_size=0x1F00 --stack_size=0x3F00 --warn_sections -i"C:/ti/c2000/C2000Ware_5_02_00_00/libraries/boot_rom/f28p55x/rev0/rom_symbol_libs/claDataROM" -i"C:/ti/c2000/C2000Ware_5_02_00_00/libraries/math/CLAmath/c28/lib" -i"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/lib" -i"C:/ti/c2000/C2000Ware_5_02_00_00" -i"C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" -i"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" --reread_libs --define=_FLASH --diag_wrap=off --display_error_number --xml_link_info="QS2_linkInfo.xml" --entry_point=code_start --rom_model -o "QS2.out" "./ECU_infc_top.obj" "./Isr.obj" "./LED_ctl.obj" "./QT2_AC.obj" "./QT2_AC_side.obj" "./adc.obj" "./calculate.obj" "./cla.obj" "./cmpss.obj" "./epwm.obj" "./syscfg/board.obj" "./syscfg/c2000ware_libraries.obj" "./f28004x_usdelay.obj" "./gpio.obj" "./pga.obj" "./power_sum.obj" "./sci_dq.obj" "./timer.obj" "./device/device.obj" "./device/f28p55x_codestartbranch.obj" "../28p55x_generic_flash_lnk.cmd" "C:/ti/c2000/C2000Ware_6_00_00_00/driverlib/f28p55x/driverlib/ccs/Release/driverlib.lib" "../libraries/cla1_math_library_datarom_fpu32_eabi.lib" -lF28P55xCPU1_CLAROM_Symbols_fpu32.lib -lcla2_math_library_datarom_fpu32_eabi.lib -lc2000ware_libraries.cmd.genlibs -llibc.a
<Linking>
Finished building target: "QS2.out"
echo "========= Build of the CLB simulation has moved to the CLB Tool. Click the '?' icon by the _Generate CLB Simulation File_ enable for more details (located in the Global Parameters of the Tile Design SysConfig module) ============="
"========= Build of the CLB simulation has moved to the CLB Tool. Click the '?' icon by the _Generate CLB Simulation File_ enable for more details (located in the Global Parameters of the Tile Design SysConfig module) ============="
if 0 == 1 C:/ti/ccs1270/ccs/tools/node/node.exe "C:\ti\c2000\C2000Ware_5_02_00_00/utilities/clb_tool/clb_syscfg/dot_file_libraries/clbDotUtility.js" "C:\ti\c2000\C2000Ware_5_02_00_00/utilities/clb_tool/clb_syscfg/" "C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg" "C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg/clb.dot"
if 0 == 1 mkdir "C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/diagrams"
if 0 == 1 C:/ti/ccs1270/ccs/tools/node/node.exe "C:\ti\c2000\C2000Ware_5_02_00_00/driverlib/.meta/generate_diagrams.js" "C:\ti\c2000\C2000Ware_5_02_00_00" "C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/diagrams" "C:/Users/Xiaoquan/Documents/workspace_CCS/workspace_tmp127/QS2/CPU1_FLASH/syscfg"
**** Build Finished ****





