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/TMS320F28069M: TMS320F28069 EEPROM EMULATION

Part Number: TMS320F28069M
Other Parts Discussed in Thread: CODECOMPOSER, C2000WARE

Tool/software: TI C/C++ Compiler

Hi My name is Silvano, I'm working for the first time with Texas microprocessor and IDE texas.... 

I'm using TMS320F28069M Launch pad. 

I would like to emulate the flash as eeprom. So I'm using the library Flash2806_API_V320.lib.

I'm using Codecomposer studio version 9.2....

My project is compiled with this features:

  • Compiler version : TIV19.6.0.STS
  • output format : legacy COFF 
  • c2000 Cimpiler. 

When I try to link the library i have this message of error during the link phase :

Flash2806_API_V320.lib. Specifies ISA revision "c2800" is not compatible with ISA revision C2700 specified in a previous file or on the command line 

Can I have an help in order to solve the problem ? 

Thanks lot

Silvano

 

  • Please rebuild the entire project.  One way to do that is to right-click on the name of the project and select Rebuild Project.  Then save the contents of the Console (not Problems) view to a text file.  Use the icon named Copy Build Log.  When you name the log file, be sure to use the file extension .txt.  Please attach that text file to your next post.

    Thanks and regards,

    -George

  • Hi George,

    first of all thanks lot for your answer and help.

    I Send attached my logfile after rebuild.

    Waiting your kndly answer.

    Silvano

    **** Clean-only build of configuration Debug for project NewInverter ****
    
    "C:\\TI\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O 
     
    DEL /F  "NewInverter.hex"  "NewInverter.out" 
    DEL /F "sci_io.obj" "Source\AD\AD.obj" "Source\CAN\F2806x_ECan.obj" "Source\Dati.obj" "Source\F2806x_Adc.obj" "Source\F2806x_CodeStartBranch.obj" "Source\F2806x_CpuTimers.obj" "Source\F2806x_DefaultIsr.obj" "Source\F2806x_GlobalVariableDefs.obj" "Source\F2806x_PieCtrl.obj" "Source\F2806x_PieVect.obj" "Source\F2806x_SysCtrl.obj" "Source\F2806x_usDelay.obj" "Source\Function.obj" "Source\Main.obj" "Source\EEPROM\EEprom.obj" "Source\EEPROM\F280xx_EEPROM.obj" "Source\IO\F2806x_Gpio.obj" "Source\PWM\PWM.obj" "Source\SERIAL\Modbus.obj" "Source\SERIAL\Uart.obj" "Source\TEMP\Temperature.obj" "Source\TIMERS\Timers.obj" "Source\Utility\CommonFunctions.obj" "Source\Utility\Tab_Sin.obj" 
    DEL /F "sci_io.d" "Source\AD\AD.d" "Source\CAN\F2806x_ECan.d" "Source\F2806x_Adc.d" "Source\F2806x_CpuTimers.d" "Source\F2806x_DefaultIsr.d" "Source\F2806x_GlobalVariableDefs.d" "Source\F2806x_PieCtrl.d" "Source\F2806x_PieVect.d" "Source\F2806x_SysCtrl.d" "Source\Function.d" "Source\Main.d" "Source\EEPROM\EEprom.d" "Source\EEPROM\F280xx_EEPROM.d" "Source\IO\F2806x_Gpio.d" "Source\PWM\PWM.d" "Source\SERIAL\Modbus.d" "Source\SERIAL\Uart.d" "Source\TEMP\Temperature.d" "Source\TIMERS\Timers.d" "Source\Utility\CommonFunctions.d" "Source\Utility\Tab_Sin.d" 
    DEL /F "Source\Dati.d" 
    DEL /F "Source\F2806x_CodeStartBranch.d" "Source\F2806x_usDelay.d" 
    Impossibile trovare C:\Cerini\ELMAS\Progetti\ANSALDO\Inverter Nuovo\Software\NewInverter\Debug\NewInverter.hex
    Impossibile trovare C:\Cerini\ELMAS\Progetti\ANSALDO\Inverter Nuovo\Software\NewInverter\Debug\Source\F2806x_CodeStartBranch.d
    Finished clean
     
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project NewInverter ****
    
    "C:\\TI\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 all -O 
     
    Building file: "../Source/Dati.C"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Dati.d_raw" --obj_directory="Source"  "../Source/Dati.C"
    Finished building: "../Source/Dati.C"
     
    Building file: "../sci_io.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="sci_io.d_raw"  "../sci_io.c"
    Finished building: "../sci_io.c"
     
    Building file: "../Source/AD/AD.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/AD/AD.d_raw" --obj_directory="Source/AD"  "../Source/AD/AD.c"
    Finished building: "../Source/AD/AD.c"
     
    Building file: "../Source/CAN/F2806x_ECan.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/CAN/F2806x_ECan.d_raw" --obj_directory="Source/CAN"  "../Source/CAN/F2806x_ECan.c"
    Finished building: "../Source/CAN/F2806x_ECan.c"
     
    Building file: "../Source/F2806x_CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CodeStartBranch.d_raw" --obj_directory="Source"  "../Source/F2806x_CodeStartBranch.asm"
    Finished building: "../Source/F2806x_CodeStartBranch.asm"
     
    Building file: "../Source/F2806x_CpuTimers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CpuTimers.d_raw" --obj_directory="Source"  "../Source/F2806x_CpuTimers.c"
    Finished building: "../Source/F2806x_CpuTimers.c"
     
    Building file: "../Source/F2806x_Adc.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_Adc.d_raw" --obj_directory="Source"  "../Source/F2806x_Adc.c"
    Finished building: "../Source/F2806x_Adc.c"
     
    Building file: "../Source/F2806x_DefaultIsr.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_DefaultIsr.d_raw" --obj_directory="Source"  "../Source/F2806x_DefaultIsr.c"
    Finished building: "../Source/F2806x_DefaultIsr.c"
     
    Building file: "../Source/F2806x_PieCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_PieCtrl.c"
    Finished building: "../Source/F2806x_PieCtrl.c"
     
    Building file: "../Source/F2806x_PieVect.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieVect.d_raw" --obj_directory="Source"  "../Source/F2806x_PieVect.c"
    Finished building: "../Source/F2806x_PieVect.c"
     
    Building file: "../Source/F2806x_usDelay.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_usDelay.d_raw" --obj_directory="Source"  "../Source/F2806x_usDelay.asm"
    Finished building: "../Source/F2806x_usDelay.asm"
     
    Building file: "../Source/F2806x_GlobalVariableDefs.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_GlobalVariableDefs.d_raw" --obj_directory="Source"  "../Source/F2806x_GlobalVariableDefs.c"
    Finished building: "../Source/F2806x_GlobalVariableDefs.c"
     
    Building file: "../Source/F2806x_SysCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_SysCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_SysCtrl.c"
    Finished building: "../Source/F2806x_SysCtrl.c"
     
    Building file: "../Source/Function.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Function.d_raw" --obj_directory="Source"  "../Source/Function.c"
    Finished building: "../Source/Function.c"
     
    Building file: "../Source/Main.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -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"
    Finished building: "../Source/Main.c"
     
    Building file: "../Source/EEPROM/EEprom.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/EEprom.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/EEprom.c"
    Finished building: "../Source/EEPROM/EEprom.c"
     
    Building file: "../Source/IO/F2806x_Gpio.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/IO/F2806x_Gpio.d_raw" --obj_directory="Source/IO"  "../Source/IO/F2806x_Gpio.c"
    Finished building: "../Source/IO/F2806x_Gpio.c"
     
    Building file: "../Source/EEPROM/F280xx_EEPROM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/F280xx_EEPROM.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/F280xx_EEPROM.c"
    "../Source/EEPROM/F280xx_EEPROM.c", line 164: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 209: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 260: warning #552-D: variable "Status" was set but never used
    Finished building: "../Source/EEPROM/F280xx_EEPROM.c"
     
    Building file: "../Source/SERIAL/Modbus.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Modbus.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Modbus.c"
    Finished building: "../Source/SERIAL/Modbus.c"
     
    Building file: "../Source/PWM/PWM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/PWM/PWM.d_raw" --obj_directory="Source/PWM"  "../Source/PWM/PWM.c"
    Finished building: "../Source/PWM/PWM.c"
     
    Building file: "../Source/SERIAL/Uart.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Uart.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Uart.c"
    Finished building: "../Source/SERIAL/Uart.c"
     
    Building file: "../Source/TEMP/Temperature.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TEMP/Temperature.d_raw" --obj_directory="Source/TEMP"  "../Source/TEMP/Temperature.c"
    Finished building: "../Source/TEMP/Temperature.c"
     
    Building file: "../Source/TIMERS/Timers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TIMERS/Timers.d_raw" --obj_directory="Source/TIMERS"  "../Source/TIMERS/Timers.c"
    Finished building: "../Source/TIMERS/Timers.c"
     
    Building file: "../Source/Utility/Tab_Sin.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/Tab_Sin.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/Tab_Sin.c"
    Finished building: "../Source/Utility/Tab_Sin.c"
     
    Building file: "../Source/Utility/CommonFunctions.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/CommonFunctions.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/CommonFunctions.c"
    Finished building: "../Source/Utility/CommonFunctions.c"
     
    Building target: "NewInverter.out"
    Invoking: C2000 Linker
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"NewInverter.map" --stack_size=0x300 --warn_sections -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/lib" -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="NewInverter_linkInfo.xml" --rom_model -o "NewInverter.out" "./sci_io.obj" "./Source/AD/AD.obj" "./Source/CAN/F2806x_ECan.obj" "./Source/Dati.obj" "./Source/F2806x_Adc.obj" "./Source/F2806x_CodeStartBranch.obj" "./Source/F2806x_CpuTimers.obj" "./Source/F2806x_DefaultIsr.obj" "./Source/F2806x_GlobalVariableDefs.obj" "./Source/F2806x_PieCtrl.obj" "./Source/F2806x_PieVect.obj" "./Source/F2806x_SysCtrl.obj" "./Source/F2806x_usDelay.obj" "./Source/Function.obj" "./Source/Main.obj" "./Source/EEPROM/EEprom.obj" "./Source/EEPROM/F280xx_EEPROM.obj" "./Source/IO/F2806x_Gpio.obj" "./Source/PWM/PWM.obj" "./Source/SERIAL/Modbus.obj" "./Source/SERIAL/Uart.obj" "./Source/TEMP/Temperature.obj" "./Source/TIMERS/Timers.obj" "./Source/Utility/CommonFunctions.obj" "./Source/Utility/Tab_Sin.obj" "../Source/F28069.cmd" "../Source/F2806x_Headers_nonBIOS.cmd"  -l"C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib" 
    <Linking>
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Erase.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_EraseSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Init.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Internals.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Prog.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Prog_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Utils.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_ClearSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_CompactSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Delay.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_DisInt.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Erase_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_ClearLoop.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Compact_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    warning #10062-D: entry-point symbol "_c_int00" undefined
     
     undefined first referenced     
      symbol       in file          
     --------- ----------------     
     L$$DIV    ./Source/Function.obj
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "NewInverter.out" not built
     
    >> Compilation failure
    makefile:186: recipe for target 'NewInverter.out' failed
    makefile:182: recipe for target 'all' failed
    gmake[1]: *** [NewInverter.out] Error 1
    gmake: *** [all] Error 2
    
    **** Build Finished ****
    

  • Thank you for submitting the build log.  I see two kinds of errors in it.

    Most of the errors are related to the flash library.  Here is two of those errors ...

    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_Erase.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
    error #16008-D: file "C:/Cerini/Documenti Tecnici/SoftwareVari/Texas Instruments/F28xxx_EEPROM/F280xx/DSP280xx_FlashAPI/lib/Flash2806_API_V302.lib<Flash28_EraseSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    

    The problem is that this is either the wrong flash library, or the wrong version of the correct flash library.  To help you work through that problem, I will notify the C28x device experts about this thread.

    The other errors are ...

    warning #10062-D: entry-point symbol "_c_int00" undefined
     
     undefined first referenced     
      symbol       in file          
     --------- ----------------     
     L$$DIV    ./Source/Function.obj
     
    error #10234-D: unresolved symbols remain

    These errors occur because the linker does not bring in the compiler RTS library.  Please compare your project settings to the screen shot below.  When you change the setting of Runtime support library to automatic, CCS adds to the end of the linker command -llibc.a.  That  causes the compiler RTS library to be part of the link, and fixes these last few errors.

    Thanks and regards,

    -George

  • Hi Silvano,

    Please install and try the Flash API that is in C2000ware, located at the directory below:

    C:\ti\c2000\C2000Ware_2_01_00_00\libraries\flash_api\f2806x

    Best,

    Kevin

  • Dear Kevin

    thanks for your support.

    I tried and seem to go better.

    But I still error when I link. 

    Attached you can find errorlog file., 

    Thanks again for your support.

    Silvano

    **** Build of configuration Debug for project NewInverter ****
    
    "C:\\TI\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 all -O 
     
    Building file: "../sci_io.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="sci_io.d_raw"  "../sci_io.c"
    Finished building: "../sci_io.c"
     
    Building file: "../Source/Dati.C"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Dati.d_raw" --obj_directory="Source"  "../Source/Dati.C"
    Finished building: "../Source/Dati.C"
     
    Building file: "../Source/AD/AD.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/AD/AD.d_raw" --obj_directory="Source/AD"  "../Source/AD/AD.c"
    Finished building: "../Source/AD/AD.c"
     
    Building file: "../Source/CAN/F2806x_ECan.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/CAN/F2806x_ECan.d_raw" --obj_directory="Source/CAN"  "../Source/CAN/F2806x_ECan.c"
    Finished building: "../Source/CAN/F2806x_ECan.c"
     
    Building file: "../Source/F2806x_CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CodeStartBranch.d_raw" --obj_directory="Source"  "../Source/F2806x_CodeStartBranch.asm"
    Finished building: "../Source/F2806x_CodeStartBranch.asm"
     
    Building file: "../Source/F2806x_Adc.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_Adc.d_raw" --obj_directory="Source"  "../Source/F2806x_Adc.c"
    Finished building: "../Source/F2806x_Adc.c"
     
    Building file: "../Source/F2806x_DefaultIsr.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_DefaultIsr.d_raw" --obj_directory="Source"  "../Source/F2806x_DefaultIsr.c"
    Finished building: "../Source/F2806x_DefaultIsr.c"
     
    Building file: "../Source/F2806x_CpuTimers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CpuTimers.d_raw" --obj_directory="Source"  "../Source/F2806x_CpuTimers.c"
    Finished building: "../Source/F2806x_CpuTimers.c"
     
    Building file: "../Source/F2806x_PieCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_PieCtrl.c"
    Finished building: "../Source/F2806x_PieCtrl.c"
     
    Building file: "../Source/F2806x_GlobalVariableDefs.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_GlobalVariableDefs.d_raw" --obj_directory="Source"  "../Source/F2806x_GlobalVariableDefs.c"
    Finished building: "../Source/F2806x_GlobalVariableDefs.c"
     
    Building file: "../Source/F2806x_PieVect.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieVect.d_raw" --obj_directory="Source"  "../Source/F2806x_PieVect.c"
    Finished building: "../Source/F2806x_PieVect.c"
     
    Building file: "../Source/F2806x_SysCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_SysCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_SysCtrl.c"
    Finished building: "../Source/F2806x_SysCtrl.c"
     
    Building file: "../Source/F2806x_usDelay.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_usDelay.d_raw" --obj_directory="Source"  "../Source/F2806x_usDelay.asm"
    Finished building: "../Source/F2806x_usDelay.asm"
     
    Building file: "../Source/Function.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Function.d_raw" --obj_directory="Source"  "../Source/Function.c"
    Finished building: "../Source/Function.c"
     
    Building file: "../Source/Main.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -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"
    Finished building: "../Source/Main.c"
     
    Building file: "../Source/EEPROM/EEprom.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/EEprom.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/EEprom.c"
    Finished building: "../Source/EEPROM/EEprom.c"
     
    Building file: "../Source/EEPROM/F280xx_EEPROM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/F280xx_EEPROM.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/F280xx_EEPROM.c"
    "../Source/EEPROM/F280xx_EEPROM.c", line 164: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 209: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 260: warning #552-D: variable "Status" was set but never used
    Finished building: "../Source/EEPROM/F280xx_EEPROM.c"
     
    Building file: "../Source/IO/F2806x_Gpio.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/IO/F2806x_Gpio.d_raw" --obj_directory="Source/IO"  "../Source/IO/F2806x_Gpio.c"
    Finished building: "../Source/IO/F2806x_Gpio.c"
     
    Building file: "../Source/SERIAL/Modbus.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Modbus.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Modbus.c"
    Finished building: "../Source/SERIAL/Modbus.c"
     
    Building file: "../Source/PWM/PWM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/PWM/PWM.d_raw" --obj_directory="Source/PWM"  "../Source/PWM/PWM.c"
    Finished building: "../Source/PWM/PWM.c"
     
    Building file: "../Source/SERIAL/Uart.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Uart.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Uart.c"
    Finished building: "../Source/SERIAL/Uart.c"
     
    Building file: "../Source/TEMP/Temperature.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TEMP/Temperature.d_raw" --obj_directory="Source/TEMP"  "../Source/TEMP/Temperature.c"
    Finished building: "../Source/TEMP/Temperature.c"
     
    Building file: "../Source/Utility/CommonFunctions.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/CommonFunctions.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/CommonFunctions.c"
    Finished building: "../Source/Utility/CommonFunctions.c"
     
    Building file: "../Source/TIMERS/Timers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TIMERS/Timers.d_raw" --obj_directory="Source/TIMERS"  "../Source/TIMERS/Timers.c"
    Finished building: "../Source/TIMERS/Timers.c"
     
    Building file: "../Source/Utility/Tab_Sin.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/Tab_Sin.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/Tab_Sin.c"
    Finished building: "../Source/Utility/Tab_Sin.c"
     
    Building target: "NewInverter.out"
    Invoking: C2000 Linker
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"NewInverter.map" --stack_size=0x300 --warn_sections -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/lib" -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="NewInverter_linkInfo.xml" --rom_model -o "NewInverter.out" "./sci_io.obj" "./Source/AD/AD.obj" "./Source/CAN/F2806x_ECan.obj" "./Source/Dati.obj" "./Source/F2806x_Adc.obj" "./Source/F2806x_CodeStartBranch.obj" "./Source/F2806x_CpuTimers.obj" "./Source/F2806x_DefaultIsr.obj" "./Source/F2806x_GlobalVariableDefs.obj" "./Source/F2806x_PieCtrl.obj" "./Source/F2806x_PieVect.obj" "./Source/F2806x_SysCtrl.obj" "./Source/F2806x_usDelay.obj" "./Source/Function.obj" "./Source/Main.obj" "./Source/EEPROM/EEprom.obj" "./Source/EEPROM/F280xx_EEPROM.obj" "./Source/IO/F2806x_Gpio.obj" "./Source/PWM/PWM.obj" "./Source/SERIAL/Modbus.obj" "./Source/SERIAL/Uart.obj" "./Source/TEMP/Temperature.obj" "./Source/TIMERS/Timers.obj" "./Source/Utility/CommonFunctions.obj" "./Source/Utility/Tab_Sin.obj" "../Source/F28069.cmd" "../Source/F2806x_Headers_nonBIOS.cmd"  -l"C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib" -l"C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_wFPU_Library.lib" 
    <Linking>
     
     undefined          first referenced                 
      symbol                in file                      
     ---------          ----------------                 
     _Flash2806_Erase   ./Source/EEPROM/F280xx_EEPROM.obj
     _Flash2806_Program ./Source/EEPROM/F280xx_EEPROM.obj
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "NewInverter.out" not built
     
    >> Compilation failure
    makefile:187: recipe for target 'NewInverter.out' failed
    gmake[1]: *** [NewInverter.out] Error 1
    makefile:183: recipe for target 'all' failed
    gmake: *** [all] Error 2
    
    **** Build Finished ****
    

  • Dear Kevin,

    I tried also with this include files :

    #include "Flash2806x_API_Config.h"
    #include "Flash2806x_API_Library.h"

    but the result is not good. 

    See my attached files.

    KInd regards

    Silvano

    **** Build of configuration Debug for project NewInverter ****
    
    "C:\\TI\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 all -O 
     
    Building file: "../sci_io.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="sci_io.d_raw"  "../sci_io.c"
    Finished building: "../sci_io.c"
     
    Building file: "../Source/AD/AD.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/AD/AD.d_raw" --obj_directory="Source/AD"  "../Source/AD/AD.c"
    Finished building: "../Source/AD/AD.c"
     
    Building file: "../Source/Dati.C"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Dati.d_raw" --obj_directory="Source"  "../Source/Dati.C"
    Finished building: "../Source/Dati.C"
     
    Building file: "../Source/CAN/F2806x_ECan.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/CAN/F2806x_ECan.d_raw" --obj_directory="Source/CAN"  "../Source/CAN/F2806x_ECan.c"
    Finished building: "../Source/CAN/F2806x_ECan.c"
     
    Building file: "../Source/F2806x_CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CodeStartBranch.d_raw" --obj_directory="Source"  "../Source/F2806x_CodeStartBranch.asm"
    Finished building: "../Source/F2806x_CodeStartBranch.asm"
     
    Building file: "../Source/F2806x_CpuTimers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CpuTimers.d_raw" --obj_directory="Source"  "../Source/F2806x_CpuTimers.c"
    Finished building: "../Source/F2806x_CpuTimers.c"
     
    Building file: "../Source/F2806x_Adc.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_Adc.d_raw" --obj_directory="Source"  "../Source/F2806x_Adc.c"
    Finished building: "../Source/F2806x_Adc.c"
     
    Building file: "../Source/F2806x_DefaultIsr.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_DefaultIsr.d_raw" --obj_directory="Source"  "../Source/F2806x_DefaultIsr.c"
    Finished building: "../Source/F2806x_DefaultIsr.c"
     
    Building file: "../Source/F2806x_PieCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_PieCtrl.c"
    Finished building: "../Source/F2806x_PieCtrl.c"
     
    Building file: "../Source/F2806x_PieVect.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieVect.d_raw" --obj_directory="Source"  "../Source/F2806x_PieVect.c"
    Finished building: "../Source/F2806x_PieVect.c"
     
    Building file: "../Source/F2806x_GlobalVariableDefs.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_GlobalVariableDefs.d_raw" --obj_directory="Source"  "../Source/F2806x_GlobalVariableDefs.c"
    Finished building: "../Source/F2806x_GlobalVariableDefs.c"
     
    Building file: "../Source/F2806x_usDelay.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_usDelay.d_raw" --obj_directory="Source"  "../Source/F2806x_usDelay.asm"
    Finished building: "../Source/F2806x_usDelay.asm"
     
    Building file: "../Source/F2806x_SysCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_SysCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_SysCtrl.c"
    Finished building: "../Source/F2806x_SysCtrl.c"
     
    Building file: "../Source/Function.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Function.d_raw" --obj_directory="Source"  "../Source/Function.c"
    Finished building: "../Source/Function.c"
     
    Building file: "../Source/EEPROM/EEprom.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/EEprom.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/EEprom.c"
    Finished building: "../Source/EEPROM/EEprom.c"
     
    Building file: "../Source/Main.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -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"
    Finished building: "../Source/Main.c"
     
    Building file: "../Source/EEPROM/F280xx_EEPROM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/F280xx_EEPROM.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/F280xx_EEPROM.c"
    "../Source/EEPROM/F280xx_EEPROM.c", line 164: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 209: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 260: warning #552-D: variable "Status" was set but never used
    Finished building: "../Source/EEPROM/F280xx_EEPROM.c"
     
    Building file: "../Source/IO/F2806x_Gpio.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/IO/F2806x_Gpio.d_raw" --obj_directory="Source/IO"  "../Source/IO/F2806x_Gpio.c"
    Finished building: "../Source/IO/F2806x_Gpio.c"
     
    Building file: "../Source/SERIAL/Modbus.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Modbus.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Modbus.c"
    Finished building: "../Source/SERIAL/Modbus.c"
     
    Building file: "../Source/PWM/PWM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/PWM/PWM.d_raw" --obj_directory="Source/PWM"  "../Source/PWM/PWM.c"
    Finished building: "../Source/PWM/PWM.c"
     
    Building file: "../Source/SERIAL/Uart.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Uart.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Uart.c"
    Finished building: "../Source/SERIAL/Uart.c"
     
    Building file: "../Source/TEMP/Temperature.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TEMP/Temperature.d_raw" --obj_directory="Source/TEMP"  "../Source/TEMP/Temperature.c"
    Finished building: "../Source/TEMP/Temperature.c"
     
    Building file: "../Source/TIMERS/Timers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TIMERS/Timers.d_raw" --obj_directory="Source/TIMERS"  "../Source/TIMERS/Timers.c"
    Finished building: "../Source/TIMERS/Timers.c"
     
    Building file: "../Source/Utility/CommonFunctions.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/CommonFunctions.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/CommonFunctions.c"
    Finished building: "../Source/Utility/CommonFunctions.c"
     
    Building file: "../Source/Utility/Tab_Sin.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/Tab_Sin.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/Tab_Sin.c"
    Finished building: "../Source/Utility/Tab_Sin.c"
     
    Building target: "NewInverter.out"
    Invoking: C2000 Linker
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"NewInverter.map" --stack_size=0x300 --warn_sections -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/lib" -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="NewInverter_linkInfo.xml" --rom_model -o "NewInverter.out" "./sci_io.obj" "./Source/AD/AD.obj" "./Source/CAN/F2806x_ECan.obj" "./Source/Dati.obj" "./Source/F2806x_Adc.obj" "./Source/F2806x_CodeStartBranch.obj" "./Source/F2806x_CpuTimers.obj" "./Source/F2806x_DefaultIsr.obj" "./Source/F2806x_GlobalVariableDefs.obj" "./Source/F2806x_PieCtrl.obj" "./Source/F2806x_PieVect.obj" "./Source/F2806x_SysCtrl.obj" "./Source/F2806x_usDelay.obj" "./Source/Function.obj" "./Source/Main.obj" "./Source/EEPROM/EEprom.obj" "./Source/EEPROM/F280xx_EEPROM.obj" "./Source/IO/F2806x_Gpio.obj" "./Source/PWM/PWM.obj" "./Source/SERIAL/Modbus.obj" "./Source/SERIAL/Uart.obj" "./Source/TEMP/Temperature.obj" "./Source/TIMERS/Timers.obj" "./Source/Utility/CommonFunctions.obj" "./Source/Utility/Tab_Sin.obj" "../Source/F28069.cmd" "../Source/F2806x_Headers_nonBIOS.cmd"  -l"C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib" -l"C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_wFPU_Library.lib" 
    <Linking>
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Erase.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_EraseSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Init.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Internals.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Prog.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Prog_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Utils.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_ClearSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_CompactSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Delay.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_DisInt.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Erase_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_ClearLoop.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Compact_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    warning #10062-D: entry-point symbol "_c_int00" undefined
     
     undefined first referenced     
      symbol       in file          
     --------- ----------------     
     L$$DIV    ./Source/Function.obj
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "NewInverter.out" not built
    gmake[1]: *** [NewInverter.out] Error 1
     
    >> Compilation failure
    makefile:187: recipe for target 'NewInverter.out' failed
    makefile:183: recipe for target 'all' failed
    gmake: *** [all] Error 2
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project NewInverter ****
    
    "C:\\TI\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 all -O 
     
    Building file: "../sci_io.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="sci_io.d_raw"  "../sci_io.c"
    Finished building: "../sci_io.c"
     
    Building file: "../Source/AD/AD.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/AD/AD.d_raw" --obj_directory="Source/AD"  "../Source/AD/AD.c"
    Finished building: "../Source/AD/AD.c"
     
    Building file: "../Source/Dati.C"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Dati.d_raw" --obj_directory="Source"  "../Source/Dati.C"
    Finished building: "../Source/Dati.C"
     
    Building file: "../Source/CAN/F2806x_ECan.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/CAN/F2806x_ECan.d_raw" --obj_directory="Source/CAN"  "../Source/CAN/F2806x_ECan.c"
    Finished building: "../Source/CAN/F2806x_ECan.c"
     
    Building file: "../Source/F2806x_CodeStartBranch.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CodeStartBranch.d_raw" --obj_directory="Source"  "../Source/F2806x_CodeStartBranch.asm"
    Finished building: "../Source/F2806x_CodeStartBranch.asm"
     
    Building file: "../Source/F2806x_CpuTimers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_CpuTimers.d_raw" --obj_directory="Source"  "../Source/F2806x_CpuTimers.c"
    Finished building: "../Source/F2806x_CpuTimers.c"
     
    Building file: "../Source/F2806x_Adc.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_Adc.d_raw" --obj_directory="Source"  "../Source/F2806x_Adc.c"
    Finished building: "../Source/F2806x_Adc.c"
     
    Building file: "../Source/F2806x_DefaultIsr.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_DefaultIsr.d_raw" --obj_directory="Source"  "../Source/F2806x_DefaultIsr.c"
    Finished building: "../Source/F2806x_DefaultIsr.c"
     
    Building file: "../Source/F2806x_PieCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_PieCtrl.c"
    Finished building: "../Source/F2806x_PieCtrl.c"
     
    Building file: "../Source/F2806x_PieVect.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_PieVect.d_raw" --obj_directory="Source"  "../Source/F2806x_PieVect.c"
    Finished building: "../Source/F2806x_PieVect.c"
     
    Building file: "../Source/F2806x_GlobalVariableDefs.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_GlobalVariableDefs.d_raw" --obj_directory="Source"  "../Source/F2806x_GlobalVariableDefs.c"
    Finished building: "../Source/F2806x_GlobalVariableDefs.c"
     
    Building file: "../Source/F2806x_usDelay.asm"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_usDelay.d_raw" --obj_directory="Source"  "../Source/F2806x_usDelay.asm"
    Finished building: "../Source/F2806x_usDelay.asm"
     
    Building file: "../Source/F2806x_SysCtrl.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/F2806x_SysCtrl.d_raw" --obj_directory="Source"  "../Source/F2806x_SysCtrl.c"
    Finished building: "../Source/F2806x_SysCtrl.c"
     
    Building file: "../Source/Function.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Function.d_raw" --obj_directory="Source"  "../Source/Function.c"
    Finished building: "../Source/Function.c"
     
    Building file: "../Source/EEPROM/EEprom.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/EEprom.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/EEprom.c"
    Finished building: "../Source/EEPROM/EEprom.c"
     
    Building file: "../Source/Main.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -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"
    Finished building: "../Source/Main.c"
     
    Building file: "../Source/EEPROM/F280xx_EEPROM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/EEPROM/F280xx_EEPROM.d_raw" --obj_directory="Source/EEPROM"  "../Source/EEPROM/F280xx_EEPROM.c"
    "../Source/EEPROM/F280xx_EEPROM.c", line 164: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 209: warning #552-D: variable "Status" was set but never used
    "../Source/EEPROM/F280xx_EEPROM.c", line 260: warning #552-D: variable "Status" was set but never used
    Finished building: "../Source/EEPROM/F280xx_EEPROM.c"
     
    Building file: "../Source/IO/F2806x_Gpio.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/IO/F2806x_Gpio.d_raw" --obj_directory="Source/IO"  "../Source/IO/F2806x_Gpio.c"
    Finished building: "../Source/IO/F2806x_Gpio.c"
     
    Building file: "../Source/SERIAL/Modbus.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Modbus.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Modbus.c"
    Finished building: "../Source/SERIAL/Modbus.c"
     
    Building file: "../Source/PWM/PWM.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/PWM/PWM.d_raw" --obj_directory="Source/PWM"  "../Source/PWM/PWM.c"
    Finished building: "../Source/PWM/PWM.c"
     
    Building file: "../Source/SERIAL/Uart.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/SERIAL/Uart.d_raw" --obj_directory="Source/SERIAL"  "../Source/SERIAL/Uart.c"
    Finished building: "../Source/SERIAL/Uart.c"
     
    Building file: "../Source/TEMP/Temperature.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TEMP/Temperature.d_raw" --obj_directory="Source/TEMP"  "../Source/TEMP/Temperature.c"
    Finished building: "../Source/TEMP/Temperature.c"
     
    Building file: "../Source/TIMERS/Timers.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/TIMERS/Timers.d_raw" --obj_directory="Source/TIMERS"  "../Source/TIMERS/Timers.c"
    Finished building: "../Source/TIMERS/Timers.c"
     
    Building file: "../Source/Utility/CommonFunctions.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/CommonFunctions.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/CommonFunctions.c"
    Finished building: "../Source/Utility/CommonFunctions.c"
     
    Building file: "../Source/Utility/Tab_Sin.c"
    Invoking: C2000 Compiler
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 --include_path="C:/Cerini/ELMAS/Progetti/ANSALDO/Inverter Nuovo/Software/NewInverter" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_headers/include" --include_path="C:/TI/controlSUITE/device_support/f2806x/v141/F2806x_common/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --include_path="C:/TI/controlSUITE/libs/math/FPUfastRTS/V100/include" --include_path="C:/TI/controlSUITE/libs/math/IQmath/v160/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Source/Utility/Tab_Sin.d_raw" --obj_directory="Source/Utility"  "../Source/Utility/Tab_Sin.c"
    Finished building: "../Source/Utility/Tab_Sin.c"
     
    Building target: "NewInverter.out"
    Invoking: C2000 Linker
    "C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"NewInverter.map" --stack_size=0x300 --warn_sections -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/lib" -i"C:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="NewInverter_linkInfo.xml" --rom_model -o "NewInverter.out" "./sci_io.obj" "./Source/AD/AD.obj" "./Source/CAN/F2806x_ECan.obj" "./Source/Dati.obj" "./Source/F2806x_Adc.obj" "./Source/F2806x_CodeStartBranch.obj" "./Source/F2806x_CpuTimers.obj" "./Source/F2806x_DefaultIsr.obj" "./Source/F2806x_GlobalVariableDefs.obj" "./Source/F2806x_PieCtrl.obj" "./Source/F2806x_PieVect.obj" "./Source/F2806x_SysCtrl.obj" "./Source/F2806x_usDelay.obj" "./Source/Function.obj" "./Source/Main.obj" "./Source/EEPROM/EEprom.obj" "./Source/EEPROM/F280xx_EEPROM.obj" "./Source/IO/F2806x_Gpio.obj" "./Source/PWM/PWM.obj" "./Source/SERIAL/Modbus.obj" "./Source/SERIAL/Uart.obj" "./Source/TEMP/Temperature.obj" "./Source/TIMERS/Timers.obj" "./Source/Utility/CommonFunctions.obj" "./Source/Utility/Tab_Sin.obj" "../Source/F28069.cmd" "../Source/F2806x_Headers_nonBIOS.cmd"  -l"C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib" -l"C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_wFPU_Library.lib" 
    <Linking>
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Erase.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_EraseSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Init.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Internals.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Prog.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Prog_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Utils.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_ClearSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_CompactSector.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Delay.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_DisInt.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Erase_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_ClearLoop.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    error #16008-D: file "C:/TI/c2000/C2000Ware_2_01_00_00/libraries/flash_api/f2806x/lib/Flash2806x_API_V100.lib<Flash28_Compact_Pulse.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
    warning #10062-D: entry-point symbol "_c_int00" undefined
     
     undefined first referenced     
      symbol       in file          
     --------- ----------------     
     L$$DIV    ./Source/Function.obj
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "NewInverter.out" not built
    gmake[1]: *** [NewInverter.out] Error 1
     
    >> Compilation failure
    makefile:187: recipe for target 'NewInverter.out' failed
    makefile:183: recipe for target 'all' failed
    gmake: *** [all] Error 2
    
    **** Build Finished ****
    

  • Hi Silvano,

    Could you try taking a look at the provided example project in c2000ware that uses the Flash API? Import it into CCS and compare how the Flash API library and files are included / linked in the project.

    C:\ti\c2000\C2000Ware_2_01_00_00\libraries\flash_api\f2806x\Example_Flash2806x_API

    Best,

    Kevin

  • Hi Kevin

    Unfortunately I still have one problem.  

    I have done as you suggested me and now I haven't problem in compilation but during debug phase,.

    When I try to debug the code I have this message : 

    Break at address "0x3ff4fa" with no debug information available, or outside of program code.

    This occurs when I call the function  FLAS_ERASE

    //-------------------------------------------------------------------------------------------------

    //-------------------------------------------------------------------------------------------------
    // #pragma CODE_SECTION(Try_To_Use,"ramfuncs");
    void Try_To_Use()
    {
    Uint16 i;
    Uint16 Status;
    Uint16 *Flash_ptr; // Pointer to a location in flash
    Uint32 Length; // Number of 16-bit values to be programmed
    Uint16 VersionHex; // Version of the API in decimal encoded hex


    VersionHex = Flash_APIVersionHex();
    if(VersionHex != 0x0100)
    {
    asm(" ESTOP0");
    }

    //
    // SECTORA-SECTORH are defined in Flash2806x_API_Library.h
    //
    Flash_ptr = (Uint16 *) 0x3D8000;

    //Status = Flash_Erase(SECTORB,&FlashStatus);

    Status = Flash_Erase(SECTORD,&FlashStatus);

    if(Status != STATUS_SUCCESS)
    {
    Stop_Error(Status);
    }

    for(i=0;i<10;i++)
    Buffer[i] = 0x100+i;


    Status = Flash_Program(Flash_ptr,Buffer,10,&FlashStatus);
    if(Status != STATUS_SUCCESS)
    {
    Stop_Error(Status);
    }
    }
    //-------------------------------------------------------------------------------------------------

    Thanks for support.

    Silvano

  • Hi Silvano,

    Please see the on-going E2E post below. I believe the user is having the same issue.

    https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/893055/3303718#3303718

    Best,

    Kevin