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/TMS320F28034: some trouble with ccs

Part Number: TMS320F28034

Tool/software: Code Composer Studio

Dear TI engineer,

I have a question about CCS.

When I installed Code Composer Studio 8.3.1, it could not compile my program successfully. However, Code Composer Studio 7.3.0 could do it successfully. All the setup in CCS were same, even the compiler version.

The error happened in asm file. Some details could see the pictures. So, how could I solve this problem.

Best wishes for you!

  • user5114825 said:
    The error happened in asm file.

    Is this OS_CPU.asm a source file that you intend to be part of the build or an assembly file generated by the compiler? 
    Please see a related post here: https://e2e.ti.com/support/tools/ccs/f/81/p/734392/2711625#2711625

    I would suggest closely comparing the build log from the 7.3 build with the 8.3.1 build to look for any differences. The complete log should be output in the CCS build console

    If you are still unable to resolve the error, please send us the build logs for both versions.

  • Hi,

    So glad to receive your reply.

    I do the same things as the related question mentioned above before I ask for help here. It seems not work. 

    Here are the complete log. 

    Looking forward for your solution. Best wishes to you!

    ——————————————————————————————————————————————————————————
    **** Build of configuration Debug for project 3303-794A_KSG1-5KDM3_500V_V2.5 ****
    "G:\\TI\\ccsv7\\utils\\bin\\gmake" -k all 
    gmake: Nothing to be done for 'all'.
    KERNEL/ports/subdir_rules.mk:16: warning: overriding recipe for target 'KERNEL/ports/OS_CPU.obj'
    KERNEL/ports/subdir_rules.mk:9: warning: ignoring old recipe for target 'KERNEL/ports/OS_CPU.obj'
    **** Build Finished ****
    ——————————————————————————————————————————————————————————
    The log above is copied from Code Composer Studio 7.3.0.
    ——————————————————————————————————————————————————————————
    **** Clean-only build of configuration Debug for project 3303-794A_KSG1-5KDM3_500V_V2.5 ****
    "F:\\ti\\ccsv8\\utils\\bin\\gmake" -k clean 
     
    DEL /F  "3303-794A_KSG1-5KDM3_500V_V2.5.hex"  "3303-794A_KSG1-5KDM3_500V_V2.5.out" 
    DEL /F "CPU\CLEARRAM.d" 
    DEL /F "APP\FlashBoot.obj" "APP\Interrupt.obj" "APP\SinCosTable.obj" "APP\TasK_SCIA.obj" "APP\Task_Input.obj" "APP\Task_Mppt.obj" "APP\Task_Output.obj" "APP\Task_Parallel.obj" "APP\Task_SCIB.obj" "APP\Task_SPI.obj" "APP\Task_Supervisor.obj" "APP\initial.obj" "APP\lock.obj" "APP\main.obj" "CPU\CLEARRAM.obj" "CPU\CodeStartBranch.obj" "CPU\DSP2803x_usDelay.obj" "CPU\GlobalVariableDefs.obj" "CPU\SWPrioDefaultIsr.obj" "DRIVER\CAN\ports\Canhdportsforti.obj" "DRIVER\CAN\source\CanDriver.obj" "DRIVER\SCI\ports\SciFunLstPort.obj" "DRIVER\SCI\ports\hdports\SciFunLst.obj" "DRIVER\SCI\source\SciDriver.obj" "DRIVER\SCI\source\SciQueue.obj" "DRIVER\SPI\SPIDriver.obj" "KERNEL\SOURCE\OS_CORE.obj" "KERNEL\SOURCE\OS_EVENT.obj" "KERNEL\SOURCE\OS_SHELL.obj" "KERNEL\SOURCE\OS_TIMER.obj" "KERNEL\ports\OS_CPU.obj" "KERNEL\ports\OS_CPU_A.obj" "KERNEL\ports\TCMP_INT.obj" "MODULE\InputModule\Module_Input.obj" "MODULE\Library\Library.obj" "MODULE\MpptModule\Module_Mppt.obj" "MODULE\OutputModule\Module_Output.obj" "MODULE\ProtectModule\Module_Protect.obj" 
    DEL /F "APP\FlashBoot.d" "APP\Interrupt.d" "APP\Task_Input.d" "APP\Task_Mppt.d" "APP\Task_Output.d" "APP\Task_Parallel.d" "APP\Task_SCIB.d" "APP\Task_SPI.d" "APP\Task_Supervisor.d" "APP\main.d" "DRIVER\CAN\ports\Canhdportsforti.d" "DRIVER\CAN\source\CanDriver.d" "DRIVER\SCI\ports\SciFunLstPort.d" "DRIVER\SCI\ports\hdports\SciFunLst.d" "DRIVER\SCI\source\SciDriver.d" "DRIVER\SCI\source\SciQueue.d" "DRIVER\SPI\SPIDriver.d" "KERNEL\SOURCE\OS_CORE.d" "KERNEL\SOURCE\OS_SHELL.d" "KERNEL\SOURCE\OS_TIMER.d" "KERNEL\ports\OS_CPU.d" "MODULE\InputModule\Module_Input.d" "MODULE\Library\Library.d" "MODULE\MpptModule\Module_Mppt.d" "MODULE\OutputModule\Module_Output.d" "MODULE\ProtectModule\Module_Protect.d" 
    DEL /F "APP\TasK_SCIA.d" "APP\initial.d" "CPU\GlobalVariableDefs.d" "CPU\SWPrioDefaultIsr.d" "KERNEL\SOURCE\OS_EVENT.d" 
    DEL /F "APP\SinCosTable.d" "APP\lock.d" "CPU\CodeStartBranch.d" "CPU\DSP2803x_usDelay.d" "KERNEL\ports\OS_CPU.d" "KERNEL\ports\OS_CPU_A.d" "KERNEL\ports\TCMP_INT.d" 
    找不到 E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\3303-794A_KSG1-5KDM3_500V_V2.5.hex
    找不到 E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\CPU\CLEARRAM.d
    找不到 E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\KERNEL\ports\OS_CPU.d
    找不到 E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\APP\SinCosTable.d
    找不到 E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\CPU\CodeStartBranch.d
    找不到 E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\KERNEL\ports\OS_CPU.d
    Finished clean
     
    **** Build Finished ****
    **** Build of configuration Debug for project 3303-794A_KSG1-5KDM3_500V_V2.5 ****
    "F:\\ti\\ccsv8\\utils\\bin\\gmake" -k all 
     
    Building file: "../APP/FlashBoot.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/FlashBoot.d_raw" --obj_directory="APP"  "../APP/FlashBoot.c"
    "../APP/FlashBoot.c", line 102: warning #112-D: statement is unreachable
    "../APP/FlashBoot.c", line 40: warning #179-D: variable "i" was declared but never referenced
    "../APP/FlashBoot.c", line 41: warning #179-D: variable "Flash_ptr" was declared but never referenced
    "../APP/FlashBoot.c", line 42: warning #179-D: variable "Length" was declared but never referenced
    "../APP/FlashBoot.c", line 405: warning #552-D: variable "wTemp" was set but never used
    Finished building: "../APP/FlashBoot.c"
     
    Building file: "../APP/Interrupt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Interrupt.d_raw" --obj_directory="APP"  "../APP/Interrupt.c"
    "../APP/Interrupt.c", line 269: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 297: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 319: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 342: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 194: warning #179-D: variable "i" was declared but never referenced
    "../APP/Interrupt.c", line 665: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 717: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 772: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 786: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 898: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../APP/Interrupt.c"
     
    Building file: "../APP/SinCosTable.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/SinCosTable.d_raw" --obj_directory="APP"  "../APP/SinCosTable.asm"
    Finished building: "../APP/SinCosTable.asm"
     
    Building file: "../APP/TasK_SCIA.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/TasK_SCIA.d_raw" --obj_directory="APP"  "../APP/TasK_SCIA.C"
    "../APP/TasK_SCIA.C", line 318: warning #179-D: variable "wFlag" was declared but never referenced
    Finished building: "../APP/TasK_SCIA.C"
     
    Building file: "../APP/Task_Input.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Input.d_raw" --obj_directory="APP"  "../APP/Task_Input.c"
    "../APP/Task_Input.c", line 520: warning #179-D: variable "dwTemp1" was declared but never referenced
    Finished building: "../APP/Task_Input.c"
     
    Building file: "../APP/Task_Mppt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Mppt.d_raw" --obj_directory="APP"  "../APP/Task_Mppt.c"
    Finished building: "../APP/Task_Mppt.c"
     
    Building file: "../APP/Task_Output.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Output.d_raw" --obj_directory="APP"  "../APP/Task_Output.c"
    "../APP/Task_Output.c", line 888: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_Output.c"
     
    Building file: "../APP/Task_Parallel.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Parallel.d_raw" --obj_directory="APP"  "../APP/Task_Parallel.c"
    Finished building: "../APP/Task_Parallel.c"
     
    Building file: "../APP/Task_SCIB.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SCIB.d_raw" --obj_directory="APP"  "../APP/Task_SCIB.c"
    "../APP/Task_SCIB.c", line 238: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SCIB.c", line 1005: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_SCIB.c"
     
    Building file: "../APP/Task_SPI.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SPI.d_raw" --obj_directory="APP"  "../APP/Task_SPI.c"
    "../APP/Task_SPI.c", line 228: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 254: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 261: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 269: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_SPI.c"
     
    Building file: "../APP/Task_Supervisor.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Supervisor.d_raw" --obj_directory="APP"  "../APP/Task_Supervisor.c"
    "../APP/Task_Supervisor.c", line 874: warning #179-D: variable "dwTemp" was declared but never referenced
    "../APP/Task_Supervisor.c", line 875: warning #179-D: variable "wBoostCnt" was declared but never referenced
    "../APP/Task_Supervisor.c", line 1278: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Task_Supervisor.c", line 2011: warning #112-D: statement is unreachable
    Finished building: "../APP/Task_Supervisor.c"
     
    Building file: "../APP/initial.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/initial.d_raw" --obj_directory="APP"  "../APP/initial.C"
    Finished building: "../APP/initial.C"
     
    Building file: "../APP/lock.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/lock.d_raw" --obj_directory="APP"  "../APP/lock.asm"
    Finished building: "../APP/lock.asm"
     
    Building file: "../APP/main.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/main.d_raw" --obj_directory="APP"  "../APP/main.c"
    Finished building: "../APP/main.c"
     
    Building file: "../CPU/CLEARRAM.ASM"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CLEARRAM.d_raw" --obj_directory="CPU"  "../CPU/CLEARRAM.ASM"
    Finished building: "../CPU/CLEARRAM.ASM"
     
    Building file: "../CPU/CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CodeStartBranch.d_raw" --obj_directory="CPU"  "../CPU/CodeStartBranch.asm"
    Finished building: "../CPU/CodeStartBranch.asm"
     
    Building file: "../CPU/DSP2803x_usDelay.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/DSP2803x_usDelay.d_raw" --obj_directory="CPU"  "../CPU/DSP2803x_usDelay.asm"
    Finished building: "../CPU/DSP2803x_usDelay.asm"
     
    Building file: "../CPU/GlobalVariableDefs.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/GlobalVariableDefs.d_raw" --obj_directory="CPU"  "../CPU/GlobalVariableDefs.C"
    Finished building: "../CPU/GlobalVariableDefs.C"
     
    Building file: "../CPU/SWPrioDefaultIsr.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/SWPrioDefaultIsr.d_raw" --obj_directory="CPU"  "../CPU/SWPrioDefaultIsr.C"
    Finished building: "../CPU/SWPrioDefaultIsr.C"
     
    Building file: "../DRIVER/CAN/ports/Canhdportsforti.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/ports/Canhdportsforti.d_raw" --obj_directory="DRIVER/CAN/ports"  "../DRIVER/CAN/ports/Canhdportsforti.c"
    Finished building: "../DRIVER/CAN/ports/Canhdportsforti.c"
     
    Building file: "../DRIVER/CAN/source/CanDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/source/CanDriver.d_raw" --obj_directory="DRIVER/CAN/source"  "../DRIVER/CAN/source/CanDriver.c"
    "../DRIVER/CAN/source/CanDriver.c", line 122: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 154: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 186: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../DRIVER/CAN/source/CanDriver.c"
     
    Building file: "../DRIVER/SCI/ports/SciFunLstPort.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/SciFunLstPort.d_raw" --obj_directory="DRIVER/SCI/ports"  "../DRIVER/SCI/ports/SciFunLstPort.c"
    Finished building: "../DRIVER/SCI/ports/SciFunLstPort.c"
     
    Building file: "../DRIVER/SCI/ports/hdports/SciFunLst.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/hdports/SciFunLst.d_raw" --obj_directory="DRIVER/SCI/ports/hdports"  "../DRIVER/SCI/ports/hdports/SciFunLst.c"
    Finished building: "../DRIVER/SCI/ports/hdports/SciFunLst.c"
     
    Building file: "../DRIVER/SCI/source/SciDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciDriver.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciDriver.c"
    Finished building: "../DRIVER/SCI/source/SciDriver.c"
     
    Building file: "../DRIVER/SCI/source/SciQueue.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciQueue.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciQueue.c"
    Finished building: "../DRIVER/SCI/source/SciQueue.c"
     
    Building file: "../DRIVER/SPI/SPIDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SPI/SPIDriver.d_raw" --obj_directory="DRIVER/SPI"  "../DRIVER/SPI/SPIDriver.c"
    Finished building: "../DRIVER/SPI/SPIDriver.c"
     
    Building file: "../KERNEL/SOURCE/OS_CORE.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_CORE.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_CORE.c"
    Finished building: "../KERNEL/SOURCE/OS_CORE.c"
     
    Building file: "../KERNEL/SOURCE/OS_EVENT.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_EVENT.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_EVENT.C"
    Finished building: "../KERNEL/SOURCE/OS_EVENT.C"
     
    Building file: "../KERNEL/SOURCE/OS_SHELL.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_SHELL.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_SHELL.c"
    "../KERNEL/SOURCE/OS_SHELL.c", line 31: warning #225-D: function "OSInitSys" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 33: warning #225-D: function "OSInitRdyList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 35: warning #225-D: function "OSInitTCBList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 38: warning #225-D: function "OSInitTaskIdle" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 62: warning #225-D: function "OSFindHighPrio" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 66: warning #225-D: function "OSStartHighRdy" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 110: warning #225-D: function "OSTaskStkInit" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 143: warning #225-D: function "OSFindHighPrio" declared implicitly
    Finished building: "../KERNEL/SOURCE/OS_SHELL.c"
     
    Building file: "../KERNEL/SOURCE/OS_TIMER.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_TIMER.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_TIMER.c"
    "../KERNEL/SOURCE/OS_TIMER.c", line 46: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../KERNEL/SOURCE/OS_TIMER.c"
     
    Building file: "../KERNEL/ports/OS_CPU.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU.asm"
    47 Assembly Errors, 1 Assembly Warning
     
    >> Compilation failure
    KERNEL/ports/subdir_rules.mk:9: recipe for target 'KERNEL/ports/OS_CPU.obj' failed
    "../KERNEL/ports/OS_CPU.asm", WARNING! at line 8: [W0003] This file contains DWARF directives that can only be used in unmodified assembly files generated by the compiler; ignoring all DWARF directives
    DW$CU .dwtag  DW_TAG_compile_unit
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 37: [E0002] Invalid mnemonic specification
    .dwcfa 0x1d, -2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 38: [E0002] Invalid mnemonic specification
    .dwcfa 0x1c, 26, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 39: [E0002] Invalid mnemonic specification
    .dwcfa 0x09, 40, 26
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 41: [E0002] Invalid mnemonic specification
    .dwcfa 0x1d, -8
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 277: [E0002] Invalid mnemonic specification
    .dwcfa 0x1d, -2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 317: [E0002] Invalid mnemonic specification
    .dwcfa 0x0c, 20, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 318: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 319: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 1
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 320: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 321: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 3
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 322: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 4
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 323: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 5
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 324: [E0002] Invalid mnemonic specification
    .dwcfa 0x08, 6
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 325: [E0002] Invalid mnemonic specification
    .dwcfa 0x08, 7
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 326: [E0002] Invalid mnemonic specification
    .dwcfa 0x08, 8
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 327: [E0002] Invalid mnemonic specification
    .dwcfa 0x08, 9
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 328: [E0002] Invalid mnemonic specification
    .dwcfa 0x08, 10
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 329: [E0002] Invalid mnemonic specification
    .dwcfa 0x08, 11
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 330: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 12
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 331: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 13
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 332: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 14
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 333: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 15
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 334: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 16
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 335: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 17
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 336: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 18
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 337: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 19
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 338: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 20
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 339: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 21
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 340: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 22
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 341: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 23
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 342: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 24
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 343: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 25
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 344: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 26
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 345: [E0002] Invalid mnemonic specification
    .dwcfa 0x08, 27
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 346: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 28
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 347: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 29
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 348: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 30
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 349: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 31
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 350: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 32
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 351: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 33
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 352: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 34
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 353: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 35
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 354: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 36
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 355: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 37
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 356: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 38
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 357: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 39
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 358: [E0002] Invalid mnemonic specification
    .dwcfa 0x07, 40
     
     
    Errors in Source - Assembler Aborted
    gmake: *** [KERNEL/ports/OS_CPU.obj] Error 1
    Building file: "../KERNEL/ports/OS_CPU_A.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU_A.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU_A.asm"
    Finished building: "../KERNEL/ports/OS_CPU_A.asm"
     
    Building file: "../KERNEL/ports/TCMP_INT.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/TCMP_INT.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/TCMP_INT.asm"
    Finished building: "../KERNEL/ports/TCMP_INT.asm"
     
    Building file: "../MODULE/InputModule/Module_Input.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/InputModule/Module_Input.d_raw" --obj_directory="MODULE/InputModule"  "../MODULE/InputModule/Module_Input.c"
    Finished building: "../MODULE/InputModule/Module_Input.c"
     
    Building file: "../MODULE/Library/Library.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/Library/Library.d_raw" --obj_directory="MODULE/Library"  "../MODULE/Library/Library.c"
    Finished building: "../MODULE/Library/Library.c"
     
    Building file: "../MODULE/MpptModule/Module_Mppt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/MpptModule/Module_Mppt.d_raw" --obj_directory="MODULE/MpptModule"  "../MODULE/MpptModule/Module_Mppt.c"
    "../MODULE/MpptModule/Module_Mppt.c", line 197: warning #179-D: variable "wRefBusVoltV" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 198: warning #179-D: variable "wRefBusVoltVOld" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 199: warning #179-D: variable "w1sUpCnt" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 1043: warning #179-D: variable "wS2MBusValueTemp" was declared but never referenced
    Finished building: "../MODULE/MpptModule/Module_Mppt.c"
     
    Building file: "../MODULE/OutputModule/Module_Output.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/OutputModule/Module_Output.d_raw" --obj_directory="MODULE/OutputModule"  "../MODULE/OutputModule/Module_Output.c"
    "../MODULE/OutputModule/Module_Output.c", line 294: warning #179-D: variable "bflag" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 295: warning #179-D: variable "bgridoff" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 298: warning #179-D: variable "c10us" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 299: warning #179-D: variable "cPerioddiffLimit" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 301: warning #179-D: variable "wGridSysPeriod" was declared but never referenced
    Finished building: "../MODULE/OutputModule/Module_Output.c"
     
    Building file: "../MODULE/ProtectModule/Module_Protect.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/ProtectModule/Module_Protect.d_raw" --obj_directory="MODULE/ProtectModule"  "../MODULE/ProtectModule/Module_Protect.c"
    "../MODULE/ProtectModule/Module_Protect.c", line 782: warning #179-D: variable "wFaultAmbientCnt" was declared but never referenced
    "../MODULE/ProtectModule/Module_Protect.c", line 784: warning #179-D: variable "wAmbientBackCnt" was declared but never referenced
    Finished building: "../MODULE/ProtectModule/Module_Protect.c"
     
    gmake: Target 'all' not remade because of errors.
    **** Build Finished ****
    __________________________________________________________________________________________________________________________________________________________________
    The log above is copied from Code Composer Studio 8.3.1.
  • The build log you show above for CCS 7.3 does not show the complete build. Please do a "Rebuild" on that project with CCS 7.3 and capture the build log. Also please save the log to a text file and attach it to your reply using the paper clip icon instead of pasting the entire contents into the text field. That will make it easier for us to download and review larger logs.

    Also please check the OS_CPU.asm file. Does it actually have the .dwcfa directives? If so make a backup copy of the file (in case you have a need to revert back to it), then edit the file to remove those .dwcfa debug directives and see if that resolves the errors.

  • Hi,

    So glad to receive your reply.

     OS_CPU.asm file is an ucos system file, could not be allowed to modify usually. Because of the portability and consistency in program, I would better not modify this file if unnecessary. 

    Here are the complete log. 

    Looking forward for your solution. Best wishes to you!

    **** Clean-only build of configuration Debug for project 3303-794A_KSG1-5KDM3_500V_V2.5 ****
    
    "F:\\ti\\ccsv8\\utils\\bin\\gmake" -k clean 
     
    DEL /F  "3303-794A_KSG1-5KDM3_500V_V2.5.hex"  "3303-794A_KSG1-5KDM3_500V_V2.5.out" 
    DEL /F "CPU\CLEARRAM.d" 
    DEL /F "APP\FlashBoot.obj" "APP\Interrupt.obj" "APP\SinCosTable.obj" "APP\TasK_SCIA.obj" "APP\Task_Input.obj" "APP\Task_Mppt.obj" "APP\Task_Output.obj" "APP\Task_Parallel.obj" "APP\Task_SCIB.obj" "APP\Task_SPI.obj" "APP\Task_Supervisor.obj" "APP\initial.obj" "APP\lock.obj" "APP\main.obj" "CPU\CLEARRAM.obj" "CPU\CodeStartBranch.obj" "CPU\DSP2803x_usDelay.obj" "CPU\GlobalVariableDefs.obj" "CPU\SWPrioDefaultIsr.obj" "DRIVER\CAN\ports\Canhdportsforti.obj" "DRIVER\CAN\source\CanDriver.obj" "DRIVER\SCI\ports\SciFunLstPort.obj" "DRIVER\SCI\ports\hdports\SciFunLst.obj" "DRIVER\SCI\source\SciDriver.obj" "DRIVER\SCI\source\SciQueue.obj" "DRIVER\SPI\SPIDriver.obj" "KERNEL\SOURCE\OS_CORE.obj" "KERNEL\SOURCE\OS_EVENT.obj" "KERNEL\SOURCE\OS_SHELL.obj" "KERNEL\SOURCE\OS_TIMER.obj" "KERNEL\ports\OS_CPU.obj" "KERNEL\ports\OS_CPU_A.obj" "KERNEL\ports\TCMP_INT.obj" "MODULE\InputModule\Module_Input.obj" "MODULE\Library\Library.obj" "MODULE\MpptModule\Module_Mppt.obj" "MODULE\OutputModule\Module_Output.obj" "MODULE\ProtectModule\Module_Protect.obj" 
    DEL /F "APP\FlashBoot.d" "APP\Interrupt.d" "APP\Task_Input.d" "APP\Task_Mppt.d" "APP\Task_Output.d" "APP\Task_Parallel.d" "APP\Task_SCIB.d" "APP\Task_SPI.d" "APP\Task_Supervisor.d" "APP\main.d" "DRIVER\CAN\ports\Canhdportsforti.d" "DRIVER\CAN\source\CanDriver.d" "DRIVER\SCI\ports\SciFunLstPort.d" "DRIVER\SCI\ports\hdports\SciFunLst.d" "DRIVER\SCI\source\SciDriver.d" "DRIVER\SCI\source\SciQueue.d" "DRIVER\SPI\SPIDriver.d" "KERNEL\SOURCE\OS_CORE.d" "KERNEL\SOURCE\OS_SHELL.d" "KERNEL\SOURCE\OS_TIMER.d" "KERNEL\ports\OS_CPU.d" "MODULE\InputModule\Module_Input.d" "MODULE\Library\Library.d" "MODULE\MpptModule\Module_Mppt.d" "MODULE\OutputModule\Module_Output.d" "MODULE\ProtectModule\Module_Protect.d" 
    DEL /F "APP\TasK_SCIA.d" "APP\initial.d" "CPU\GlobalVariableDefs.d" "CPU\SWPrioDefaultIsr.d" "KERNEL\SOURCE\OS_EVENT.d" 
    DEL /F "APP\SinCosTable.d" "APP\lock.d" "CPU\CodeStartBranch.d" "CPU\DSP2803x_usDelay.d" "KERNEL\ports\OS_CPU.d" "KERNEL\ports\OS_CPU_A.d" "KERNEL\ports\TCMP_INT.d" 
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\3303-794A_KSG1-5KDM3_500V_V2.5.hex
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\CPU\CLEARRAM.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\KERNEL\ports\OS_CPU.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\APP\SinCosTable.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\CPU\CodeStartBranch.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\KERNEL\ports\OS_CPU.d
    Finished clean
     
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project 3303-794A_KSG1-5KDM3_500V_V2.5 ****
    
    "F:\\ti\\ccsv8\\utils\\bin\\gmake" -k all 
     
    Building file: "../APP/FlashBoot.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/FlashBoot.d_raw" --obj_directory="APP"  "../APP/FlashBoot.c"
    "../APP/FlashBoot.c", line 102: warning #112-D: statement is unreachable
    "../APP/FlashBoot.c", line 40: warning #179-D: variable "i" was declared but never referenced
    "../APP/FlashBoot.c", line 41: warning #179-D: variable "Flash_ptr" was declared but never referenced
    "../APP/FlashBoot.c", line 42: warning #179-D: variable "Length" was declared but never referenced
    "../APP/FlashBoot.c", line 405: warning #552-D: variable "wTemp" was set but never used
    Finished building: "../APP/FlashBoot.c"
     
    Building file: "../APP/Interrupt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Interrupt.d_raw" --obj_directory="APP"  "../APP/Interrupt.c"
    "../APP/Interrupt.c", line 269: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 297: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 319: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 342: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 194: warning #179-D: variable "i" was declared but never referenced
    "../APP/Interrupt.c", line 665: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 717: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 772: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 786: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 898: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../APP/Interrupt.c"
     
    Building file: "../APP/SinCosTable.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/SinCosTable.d_raw" --obj_directory="APP"  "../APP/SinCosTable.asm"
    Finished building: "../APP/SinCosTable.asm"
     
    Building file: "../APP/TasK_SCIA.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/TasK_SCIA.d_raw" --obj_directory="APP"  "../APP/TasK_SCIA.C"
    "../APP/TasK_SCIA.C", line 318: warning #179-D: variable "wFlag" was declared but never referenced
    Finished building: "../APP/TasK_SCIA.C"
     
    Building file: "../APP/Task_Input.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Input.d_raw" --obj_directory="APP"  "../APP/Task_Input.c"
    "../APP/Task_Input.c", line 520: warning #179-D: variable "dwTemp1" was declared but never referenced
    Finished building: "../APP/Task_Input.c"
     
    Building file: "../APP/Task_Mppt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Mppt.d_raw" --obj_directory="APP"  "../APP/Task_Mppt.c"
    Finished building: "../APP/Task_Mppt.c"
     
    Building file: "../APP/Task_Output.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Output.d_raw" --obj_directory="APP"  "../APP/Task_Output.c"
    "../APP/Task_Output.c", line 888: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_Output.c"
     
    Building file: "../APP/Task_Parallel.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Parallel.d_raw" --obj_directory="APP"  "../APP/Task_Parallel.c"
    Finished building: "../APP/Task_Parallel.c"
     
    Building file: "../APP/Task_SCIB.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SCIB.d_raw" --obj_directory="APP"  "../APP/Task_SCIB.c"
    "../APP/Task_SCIB.c", line 238: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SCIB.c", line 1005: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_SCIB.c"
     
    Building file: "../APP/Task_SPI.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SPI.d_raw" --obj_directory="APP"  "../APP/Task_SPI.c"
    "../APP/Task_SPI.c", line 228: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 254: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 261: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 269: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_SPI.c"
     
    Building file: "../APP/Task_Supervisor.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Supervisor.d_raw" --obj_directory="APP"  "../APP/Task_Supervisor.c"
    "../APP/Task_Supervisor.c", line 874: warning #179-D: variable "dwTemp" was declared but never referenced
    "../APP/Task_Supervisor.c", line 875: warning #179-D: variable "wBoostCnt" was declared but never referenced
    "../APP/Task_Supervisor.c", line 1278: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Task_Supervisor.c", line 2011: warning #112-D: statement is unreachable
    Finished building: "../APP/Task_Supervisor.c"
     
    Building file: "../APP/initial.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/initial.d_raw" --obj_directory="APP"  "../APP/initial.C"
    Finished building: "../APP/initial.C"
     
    Building file: "../APP/lock.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/lock.d_raw" --obj_directory="APP"  "../APP/lock.asm"
    Finished building: "../APP/lock.asm"
     
    Building file: "../APP/main.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/main.d_raw" --obj_directory="APP"  "../APP/main.c"
    Finished building: "../APP/main.c"
     
    Building file: "../CPU/CLEARRAM.ASM"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CLEARRAM.d_raw" --obj_directory="CPU"  "../CPU/CLEARRAM.ASM"
    Finished building: "../CPU/CLEARRAM.ASM"
     
    Building file: "../CPU/CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CodeStartBranch.d_raw" --obj_directory="CPU"  "../CPU/CodeStartBranch.asm"
    Finished building: "../CPU/CodeStartBranch.asm"
     
    Building file: "../CPU/DSP2803x_usDelay.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/DSP2803x_usDelay.d_raw" --obj_directory="CPU"  "../CPU/DSP2803x_usDelay.asm"
    Finished building: "../CPU/DSP2803x_usDelay.asm"
     
    Building file: "../CPU/GlobalVariableDefs.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/GlobalVariableDefs.d_raw" --obj_directory="CPU"  "../CPU/GlobalVariableDefs.C"
    Finished building: "../CPU/GlobalVariableDefs.C"
     
    Building file: "../CPU/SWPrioDefaultIsr.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/SWPrioDefaultIsr.d_raw" --obj_directory="CPU"  "../CPU/SWPrioDefaultIsr.C"
    Finished building: "../CPU/SWPrioDefaultIsr.C"
     
    Building file: "../DRIVER/CAN/ports/Canhdportsforti.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/ports/Canhdportsforti.d_raw" --obj_directory="DRIVER/CAN/ports"  "../DRIVER/CAN/ports/Canhdportsforti.c"
    Finished building: "../DRIVER/CAN/ports/Canhdportsforti.c"
     
    Building file: "../DRIVER/CAN/source/CanDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/source/CanDriver.d_raw" --obj_directory="DRIVER/CAN/source"  "../DRIVER/CAN/source/CanDriver.c"
    "../DRIVER/CAN/source/CanDriver.c", line 122: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 154: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 186: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../DRIVER/CAN/source/CanDriver.c"
     
    Building file: "../DRIVER/SCI/ports/SciFunLstPort.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/SciFunLstPort.d_raw" --obj_directory="DRIVER/SCI/ports"  "../DRIVER/SCI/ports/SciFunLstPort.c"
    Finished building: "../DRIVER/SCI/ports/SciFunLstPort.c"
     
    Building file: "../DRIVER/SCI/ports/hdports/SciFunLst.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/hdports/SciFunLst.d_raw" --obj_directory="DRIVER/SCI/ports/hdports"  "../DRIVER/SCI/ports/hdports/SciFunLst.c"
    Finished building: "../DRIVER/SCI/ports/hdports/SciFunLst.c"
     
    Building file: "../DRIVER/SCI/source/SciDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciDriver.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciDriver.c"
    Finished building: "../DRIVER/SCI/source/SciDriver.c"
     
    Building file: "../DRIVER/SCI/source/SciQueue.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciQueue.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciQueue.c"
    Finished building: "../DRIVER/SCI/source/SciQueue.c"
     
    Building file: "../DRIVER/SPI/SPIDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SPI/SPIDriver.d_raw" --obj_directory="DRIVER/SPI"  "../DRIVER/SPI/SPIDriver.c"
    Finished building: "../DRIVER/SPI/SPIDriver.c"
     
    Building file: "../KERNEL/SOURCE/OS_CORE.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_CORE.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_CORE.c"
    Finished building: "../KERNEL/SOURCE/OS_CORE.c"
     
    Building file: "../KERNEL/SOURCE/OS_EVENT.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_EVENT.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_EVENT.C"
    Finished building: "../KERNEL/SOURCE/OS_EVENT.C"
     
    Building file: "../KERNEL/SOURCE/OS_SHELL.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_SHELL.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_SHELL.c"
    "../KERNEL/SOURCE/OS_SHELL.c", line 31: warning #225-D: function "OSInitSys" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 33: warning #225-D: function "OSInitRdyList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 35: warning #225-D: function "OSInitTCBList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 38: warning #225-D: function "OSInitTaskIdle" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 62: warning #225-D: function "OSFindHighPrio" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 66: warning #225-D: function "OSStartHighRdy" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 110: warning #225-D: function "OSTaskStkInit" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 143: warning #225-D: function "OSFindHighPrio" declared implicitly
    Finished building: "../KERNEL/SOURCE/OS_SHELL.c"
     
    Building file: "../KERNEL/SOURCE/OS_TIMER.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_TIMER.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_TIMER.c"
    "../KERNEL/SOURCE/OS_TIMER.c", line 46: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../KERNEL/SOURCE/OS_TIMER.c"
     
    Building file: "../KERNEL/ports/OS_CPU.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU.asm"
    47 Assembly Errors, 1 Assembly Warning
     
    >> Compilation failure
    KERNEL/ports/subdir_rules.mk:9: recipe for target 'KERNEL/ports/OS_CPU.obj' failed
    "../KERNEL/ports/OS_CPU.asm", WARNING! at line 8: [W0003] This file contains DWARF directives that can only be used in unmodified assembly files generated by the compiler; ignoring all DWARF directives
    	DW$CU	.dwtag  DW_TAG_compile_unit
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 37: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1d, -2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 38: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1c, 26, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 39: [E0002] Invalid mnemonic specification
    		.dwcfa	0x09, 40, 26
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 41: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1d, -8
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 277: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1d, -2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 317: [E0002] Invalid mnemonic specification
    		.dwcfa	0x0c, 20, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 318: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 319: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 1
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 320: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 321: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 3
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 322: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 4
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 323: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 5
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 324: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 6
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 325: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 7
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 326: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 8
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 327: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 9
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 328: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 10
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 329: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 11
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 330: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 12
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 331: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 13
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 332: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 14
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 333: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 15
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 334: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 16
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 335: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 17
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 336: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 18
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 337: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 19
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 338: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 20
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 339: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 21
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 340: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 22
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 341: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 23
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 342: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 24
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 343: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 25
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 344: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 26
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 345: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 27
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 346: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 28
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 347: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 29
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 348: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 30
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 349: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 31
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 350: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 32
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 351: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 33
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 352: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 34
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 353: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 35
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 354: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 36
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 355: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 37
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 356: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 38
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 357: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 39
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 358: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 40
     
     
    Errors in Source - Assembler Aborted
    gmake: *** [KERNEL/ports/OS_CPU.obj] Error 1
    Building file: "../KERNEL/ports/OS_CPU_A.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU_A.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU_A.asm"
    Finished building: "../KERNEL/ports/OS_CPU_A.asm"
     
    Building file: "../KERNEL/ports/TCMP_INT.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/TCMP_INT.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/TCMP_INT.asm"
    Finished building: "../KERNEL/ports/TCMP_INT.asm"
     
    Building file: "../MODULE/InputModule/Module_Input.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/InputModule/Module_Input.d_raw" --obj_directory="MODULE/InputModule"  "../MODULE/InputModule/Module_Input.c"
    Finished building: "../MODULE/InputModule/Module_Input.c"
     
    Building file: "../MODULE/Library/Library.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/Library/Library.d_raw" --obj_directory="MODULE/Library"  "../MODULE/Library/Library.c"
    Finished building: "../MODULE/Library/Library.c"
     
    Building file: "../MODULE/MpptModule/Module_Mppt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/MpptModule/Module_Mppt.d_raw" --obj_directory="MODULE/MpptModule"  "../MODULE/MpptModule/Module_Mppt.c"
    "../MODULE/MpptModule/Module_Mppt.c", line 197: warning #179-D: variable "wRefBusVoltV" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 198: warning #179-D: variable "wRefBusVoltVOld" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 199: warning #179-D: variable "w1sUpCnt" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 1043: warning #179-D: variable "wS2MBusValueTemp" was declared but never referenced
    Finished building: "../MODULE/MpptModule/Module_Mppt.c"
     
    Building file: "../MODULE/OutputModule/Module_Output.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/OutputModule/Module_Output.d_raw" --obj_directory="MODULE/OutputModule"  "../MODULE/OutputModule/Module_Output.c"
    "../MODULE/OutputModule/Module_Output.c", line 294: warning #179-D: variable "bflag" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 295: warning #179-D: variable "bgridoff" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 298: warning #179-D: variable "c10us" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 299: warning #179-D: variable "cPerioddiffLimit" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 301: warning #179-D: variable "wGridSysPeriod" was declared but never referenced
    Finished building: "../MODULE/OutputModule/Module_Output.c"
     
    Building file: "../MODULE/ProtectModule/Module_Protect.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/ProtectModule/Module_Protect.d_raw" --obj_directory="MODULE/ProtectModule"  "../MODULE/ProtectModule/Module_Protect.c"
    "../MODULE/ProtectModule/Module_Protect.c", line 782: warning #179-D: variable "wFaultAmbientCnt" was declared but never referenced
    "../MODULE/ProtectModule/Module_Protect.c", line 784: warning #179-D: variable "wAmbientBackCnt" was declared but never referenced
    Finished building: "../MODULE/ProtectModule/Module_Protect.c"
     
    gmake: Target 'all' not remade because of errors.
    
    **** Build Finished ****
    **** Build of configuration Debug for project 3303-9800_KSG1-5KDM3_500V_V2.5 ****
    
    "G:\\TI\\ccsv7\\utils\\bin\\gmake" -k all 
    'Building file: ../APP/FlashBoot.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/FlashBoot.d_raw" --obj_directory="APP"  "../APP/FlashBoot.c"
    KERNEL/ports/subdir_rules.mk:16: warning: overriding recipe for target 'KERNEL/ports/OS_CPU.obj'
    KERNEL/ports/subdir_rules.mk:9: warning: ignoring old recipe for target 'KERNEL/ports/OS_CPU.obj'
    "../APP/FlashBoot.c", line 102: warning #112-D: statement is unreachable
    "../APP/FlashBoot.c", line 40: warning #179-D: variable "i" was declared but never referenced
    "../APP/FlashBoot.c", line 41: warning #179-D: variable "Flash_ptr" was declared but never referenced
    "../APP/FlashBoot.c", line 42: warning #179-D: variable "Length" was declared but never referenced
    "../APP/FlashBoot.c", line 405: warning #552-D: variable "wTemp" was set but never used
    'Finished building: ../APP/FlashBoot.c'
    ' '
    'Building file: ../APP/Interrupt.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Interrupt.d_raw" --obj_directory="APP"  "../APP/Interrupt.c"
    "../APP/Interrupt.c", line 269: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 297: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 319: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 342: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 194: warning #179-D: variable "i" was declared but never referenced
    "../APP/Interrupt.c", line 665: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 717: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 772: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 786: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 898: warning #225-D: function "OSISREventSend" declared implicitly
    'Finished building: ../APP/Interrupt.c'
    ' '
    'Building file: ../APP/SinCosTable.asm'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/SinCosTable.d_raw" --obj_directory="APP"  "../APP/SinCosTable.asm"
    'Finished building: ../APP/SinCosTable.asm'
    ' '
    'Building file: ../APP/TasK_SCIA.C'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/TasK_SCIA.d_raw" --obj_directory="APP"  "../APP/TasK_SCIA.C"
    "../APP/TasK_SCIA.C", line 319: warning #179-D: variable "wFlag" was declared but never referenced
    'Finished building: ../APP/TasK_SCIA.C'
    ' '
    'Building file: ../APP/Task_Input.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Input.d_raw" --obj_directory="APP"  "../APP/Task_Input.c"
    "../APP/Task_Input.c", line 520: warning #179-D: variable "dwTemp1" was declared but never referenced
    'Finished building: ../APP/Task_Input.c'
    ' '
    'Building file: ../APP/Task_Mppt.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Mppt.d_raw" --obj_directory="APP"  "../APP/Task_Mppt.c"
    'Finished building: ../APP/Task_Mppt.c'
    ' '
    'Building file: ../APP/Task_Output.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Output.d_raw" --obj_directory="APP"  "../APP/Task_Output.c"
    "../APP/Task_Output.c", line 888: warning #188-D: pointless comparison of unsigned integer with zero
    'Finished building: ../APP/Task_Output.c'
    ' '
    'Building file: ../APP/Task_Parallel.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Parallel.d_raw" --obj_directory="APP"  "../APP/Task_Parallel.c"
    'Finished building: ../APP/Task_Parallel.c'
    ' '
    'Building file: ../APP/Task_SCIB.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SCIB.d_raw" --obj_directory="APP"  "../APP/Task_SCIB.c"
    "../APP/Task_SCIB.c", line 238: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SCIB.c", line 1005: warning #188-D: pointless comparison of unsigned integer with zero
    'Finished building: ../APP/Task_SCIB.c'
    ' '
    'Building file: ../APP/Task_SPI.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SPI.d_raw" --obj_directory="APP"  "../APP/Task_SPI.c"
    "../APP/Task_SPI.c", line 228: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 254: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 261: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 269: warning #188-D: pointless comparison of unsigned integer with zero
    'Finished building: ../APP/Task_SPI.c'
    ' '
    'Building file: ../APP/Task_Supervisor.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Supervisor.d_raw" --obj_directory="APP"  "../APP/Task_Supervisor.c"
    "../APP/Task_Supervisor.c", line 872: warning #179-D: variable "dwTemp" was declared but never referenced
    "../APP/Task_Supervisor.c", line 873: warning #179-D: variable "wBoostCnt" was declared but never referenced
    "../APP/Task_Supervisor.c", line 1276: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Task_Supervisor.c", line 2009: warning #112-D: statement is unreachable
    'Finished building: ../APP/Task_Supervisor.c'
    ' '
    'Building file: ../APP/initial.C'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/initial.d_raw" --obj_directory="APP"  "../APP/initial.C"
    'Finished building: ../APP/initial.C'
    ' '
    'Building file: ../APP/lock.asm'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/lock.d_raw" --obj_directory="APP"  "../APP/lock.asm"
    'Finished building: ../APP/lock.asm'
    ' '
    'Building file: ../APP/main.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/main.d_raw" --obj_directory="APP"  "../APP/main.c"
    'Finished building: ../APP/main.c'
    ' '
    'Building file: ../CPU/CLEARRAM.ASM'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CLEARRAM.d_raw" --obj_directory="CPU"  "../CPU/CLEARRAM.ASM"
    'Finished building: ../CPU/CLEARRAM.ASM'
    ' '
    'Building file: ../CPU/CodeStartBranch.asm'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CodeStartBranch.d_raw" --obj_directory="CPU"  "../CPU/CodeStartBranch.asm"
    'Finished building: ../CPU/CodeStartBranch.asm'
    ' '
    'Building file: ../CPU/DSP2803x_usDelay.asm'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/DSP2803x_usDelay.d_raw" --obj_directory="CPU"  "../CPU/DSP2803x_usDelay.asm"
    'Finished building: ../CPU/DSP2803x_usDelay.asm'
    ' '
    'Building file: ../CPU/GlobalVariableDefs.C'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/GlobalVariableDefs.d_raw" --obj_directory="CPU"  "../CPU/GlobalVariableDefs.C"
    'Finished building: ../CPU/GlobalVariableDefs.C'
    ' '
    'Building file: ../CPU/SWPrioDefaultIsr.C'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/SWPrioDefaultIsr.d_raw" --obj_directory="CPU"  "../CPU/SWPrioDefaultIsr.C"
    'Finished building: ../CPU/SWPrioDefaultIsr.C'
    ' '
    'Building file: ../DRIVER/CAN/ports/Canhdportsforti.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/ports/Canhdportsforti.d_raw" --obj_directory="DRIVER/CAN/ports"  "../DRIVER/CAN/ports/Canhdportsforti.c"
    'Finished building: ../DRIVER/CAN/ports/Canhdportsforti.c'
    ' '
    'Building file: ../DRIVER/CAN/source/CanDriver.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/source/CanDriver.d_raw" --obj_directory="DRIVER/CAN/source"  "../DRIVER/CAN/source/CanDriver.c"
    "../DRIVER/CAN/source/CanDriver.c", line 122: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 154: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 186: warning #225-D: function "OSISREventSend" declared implicitly
    'Finished building: ../DRIVER/CAN/source/CanDriver.c'
    ' '
    'Building file: ../DRIVER/SCI/ports/SciFunLstPort.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/SciFunLstPort.d_raw" --obj_directory="DRIVER/SCI/ports"  "../DRIVER/SCI/ports/SciFunLstPort.c"
    'Finished building: ../DRIVER/SCI/ports/SciFunLstPort.c'
    ' '
    'Building file: ../DRIVER/SCI/ports/hdports/SciFunLst.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/hdports/SciFunLst.d_raw" --obj_directory="DRIVER/SCI/ports/hdports"  "../DRIVER/SCI/ports/hdports/SciFunLst.c"
    'Finished building: ../DRIVER/SCI/ports/hdports/SciFunLst.c'
    ' '
    'Building file: ../DRIVER/SCI/source/SciDriver.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciDriver.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciDriver.c"
    'Finished building: ../DRIVER/SCI/source/SciDriver.c'
    ' '
    'Building file: ../DRIVER/SCI/source/SciQueue.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciQueue.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciQueue.c"
    'Finished building: ../DRIVER/SCI/source/SciQueue.c'
    ' '
    'Building file: ../DRIVER/SPI/SPIDriver.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SPI/SPIDriver.d_raw" --obj_directory="DRIVER/SPI"  "../DRIVER/SPI/SPIDriver.c"
    'Finished building: ../DRIVER/SPI/SPIDriver.c'
    ' '
    'Building file: ../KERNEL/SOURCE/OS_CORE.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_CORE.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_CORE.c"
    'Finished building: ../KERNEL/SOURCE/OS_CORE.c'
    ' '
    'Building file: ../KERNEL/SOURCE/OS_EVENT.C'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_EVENT.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_EVENT.C"
    'Finished building: ../KERNEL/SOURCE/OS_EVENT.C'
    ' '
    'Building file: ../KERNEL/SOURCE/OS_SHELL.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_SHELL.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_SHELL.c"
    "../KERNEL/SOURCE/OS_SHELL.c", line 31: warning #225-D: function "OSInitSys" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 33: warning #225-D: function "OSInitRdyList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 35: warning #225-D: function "OSInitTCBList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 38: warning #225-D: function "OSInitTaskIdle" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 62: warning #225-D: function "OSFindHighPrio" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 66: warning #225-D: function "OSStartHighRdy" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 110: warning #225-D: function "OSTaskStkInit" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 143: warning #225-D: function "OSFindHighPrio" declared implicitly
    'Finished building: ../KERNEL/SOURCE/OS_SHELL.c'
    ' '
    'Building file: ../KERNEL/SOURCE/OS_TIMER.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_TIMER.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_TIMER.c"
    "../KERNEL/SOURCE/OS_TIMER.c", line 46: warning #225-D: function "OSISREventSend" declared implicitly
    'Finished building: ../KERNEL/SOURCE/OS_TIMER.c'
    ' '
    'Building file: ../KERNEL/ports/OS_CPU.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU.c"
    'Finished building: ../KERNEL/ports/OS_CPU.c'
    ' '
    'Building file: ../KERNEL/ports/OS_CPU_A.asm'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU_A.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU_A.asm"
    'Finished building: ../KERNEL/ports/OS_CPU_A.asm'
    ' '
    'Building file: ../KERNEL/ports/TCMP_INT.asm'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/TCMP_INT.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/TCMP_INT.asm"
    'Finished building: ../KERNEL/ports/TCMP_INT.asm'
    ' '
    'Building file: ../MODULE/InputModule/Module_Input.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/InputModule/Module_Input.d_raw" --obj_directory="MODULE/InputModule"  "../MODULE/InputModule/Module_Input.c"
    'Finished building: ../MODULE/InputModule/Module_Input.c'
    ' '
    'Building file: ../MODULE/Library/Library.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/Library/Library.d_raw" --obj_directory="MODULE/Library"  "../MODULE/Library/Library.c"
    'Finished building: ../MODULE/Library/Library.c'
    ' '
    'Building file: ../MODULE/MpptModule/Module_Mppt.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/MpptModule/Module_Mppt.d_raw" --obj_directory="MODULE/MpptModule"  "../MODULE/MpptModule/Module_Mppt.c"
    "../MODULE/MpptModule/Module_Mppt.c", line 197: warning #179-D: variable "wRefBusVoltV" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 198: warning #179-D: variable "wRefBusVoltVOld" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 199: warning #179-D: variable "w1sUpCnt" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 1043: warning #179-D: variable "wS2MBusValueTemp" was declared but never referenced
    'Finished building: ../MODULE/MpptModule/Module_Mppt.c'
    ' '
    'Building file: ../MODULE/OutputModule/Module_Output.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/OutputModule/Module_Output.d_raw" --obj_directory="MODULE/OutputModule"  "../MODULE/OutputModule/Module_Output.c"
    "../MODULE/OutputModule/Module_Output.c", line 294: warning #179-D: variable "bflag" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 295: warning #179-D: variable "bgridoff" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 298: warning #179-D: variable "c10us" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 299: warning #179-D: variable "cPerioddiffLimit" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 301: warning #179-D: variable "wGridSysPeriod" was declared but never referenced
    'Finished building: ../MODULE/OutputModule/Module_Output.c'
    ' '
    'Building file: ../MODULE/ProtectModule/Module_Protect.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/ProtectModule/Module_Protect.d_raw" --obj_directory="MODULE/ProtectModule"  "../MODULE/ProtectModule/Module_Protect.c"
    "../MODULE/ProtectModule/Module_Protect.c", line 782: warning #179-D: variable "wFaultAmbientCnt" was declared but never referenced
    "../MODULE/ProtectModule/Module_Protect.c", line 784: warning #179-D: variable "wAmbientBackCnt" was declared but never referenced
    'Finished building: ../MODULE/ProtectModule/Module_Protect.c'
    ' '
    'Building target: 3303-9800_KSG1-5KDM3_500V_V2.5.out'
    'Invoking: C2000 Linker'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number -z -m"3303-9800_KSG1-5KDM3_500V_V2.5.map" --stack_size=0x200 --warn_sections -i"G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/lib" -i"G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="3303-9800_KSG1-5KDM3_500V_V2.5_linkInfo.xml" --entry_point=code_start --rom_model -o "3303-9800_KSG1-5KDM3_500V_V2.5.out" "./APP/FlashBoot.obj" "./APP/Interrupt.obj" "./APP/SinCosTable.obj" "./APP/TasK_SCIA.obj" "./APP/Task_Input.obj" "./APP/Task_Mppt.obj" "./APP/Task_Output.obj" "./APP/Task_Parallel.obj" "./APP/Task_SCIB.obj" "./APP/Task_SPI.obj" "./APP/Task_Supervisor.obj" "./APP/initial.obj" "./APP/lock.obj" "./APP/main.obj" "./CPU/CLEARRAM.obj" "./CPU/CodeStartBranch.obj" "./CPU/DSP2803x_usDelay.obj" "./CPU/GlobalVariableDefs.obj" "./CPU/SWPrioDefaultIsr.obj" "./DRIVER/CAN/ports/Canhdportsforti.obj" "./DRIVER/CAN/source/CanDriver.obj" "./DRIVER/SCI/ports/SciFunLstPort.obj" "./DRIVER/SCI/ports/hdports/SciFunLst.obj" "./DRIVER/SCI/source/SciDriver.obj" "./DRIVER/SCI/source/SciQueue.obj" "./DRIVER/SPI/SPIDriver.obj" "./KERNEL/SOURCE/OS_CORE.obj" "./KERNEL/SOURCE/OS_EVENT.obj" "./KERNEL/SOURCE/OS_SHELL.obj" "./KERNEL/SOURCE/OS_TIMER.obj" "./KERNEL/ports/OS_CPU.obj" "./KERNEL/ports/OS_CPU_A.obj" "./KERNEL/ports/TCMP_INT.obj" "./MODULE/InputModule/Module_Input.obj" "./MODULE/Library/Library.obj" "./MODULE/MpptModule/Module_Mppt.obj" "./MODULE/OutputModule/Module_Output.obj" "./MODULE/ProtectModule/Module_Protect.obj" "../2803x_FlashAPI_BootROMSymbols.lib" "../DM28035.cmd" "../Lib/Controller.lib" "../Lib/rts2800_ml.lib"  -llibc.a 
    <Linking>
    warning #10063-D: entry-point symbol other than "_c_int00" specified:  "code_start"
    'Finished building target: 3303-9800_KSG1-5KDM3_500V_V2.5.out'
    ' '
    'Invoking: C2000 Hex Utility'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/hex2000" --map="16" --romwidth=16 --intel -o "3303-9800_KSG1-5KDM3_500V_V2.5.hex"  "3303-9800_KSG1-5KDM3_500V_V2.5.out" 
    Translating to Intel format...
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" .text ==> .text
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" .switch ==> .switch
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" ramfuncs ==> ramfuncs
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" FlashBoot ==> FlashBoot
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" .econst ==> .econst
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" .cinit ==> .cinit
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" codestart ==> codestart
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" DataBuff ==> DataBuff
       "3303-9800_KSG1-5KDM3_500V_V2.5.out" CsmPwlFile ==> CsmPwlFile
    warning: Data is being written to auto-generated file
       3303-9800_KSG1-5KDM3_500V_V2.i10
    'Finished building: 3303-9800_KSG1-5KDM3_500V_V2.5.hex'
    ' '
    
    **** Build Finished ****
    
    **** Clean-only build of configuration Debug for project 3303-794A_KSG1-5KDM3_500V_V2.5 ****
    
    "F:\\ti\\ccsv8\\utils\\bin\\gmake" -k clean 
     
    DEL /F  "3303-794A_KSG1-5KDM3_500V_V2.5.hex"  "3303-794A_KSG1-5KDM3_500V_V2.5.out" 
    DEL /F "CPU\CLEARRAM.d" 
    DEL /F "APP\FlashBoot.obj" "APP\Interrupt.obj" "APP\SinCosTable.obj" "APP\TasK_SCIA.obj" "APP\Task_Input.obj" "APP\Task_Mppt.obj" "APP\Task_Output.obj" "APP\Task_Parallel.obj" "APP\Task_SCIB.obj" "APP\Task_SPI.obj" "APP\Task_Supervisor.obj" "APP\initial.obj" "APP\lock.obj" "APP\main.obj" "CPU\CLEARRAM.obj" "CPU\CodeStartBranch.obj" "CPU\DSP2803x_usDelay.obj" "CPU\GlobalVariableDefs.obj" "CPU\SWPrioDefaultIsr.obj" "DRIVER\CAN\ports\Canhdportsforti.obj" "DRIVER\CAN\source\CanDriver.obj" "DRIVER\SCI\ports\SciFunLstPort.obj" "DRIVER\SCI\ports\hdports\SciFunLst.obj" "DRIVER\SCI\source\SciDriver.obj" "DRIVER\SCI\source\SciQueue.obj" "DRIVER\SPI\SPIDriver.obj" "KERNEL\SOURCE\OS_CORE.obj" "KERNEL\SOURCE\OS_EVENT.obj" "KERNEL\SOURCE\OS_SHELL.obj" "KERNEL\SOURCE\OS_TIMER.obj" "KERNEL\ports\OS_CPU.obj" "KERNEL\ports\OS_CPU_A.obj" "KERNEL\ports\TCMP_INT.obj" "MODULE\InputModule\Module_Input.obj" "MODULE\Library\Library.obj" "MODULE\MpptModule\Module_Mppt.obj" "MODULE\OutputModule\Module_Output.obj" "MODULE\ProtectModule\Module_Protect.obj" 
    DEL /F "APP\FlashBoot.d" "APP\Interrupt.d" "APP\Task_Input.d" "APP\Task_Mppt.d" "APP\Task_Output.d" "APP\Task_Parallel.d" "APP\Task_SCIB.d" "APP\Task_SPI.d" "APP\Task_Supervisor.d" "APP\main.d" "DRIVER\CAN\ports\Canhdportsforti.d" "DRIVER\CAN\source\CanDriver.d" "DRIVER\SCI\ports\SciFunLstPort.d" "DRIVER\SCI\ports\hdports\SciFunLst.d" "DRIVER\SCI\source\SciDriver.d" "DRIVER\SCI\source\SciQueue.d" "DRIVER\SPI\SPIDriver.d" "KERNEL\SOURCE\OS_CORE.d" "KERNEL\SOURCE\OS_SHELL.d" "KERNEL\SOURCE\OS_TIMER.d" "KERNEL\ports\OS_CPU.d" "MODULE\InputModule\Module_Input.d" "MODULE\Library\Library.d" "MODULE\MpptModule\Module_Mppt.d" "MODULE\OutputModule\Module_Output.d" "MODULE\ProtectModule\Module_Protect.d" 
    DEL /F "APP\TasK_SCIA.d" "APP\initial.d" "CPU\GlobalVariableDefs.d" "CPU\SWPrioDefaultIsr.d" "KERNEL\SOURCE\OS_EVENT.d" 
    DEL /F "APP\SinCosTable.d" "APP\lock.d" "CPU\CodeStartBranch.d" "CPU\DSP2803x_usDelay.d" "KERNEL\ports\OS_CPU.d" "KERNEL\ports\OS_CPU_A.d" "KERNEL\ports\TCMP_INT.d" 
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\3303-794A_KSG1-5KDM3_500V_V2.5.hex
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\CPU\CLEARRAM.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\KERNEL\ports\OS_CPU.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\APP\SinCosTable.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\CPU\CodeStartBranch.d
    �Ҳ��� E:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\KERNEL\ports\OS_CPU.d
    Finished clean
     
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project 3303-794A_KSG1-5KDM3_500V_V2.5 ****
    
    "F:\\ti\\ccsv8\\utils\\bin\\gmake" -k all 
     
    Building file: "../APP/FlashBoot.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/FlashBoot.d_raw" --obj_directory="APP"  "../APP/FlashBoot.c"
    "../APP/FlashBoot.c", line 102: warning #112-D: statement is unreachable
    "../APP/FlashBoot.c", line 40: warning #179-D: variable "i" was declared but never referenced
    "../APP/FlashBoot.c", line 41: warning #179-D: variable "Flash_ptr" was declared but never referenced
    "../APP/FlashBoot.c", line 42: warning #179-D: variable "Length" was declared but never referenced
    "../APP/FlashBoot.c", line 405: warning #552-D: variable "wTemp" was set but never used
    Finished building: "../APP/FlashBoot.c"
     
    Building file: "../APP/Interrupt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Interrupt.d_raw" --obj_directory="APP"  "../APP/Interrupt.c"
    "../APP/Interrupt.c", line 269: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 297: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 319: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 342: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 194: warning #179-D: variable "i" was declared but never referenced
    "../APP/Interrupt.c", line 665: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 717: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Interrupt.c", line 772: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 786: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Interrupt.c", line 898: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../APP/Interrupt.c"
     
    Building file: "../APP/SinCosTable.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/SinCosTable.d_raw" --obj_directory="APP"  "../APP/SinCosTable.asm"
    Finished building: "../APP/SinCosTable.asm"
     
    Building file: "../APP/TasK_SCIA.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/TasK_SCIA.d_raw" --obj_directory="APP"  "../APP/TasK_SCIA.C"
    "../APP/TasK_SCIA.C", line 318: warning #179-D: variable "wFlag" was declared but never referenced
    Finished building: "../APP/TasK_SCIA.C"
     
    Building file: "../APP/Task_Input.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Input.d_raw" --obj_directory="APP"  "../APP/Task_Input.c"
    "../APP/Task_Input.c", line 520: warning #179-D: variable "dwTemp1" was declared but never referenced
    Finished building: "../APP/Task_Input.c"
     
    Building file: "../APP/Task_Mppt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Mppt.d_raw" --obj_directory="APP"  "../APP/Task_Mppt.c"
    Finished building: "../APP/Task_Mppt.c"
     
    Building file: "../APP/Task_Output.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Output.d_raw" --obj_directory="APP"  "../APP/Task_Output.c"
    "../APP/Task_Output.c", line 888: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_Output.c"
     
    Building file: "../APP/Task_Parallel.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Parallel.d_raw" --obj_directory="APP"  "../APP/Task_Parallel.c"
    Finished building: "../APP/Task_Parallel.c"
     
    Building file: "../APP/Task_SCIB.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SCIB.d_raw" --obj_directory="APP"  "../APP/Task_SCIB.c"
    "../APP/Task_SCIB.c", line 238: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SCIB.c", line 1005: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_SCIB.c"
     
    Building file: "../APP/Task_SPI.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_SPI.d_raw" --obj_directory="APP"  "../APP/Task_SPI.c"
    "../APP/Task_SPI.c", line 228: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 254: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 261: warning #188-D: pointless comparison of unsigned integer with zero
    "../APP/Task_SPI.c", line 269: warning #188-D: pointless comparison of unsigned integer with zero
    Finished building: "../APP/Task_SPI.c"
     
    Building file: "../APP/Task_Supervisor.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/Task_Supervisor.d_raw" --obj_directory="APP"  "../APP/Task_Supervisor.c"
    "../APP/Task_Supervisor.c", line 874: warning #179-D: variable "dwTemp" was declared but never referenced
    "../APP/Task_Supervisor.c", line 875: warning #179-D: variable "wBoostCnt" was declared but never referenced
    "../APP/Task_Supervisor.c", line 1278: warning #225-D: function "OSISREventSend" declared implicitly
    "../APP/Task_Supervisor.c", line 2011: warning #112-D: statement is unreachable
    Finished building: "../APP/Task_Supervisor.c"
     
    Building file: "../APP/initial.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/initial.d_raw" --obj_directory="APP"  "../APP/initial.C"
    Finished building: "../APP/initial.C"
     
    Building file: "../APP/lock.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/lock.d_raw" --obj_directory="APP"  "../APP/lock.asm"
    Finished building: "../APP/lock.asm"
     
    Building file: "../APP/main.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="APP/main.d_raw" --obj_directory="APP"  "../APP/main.c"
    Finished building: "../APP/main.c"
     
    Building file: "../CPU/CLEARRAM.ASM"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CLEARRAM.d_raw" --obj_directory="CPU"  "../CPU/CLEARRAM.ASM"
    Finished building: "../CPU/CLEARRAM.ASM"
     
    Building file: "../CPU/CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/CodeStartBranch.d_raw" --obj_directory="CPU"  "../CPU/CodeStartBranch.asm"
    Finished building: "../CPU/CodeStartBranch.asm"
     
    Building file: "../CPU/DSP2803x_usDelay.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/DSP2803x_usDelay.d_raw" --obj_directory="CPU"  "../CPU/DSP2803x_usDelay.asm"
    Finished building: "../CPU/DSP2803x_usDelay.asm"
     
    Building file: "../CPU/GlobalVariableDefs.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/GlobalVariableDefs.d_raw" --obj_directory="CPU"  "../CPU/GlobalVariableDefs.C"
    Finished building: "../CPU/GlobalVariableDefs.C"
     
    Building file: "../CPU/SWPrioDefaultIsr.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CPU/SWPrioDefaultIsr.d_raw" --obj_directory="CPU"  "../CPU/SWPrioDefaultIsr.C"
    Finished building: "../CPU/SWPrioDefaultIsr.C"
     
    Building file: "../DRIVER/CAN/ports/Canhdportsforti.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/ports/Canhdportsforti.d_raw" --obj_directory="DRIVER/CAN/ports"  "../DRIVER/CAN/ports/Canhdportsforti.c"
    Finished building: "../DRIVER/CAN/ports/Canhdportsforti.c"
     
    Building file: "../DRIVER/CAN/source/CanDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/CAN/source/CanDriver.d_raw" --obj_directory="DRIVER/CAN/source"  "../DRIVER/CAN/source/CanDriver.c"
    "../DRIVER/CAN/source/CanDriver.c", line 122: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 154: warning #225-D: function "OSISREventSend" declared implicitly
    "../DRIVER/CAN/source/CanDriver.c", line 186: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../DRIVER/CAN/source/CanDriver.c"
     
    Building file: "../DRIVER/SCI/ports/SciFunLstPort.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/SciFunLstPort.d_raw" --obj_directory="DRIVER/SCI/ports"  "../DRIVER/SCI/ports/SciFunLstPort.c"
    Finished building: "../DRIVER/SCI/ports/SciFunLstPort.c"
     
    Building file: "../DRIVER/SCI/ports/hdports/SciFunLst.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/ports/hdports/SciFunLst.d_raw" --obj_directory="DRIVER/SCI/ports/hdports"  "../DRIVER/SCI/ports/hdports/SciFunLst.c"
    Finished building: "../DRIVER/SCI/ports/hdports/SciFunLst.c"
     
    Building file: "../DRIVER/SCI/source/SciDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciDriver.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciDriver.c"
    Finished building: "../DRIVER/SCI/source/SciDriver.c"
     
    Building file: "../DRIVER/SCI/source/SciQueue.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SCI/source/SciQueue.d_raw" --obj_directory="DRIVER/SCI/source"  "../DRIVER/SCI/source/SciQueue.c"
    Finished building: "../DRIVER/SCI/source/SciQueue.c"
     
    Building file: "../DRIVER/SPI/SPIDriver.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DRIVER/SPI/SPIDriver.d_raw" --obj_directory="DRIVER/SPI"  "../DRIVER/SPI/SPIDriver.c"
    Finished building: "../DRIVER/SPI/SPIDriver.c"
     
    Building file: "../KERNEL/SOURCE/OS_CORE.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_CORE.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_CORE.c"
    Finished building: "../KERNEL/SOURCE/OS_CORE.c"
     
    Building file: "../KERNEL/SOURCE/OS_EVENT.C"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_EVENT.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_EVENT.C"
    Finished building: "../KERNEL/SOURCE/OS_EVENT.C"
     
    Building file: "../KERNEL/SOURCE/OS_SHELL.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_SHELL.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_SHELL.c"
    "../KERNEL/SOURCE/OS_SHELL.c", line 31: warning #225-D: function "OSInitSys" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 33: warning #225-D: function "OSInitRdyList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 35: warning #225-D: function "OSInitTCBList" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 38: warning #225-D: function "OSInitTaskIdle" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 62: warning #225-D: function "OSFindHighPrio" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 66: warning #225-D: function "OSStartHighRdy" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 110: warning #225-D: function "OSTaskStkInit" declared implicitly
    "../KERNEL/SOURCE/OS_SHELL.c", line 143: warning #225-D: function "OSFindHighPrio" declared implicitly
    Finished building: "../KERNEL/SOURCE/OS_SHELL.c"
     
    Building file: "../KERNEL/SOURCE/OS_TIMER.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/SOURCE/OS_TIMER.d_raw" --obj_directory="KERNEL/SOURCE"  "../KERNEL/SOURCE/OS_TIMER.c"
    "../KERNEL/SOURCE/OS_TIMER.c", line 46: warning #225-D: function "OSISREventSend" declared implicitly
    Finished building: "../KERNEL/SOURCE/OS_TIMER.c"
     
    Building file: "../KERNEL/ports/OS_CPU.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU.asm"
    47 Assembly Errors, 1 Assembly Warning
     
    >> Compilation failure
    KERNEL/ports/subdir_rules.mk:9: recipe for target 'KERNEL/ports/OS_CPU.obj' failed
    "../KERNEL/ports/OS_CPU.asm", WARNING! at line 8: [W0003] This file contains DWARF directives that can only be used in unmodified assembly files generated by the compiler; ignoring all DWARF directives
    	DW$CU	.dwtag  DW_TAG_compile_unit
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 37: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1d, -2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 38: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1c, 26, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 39: [E0002] Invalid mnemonic specification
    		.dwcfa	0x09, 40, 26
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 41: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1d, -8
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 277: [E0002] Invalid mnemonic specification
    		.dwcfa	0x1d, -2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 317: [E0002] Invalid mnemonic specification
    		.dwcfa	0x0c, 20, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 318: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 0
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 319: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 1
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 320: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 2
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 321: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 3
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 322: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 4
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 323: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 5
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 324: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 6
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 325: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 7
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 326: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 8
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 327: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 9
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 328: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 10
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 329: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 11
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 330: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 12
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 331: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 13
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 332: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 14
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 333: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 15
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 334: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 16
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 335: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 17
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 336: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 18
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 337: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 19
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 338: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 20
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 339: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 21
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 340: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 22
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 341: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 23
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 342: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 24
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 343: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 25
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 344: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 26
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 345: [E0002] Invalid mnemonic specification
    		.dwcfa	0x08, 27
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 346: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 28
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 347: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 29
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 348: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 30
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 349: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 31
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 350: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 32
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 351: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 33
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 352: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 34
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 353: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 35
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 354: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 36
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 355: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 37
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 356: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 38
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 357: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 39
     
    "../KERNEL/ports/OS_CPU.asm", ERROR!   at line 358: [E0002] Invalid mnemonic specification
    		.dwcfa	0x07, 40
     
     
    Errors in Source - Assembler Aborted
    gmake: *** [KERNEL/ports/OS_CPU.obj] Error 1
    Building file: "../KERNEL/ports/OS_CPU_A.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU_A.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/OS_CPU_A.asm"
    Finished building: "../KERNEL/ports/OS_CPU_A.asm"
     
    Building file: "../KERNEL/ports/TCMP_INT.asm"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/TCMP_INT.d_raw" --obj_directory="KERNEL/ports"  "../KERNEL/ports/TCMP_INT.asm"
    Finished building: "../KERNEL/ports/TCMP_INT.asm"
     
    Building file: "../MODULE/InputModule/Module_Input.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/InputModule/Module_Input.d_raw" --obj_directory="MODULE/InputModule"  "../MODULE/InputModule/Module_Input.c"
    Finished building: "../MODULE/InputModule/Module_Input.c"
     
    Building file: "../MODULE/Library/Library.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/Library/Library.d_raw" --obj_directory="MODULE/Library"  "../MODULE/Library/Library.c"
    Finished building: "../MODULE/Library/Library.c"
     
    Building file: "../MODULE/MpptModule/Module_Mppt.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/MpptModule/Module_Mppt.d_raw" --obj_directory="MODULE/MpptModule"  "../MODULE/MpptModule/Module_Mppt.c"
    "../MODULE/MpptModule/Module_Mppt.c", line 197: warning #179-D: variable "wRefBusVoltV" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 198: warning #179-D: variable "wRefBusVoltVOld" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 199: warning #179-D: variable "w1sUpCnt" was declared but never referenced
    "../MODULE/MpptModule/Module_Mppt.c", line 1043: warning #179-D: variable "wS2MBusValueTemp" was declared but never referenced
    Finished building: "../MODULE/MpptModule/Module_Mppt.c"
     
    Building file: "../MODULE/OutputModule/Module_Output.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/OutputModule/Module_Output.d_raw" --obj_directory="MODULE/OutputModule"  "../MODULE/OutputModule/Module_Output.c"
    "../MODULE/OutputModule/Module_Output.c", line 294: warning #179-D: variable "bflag" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 295: warning #179-D: variable "bgridoff" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 298: warning #179-D: variable "c10us" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 299: warning #179-D: variable "cPerioddiffLimit" was declared but never referenced
    "../MODULE/OutputModule/Module_Output.c", line 301: warning #179-D: variable "wGridSysPeriod" was declared but never referenced
    Finished building: "../MODULE/OutputModule/Module_Output.c"
     
    Building file: "../MODULE/ProtectModule/Module_Protect.c"
    Invoking: C2000 Compiler
    "F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="F:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.4.LTS/include" --include_path="E:/3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="MODULE/ProtectModule/Module_Protect.d_raw" --obj_directory="MODULE/ProtectModule"  "../MODULE/ProtectModule/Module_Protect.c"
    "../MODULE/ProtectModule/Module_Protect.c", line 782: warning #179-D: variable "wFaultAmbientCnt" was declared but never referenced
    "../MODULE/ProtectModule/Module_Protect.c", line 784: warning #179-D: variable "wAmbientBackCnt" was declared but never referenced
    Finished building: "../MODULE/ProtectModule/Module_Protect.c"
     
    gmake: Target 'all' not remade because of errors.
    
    **** Build Finished ****

  • I see the following difference between the two logs.

    In version 7.3.0, it is building OS_CPU.c and then OS_CPU_A.asm. See lines below:

    'Building file: ../KERNEL/ports/OS_CPU.c'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU.d_raw" --obj_directory="KERNEL/ports" "../KERNEL/ports/OS_CPU.c"
    'Finished building: ../KERNEL/ports/OS_CPU.c'
    ' '
    'Building file: ../KERNEL/ports/OS_CPU_A.asm'
    'Invoking: C2000 Compiler'
    "G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/bin/cl2000" -v28 -ml -mt --include_path="G:/TI/ccsv7/tools/compiler/ti-cgt-c2000_18.1.4.LTS/include" --include_path="F:/Kstar task/Software Version/3303-9800_500V_Rev2.5_export" --advice:performance=all -g --optimize_with_debug=on --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="KERNEL/ports/OS_CPU_A.d_raw" --obj_directory="KERNEL/ports" "../KERNEL/ports/OS_CPU_A.asm"
    'Finished building: ../KERNEL/ports/OS_CPU_A.asm'
    ' '

    In version 8.3.1, it is building OS_CPU.asm and then OS_CPU_A.asm. The errors are coming when building OS_CPU.asm because it is likely a compiler generated assembly file (with all those compiler generated debug directives) rather than source assembly file. I'm not sure how or why that assembly file came to be in that directory but I would expect the C file to be there and not this generated assembly file. The generated files usually go into a directory inside the \Debug directory.

  • Hi,

    So glad to receive the reply.

    I also suspect the asm file maybe generated by compiler before. But when I open the Debug file, I could not find the asm file.  OS_CPU.c,   OS_CPU_A.asm, OS_CPU.asm are in F:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\KERNEL\ports. All of them are the file which I write. So, the fault maybe not here. The different between F:\3303-794A_KSG5KDM3_V1.4_FromHwb_500V_0509_BiaoJi_OK\Debug\KERNEL\ports generated by compiler could be see in this picture. The red means the difference.

    So, what is the next step to solve this problem. 

    Looking forward for your solution. Best wishes to you!

  • It might be easier to understand what is happening if you are able to share the project with us. Would you be able to zip up the entire project and attach it here?

  • Hi,

    I would like to send the project to you to solve this bug. However, this action must be allowed by manager because of the research and development process. The whole project contains lots of algorithm of patent. I should modify the project by delete these algorithm if the project wanted to be sent.

    It would take a lot of time. So, I would sent project to you when I have time to modify. The old version would be a good choice for me before bug was solved.

    Thanks for your suggest and best wishes to you! 

  • coke_kou said:
    It would take a lot of time. So, I would sent project to you when I have time to modify.

    I understand. I will close this thread for now and when you are able to spend some time to cut down the project, please feel free to send it over and we will be happy to take a look. If this thread gets locked due to inactivity you can always click on "Ask a related question" and it will refer to this thread. 

    Also, if you do not wish to post your project here in the public forum you can share it with me via private conversation.