This thread has been locked.

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

CCS/tms320f28027: immigration problem

Part Number: TMS320F28027
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

when I immigrate a project from another computer, I encounter a problem. I want to know how to change the configuration to tackle the problem.

the console file looks like:

**** Build of configuration Debug for project Bootloader-RAM ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all

'Building file: ../Call_App.asm'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="Call_App.d" "../Call_App.asm"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../Call_App.asm'

' '

'Building file: ../DSP2802x_MemCopy.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="DSP2802x_MemCopy.d" "../DSP2802x_MemCopy.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../DSP2802x_MemCopy.c'

' '

'Building file: ../Example_2802xSci_Echoback.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="Example_2802xSci_Echoback.d" "../Example_2802xSci_Echoback.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

"../Example_2802xSci_Echoback.c", line 16: warning: explicit type is missing

("int" assumed)

extern Update_Flag;

^

"../Example_2802xSci_Echoback.c", line 17: warning: explicit type is missing

("int" assumed)

extern FW_Burning_Success;

^

"../Example_2802xSci_Echoback.c", line 34: warning: function "MemCopy"

declared implicitly

MemCopy(&RamfuncsLoadStart,&RamfuncsLoadEnd, &RamfuncsRunStart);

^

"../Example_2802xSci_Echoback.c", line 55: warning: function

"scia_echoback_init" declared implicitly

scia_echoback_init(); // Initialize SCI for echoback

^

"../Example_2802xSci_Echoback.c", line 63: warning: function "SCI_A_Send_Char"

declared implicitly

SCI_A_Send_Char(0x24);

^

"../Example_2802xSci_Echoback.c", line 70: warning: function "SCI_A_Process"

declared implicitly

SCI_A_Process();

^

"../Example_2802xSci_Echoback.c", line 87: warning: function "SCI_A_Process"

declared implicitly

SCI_A_Process();

^

'Finished building: ../Example_2802xSci_Echoback.c'

' '

'Building file: ../F2802x_GlobalVariableDefs.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="F2802x_GlobalVariableDefs.d" "../F2802x_GlobalVariableDefs.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../F2802x_GlobalVariableDefs.c'

' '

'Building file: ../f2802x_codestartbranch.asm'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_codestartbranch.d" "../f2802x_codestartbranch.asm"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_codestartbranch.asm'

' '

'Building file: ../f2802x_csmpasswords.asm'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_csmpasswords.d" "../f2802x_csmpasswords.asm"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_csmpasswords.asm'

' '

'Building file: ../f2802x_defaultisr.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_defaultisr.d" "../f2802x_defaultisr.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_defaultisr.c'

' '

'Building file: ../f2802x_epwm.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_epwm.d" "../f2802x_epwm.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_epwm.c'

' '

'Building file: ../f2802x_piectrl.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_piectrl.d" "../f2802x_piectrl.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_piectrl.c'

' '

'Building file: ../f2802x_pievect.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_pievect.d" "../f2802x_pievect.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_pievect.c'

' '

'Building file: ../f2802x_sci.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_sci.d" "../f2802x_sci.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

"../f2802x_sci.c", line 188: warning: function "SCI_A_Send_Char" declared

implicitly

SCI_A_Send_Char(0xAA);

^

"../f2802x_sci.c", line 235: warning: function "SCI_A_Send_Char" declared

implicitly

SCI_A_Send_Char(0x24);

^

"../f2802x_sci.c", line 263: warning: function "Call_IAP" declared implicitly

i = Call_IAP();

^

"../f2802x_sci.c", line 304: warning: function "SCI_A_Send_Char" declared

implicitly

SCI_A_Send_Char(0x24);

^

"../f2802x_sci.c", line 329: warning: declaration is incompatible with

previous "Call_IAP" (declared at line 263)

unsigned int Call_IAP()

^

"../f2802x_sci.c", line 331: warning: variable "i" was declared but never

referenced

Uint16 Status,i;

^

"../f2802x_sci.c", line 332: warning: variable "Length" was declared but never

referenced

Uint32 Length; // Number of 16-bit values to be programmed

^

"../f2802x_sci.c", line 333: warning: variable "StartAddr" was declared but

never referenced

Uint32 StartAddr;

^

"../f2802x_sci.c", line 400: warning: declaration is incompatible with

previous "SCI_A_Send_Char" (declared at line 188)

void SCI_A_Send_Char(unsigned int data)

^

'Finished building: ../f2802x_sci.c'

' '

'Building file: ../f2802x_sysctrl.c'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_sysctrl.d" "../f2802x_sysctrl.c"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_sysctrl.c'

' '

'Building file: ../f2802x_usdelay.asm'

'Invoking: C2000 Compiler'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222" --include_path="C:/ti/controlSUITE/device_support/f2802x/v230/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/include" --include_path="C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_headers/include" --include_path="C:/ti/controlSUITE/libs/math/IQmath/v15c/include" --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms --preproc_with_compile --preproc_dependency="f2802x_usdelay.d" "../f2802x_usdelay.asm"

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

'Finished building: ../f2802x_usdelay.asm'

' '

'Building target: Example_28027_Flash.out'

'Invoking: C2000 Linker'

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --define=_DEBUG --define=LARGE_MODEL -g --diag_suppress=232 --diag_suppress=10063 --diag_warning=225 --issue_remarks --verbose_diagnostics --quiet --cdebug_asm_data --output_all_syms -z -m"Example_28027_Flash.map" --stack_size=0x300 --warn_sections -i"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/lib" -i"C:/software/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/include" -i"C:/software/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" -i"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash_f2802x - RAM" -i"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_common/lib" -i"C:/ti/controlSUITE/libs/math/IQmath/v15c/lib" --reread_libs --issue_remarks --verbose_diagnostics --xml_link_info="Example_28027_Flash_linkInfo.xml" --entry_point=code_start --rom_model -o "Example_28027_Flash.out" "./Call_App.obj" "./DSP2802x_MemCopy.obj" "./Example_2802xSci_Echoback.obj" "./F2802x_GlobalVariableDefs.obj" "./f2802x_codestartbranch.obj" "./f2802x_csmpasswords.obj" "./f2802x_defaultisr.obj" "./f2802x_epwm.obj" "./f2802x_piectrl.obj" "./f2802x_pievect.obj" "./f2802x_sci.obj" "./f2802x_sysctrl.obj" "./f2802x_usdelay.obj" "../F28027.cmd" "../F2802x_Headers_nonBIOS.cmd" "../Flash2802x_API_V201.lib" -lrts2800_ml.lib -l"C:/software/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/lib/Flash2802x_API_V201.lib" -lIQmath.lib

remark: --cdebug_asm_data is deprecated and will be removed in a subsequent

release.

remark: --output_all_syms is deprecated and will be removed in a subsequent

release. This is now the default behavior of the compiler.

>> Compilation failure

makefile:156: recipe for target 'Example_28027_Flash.out' failed

error: cannot find file

"C:/software/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/lib/Flash2

802x_API_V201.lib"

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Erase.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_EraseSector.obj>":

compatibility cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Init.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Internals.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Prog.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Prog_Pulse.obj>":

compatibility cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_ToggleTest.obj>":

compatibility cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Utils.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Verify.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_ClearSector.obj>":

compatibility cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_CompactSector.obj>":

compatibility cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Delay.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_DisInt.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Erase_Pulse.obj>":

compatibility cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_ClearLoop.obj>": compatibility

cannot be determined

warning: build attribute vendor section TI missing in

"C:/ti/controlSUITE/device_support/f2802x/v222/f2802x_examples_structs/flash

_f2802x - RAM/Flash2802x_API_V201.lib<Flash28_Compact_Pulse.obj>":

compatibility cannot be determined

"../F28027.cmd", line 142: warning: split placement (>>) ignored for ".stack":

split run placement for this section is not permitted

.stack : >> RAMM0 | RAMM1 PAGE = 1

error: errors encountered during linking; "Example_28027_Flash.out" not built

gmake: *** [Example_28027_Flash.out] Error 1

gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • Emma,

    Let us focus on the error first and tackle the warnings later.

    The error reported is this:

    error: cannot find file "C:/software/ti/controlSUITE/libs/utilities/flash_api/2802x/v201a/lib/Flash2802x_API_V201.lib"

    The path to the library (highlighted in bold) is incorrect (it should be c:/ti/controlSUITE/...), which is why it is unable to find the file.

    To fix this, go to Project Properties->Build->Linker->File Search Path and edit/fix the path in the --library option box. 

    Although it shouldn't impact this specific linker error, I do see a few incorrect paths under the -i (--search_path) linker option as well, so you should fix those also. 

    Let us know if this fixes the error.