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.

TMS320F28035: can't compile TMDSSOLARUINVKIT official code by eabi to generate elf output format

Part Number: TMS320F28035

I try to  compile TMDSSOLARUINVKIT official code by eabi to get elf output format, and there are some warnings:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
warning: library
"F:/controlSUITE/controlSUITE3.4.9setup/controlSUITE/device_support/f2803x/v
126/DSP2803x_common/lib/SFO_TI_Build_V6b.lib" contains TI-COFF object files
which are incompatible with the ELF output file. Ensure you are using the
proper library.
warning: library
"F:/controlSUITE/controlSUITE3.4.9setup/controlSUITE/libs/app_libs/solar/v1.
2/IQ/lib/Solar_Lib_IQ.lib" contains TI-COFF object files which are
incompatible with the ELF output file. Ensure you are using the proper
library.
warning: library
"F:/controlSUITE/controlSUITE3.4.9setup/controlSUITE/libs/math/IQmath/v160/l
ib/IQmath.lib" contains TI-COFF object files which are incompatible with the
ELF output file. Ensure you are using the proper library.
warning: library
"F:/controlSUITE/controlSUITE3.4.9setup/controlSUITE/device_support/f2803x/v
126/DSP2803x_common/lib/SFO_TI_Build_V6b.lib" contains TI-COFF object files
which are incompatible with the ELF output file. Ensure you are using the
proper library.
warning: library
"F:/controlSUITE/controlSUITE3.4.9setup/controlSUITE/libs/app_libs/solar/v1.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

it causes the compiler to fail to generate executable files

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
undefined first referenced
symbol in file
--------- ----------------
CNTL_2P2Z_IQ_ASM ./SolarMicroInv-Main.obj
CNTL_2P2Z_IQ_COEFFS_init ./SolarMicroInv-Main.obj
CNTL_2P2Z_IQ_VARS_init ./SolarMicroInv-Main.obj
CNTL_3P3Z_IQ_ASM ./SolarMicroInv-Main.obj
CNTL_3P3Z_IQ_COEFFS_init ./SolarMicroInv-Main.obj
CNTL_3P3Z_IQ_VARS_init ./SolarMicroInv-Main.obj
CNTL_PI_IQ_init ./SolarMicroInv-Main.obj
DSP28x_usDelay ./ADC_SOC_Cnf.obj
IQfuncsLoadEnd ./SolarMicroInv-Main.obj
IQfuncsLoadStart ./SolarMicroInv-Main.obj
IQfuncsRunStart ./SolarMicroInv-Main.obj
MPPT_INCC_I_IQ_init ./SolarMicroInv-Main.obj
NOTCH_FLTR_IQ_ASM ./SolarMicroInv-Main.obj
NOTCH_FLTR_IQ_COEFF_Update ./SolarMicroInv-Main.obj
NOTCH_FLTR_IQ_VARS_init ./SolarMicroInv-Main.obj
RAMPGEN_IQ_init ./SolarMicroInv-Main.obj
RamfuncsLoadEnd ./SolarMicroInv-Main.obj
RamfuncsLoadStart ./SolarMicroInv-Main.obj
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

I would like to ask is there now a .lib file that supports generating TMDSSOLARUINVKIT code in ELF format? If so, where can I download it?