This thread has been locked.

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

Compiler/TMS320F28379D: SECTIONS specifications error

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: TI C/C++ Compiler

Good Day

I'm trying to get a project running on my computer, but I can't fix these 5 warnings.

As mentioned here, I made sure that "F2837xD_Headers_nonBIOS_cpu1.cmd" is included in the linker configurations as well as "2837xD_RAM_lnk_cpu1.cmd".

How can I fix these warnings, which other files have to be included as well? I am running CCS 10.1.1.00004 with C2000Ware 3.3.0 and the compiler version V20.2.1.LTS.

Description	Resource	Path	Location	Type
#10247-D creating output section "AdcaResultFile" without a SECTIONS specification	
#10247-D creating output section "AdcbResultFile" without a SECTIONS specification	
#10247-D creating output section "AdccResultFile" without a SECTIONS specification	
#10247-D creating output section "AdcdResultFile" without a SECTIONS specification	
#10247-D creating output section "Cla1SoftIntRegsFile" without a SECTIONS specification	
  • Hi,


    This error occurs if you do not have the headers linker command file included in the build. But you have already included this header file in the project.

    Can you share the console output of the build?

    Have a good day!

    Regards,

    Veena

  • Hi Veena

    This is the console output.

    Regards

    Marco


    **** Build of configuration Debug for project Fu_Software ****
    
    "C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 12 all -O 
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_CodeStartBranch.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_CodeStartBranch.asm"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_CodeStartBranch.asm"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_usDelay.asm"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_usDelay.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_usDelay.asm"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_usDelay.asm"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Adc.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_Adc.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Adc.c"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Adc.c"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Ipc.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_Ipc.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Ipc.c"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Ipc.c"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_PieCtrl.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_PieCtrl.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_PieCtrl.c"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_PieCtrl.c"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_DefaultISR.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_DefaultISR.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_DefaultISR.c"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_DefaultISR.c"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_PieVect.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_PieVect.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_PieVect.c"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_PieVect.c"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_EQep.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_EQep.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_EQep.c"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_EQep.c"
     
    Building file: "../source/app_filter_ctrl_buff.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/app_filter_ctrl_buff.d_raw" --obj_directory="source"  "../source/app_filter_ctrl_buff.c"
    "../source/app_filter_ctrl_buff.c", line 209: warning #179-D: variable "oldResult" was declared but never referenced
    "../source/app_filter_ctrl_buff.c", line 246: warning #552-D: variable "geleseneWerte1" was set but never used
    "../source/app_filter_ctrl_buff.c", line 165 (col. 28): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    Finished building: "../source/app_filter_ctrl_buff.c"
     
    Building file: "../source/SV_modulator.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/SV_modulator.d_raw" --obj_directory="source"  "../source/SV_modulator.c"
    "../source/SV_modulator.c", line 140 (col. 22): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    Finished building: "../source/SV_modulator.c"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Gpio.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_Gpio.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Gpio.c"
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_Gpio.c"
     
    Building file: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_SysCtrl.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_SysCtrl.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_SysCtrl.c"
    "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_SysCtrl.c", line 840 (col. 47): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    Finished building: "C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/source/F2837xD_SysCtrl.c"
     
    Building file: "../source/clarke_park_trans.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/clarke_park_trans.d_raw" --obj_directory="source"  "../source/clarke_park_trans.c"
    Finished building: "../source/clarke_park_trans.c"
     
    Building file: "../source/control.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/control.d_raw" --obj_directory="source"  "../source/control.c"
    "../source/control.c", line 58 (col. 46): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    Finished building: "../source/control.c"
     
    Building file: "../source/init_control.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/init_control.d_raw" --obj_directory="source"  "../source/init_control.c"
    Finished building: "../source/init_control.c"
     
    Building file: "../source/init_SPI.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/init_SPI.d_raw" --obj_directory="source"  "../source/init_SPI.c"
    Finished building: "../source/init_SPI.c"
     
    Building file: "../source/pos_speed.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/pos_speed.d_raw" --obj_directory="source"  "../source/pos_speed.c"
    Finished building: "../source/pos_speed.c"
     
    Building file: "../source/observer.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/observer.d_raw" --obj_directory="source"  "../source/observer.c"
    "../source/observer.c", line 177 (col. 32): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    Finished building: "../source/observer.c"
     
    Building file: "C:/ti/c2000/C2000Ware_2_01_00_00/device_support/f2837xd/headers/source/F2837xD_GlobalVariableDefs.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F28379D_Files/F2837xD_GlobalVariableDefs.d_raw" --obj_directory="F28379D_Files"  "C:/ti/c2000/C2000Ware_2_01_00_00/device_support/f2837xd/headers/source/F2837xD_GlobalVariableDefs.c"
    Finished building: "C:/ti/c2000/C2000Ware_2_01_00_00/device_support/f2837xd/headers/source/F2837xD_GlobalVariableDefs.c"
     
    Building file: "../source/main.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/main.d_raw" --obj_directory="source"  "../source/main.c"
    "../source/main.c", line 375 (col. 17): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    Finished building: "../source/main.c"
     
    Building file: "../source/init_system.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/libraries/math/IQmath/c28/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/Users/USERNAME/PATH/Fu_Software/header" --include_path="C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" --include_path="C:/Users/USERNAME/PATH/Fu_Software/source" --include_path="C:/Users/USERNAME/PATH/Fu_Software" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="source/init_system.d_raw" --obj_directory="source"  "../source/init_system.c"
    "../source/init_system.c", line 148: warning #179-D: variable "CurrentOffset" was declared but never referenced
    Finished building: "../source/init_system.c"
     
    Building target: "Fu_Software.out"
    Invoking: C2000 Linker
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Fu_Software.map" --stack_size=0x100 --warn_sections -i"C:/Users/USERNAME/PATH/Fu_Software/F28379D_Files" -i"C:/Users/USERNAME/PATH/Fu_Software/header" -i"C:/Users/USERNAME/PATH/Fu_Software/source" -i"C:/ti/c2000/C2000Ware_3_03_00_00/driverlib/f2837xd/driverlib" -i"C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/cmd" -i"C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/cmd" -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/lib" -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Fu_Software_linkInfo.xml" --rom_model -o "Fu_Software.out" "./F28379D_Files/F2837xD_Adc.obj" "./F28379D_Files/F2837xD_CodeStartBranch.obj" "./F28379D_Files/F2837xD_DefaultISR.obj" "./F28379D_Files/F2837xD_EQep.obj" "./F28379D_Files/F2837xD_GlobalVariableDefs.obj" "./F28379D_Files/F2837xD_Gpio.obj" "./F28379D_Files/F2837xD_Ipc.obj" "./F28379D_Files/F2837xD_PieCtrl.obj" "./F28379D_Files/F2837xD_PieVect.obj" "./F28379D_Files/F2837xD_SysCtrl.obj" "./F28379D_Files/F2837xD_usDelay.obj" "./source/SV_modulator.obj" "./source/app_filter_ctrl_buff.obj" "./source/clarke_park_trans.obj" "./source/control.obj" "./source/init_SPI.obj" "./source/init_control.obj" "./source/init_system.obj" "./source/main.obj" "./source/observer.obj" "./source/pos_speed.obj"  -l2837xD_RAM_lnk_cpu1.cmd -lF2837xD_Headers_nonBIOS_cpu1.cmd -llibc.a 
    <Linking>
    warning #10247-D: creating output section "Cla1SoftIntRegsFile" without a SECTIONS specification
    warning #10247-D: creating output section "AdcaResultFile" without a SECTIONS specification
    warning #10247-D: creating output section "AdcbResultFile" without a SECTIONS specification
    warning #10247-D: creating output section "AdccResultFile" without a SECTIONS specification
    warning #10247-D: creating output section "AdcdResultFile" without a SECTIONS specification
    Finished building target: "Fu_Software.out"
     
    
    **** Build Finished ****

  • Hi Marco,

    In C2000ware v3.03, the section used for ADCA results registers are named AdcaResultRegsFile and so on. These are defined in F2837xD_GlobalVariableDefs.c file. If you are using an older version of this file, please update it to tyeh one available in the v3.03 release.

    Regards,

    Veena