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: 太阳能逆变器开发板TMDSSOLARUINVKIT代码eabi方式编译输出ELF文件问题

Part Number: TMS320F28035

我想使用eabi方式编译TMDSSOLARUINVKIT代码,输出ELF格式可执行文件。编译之后出现在link时出现一下警告:

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

导致编译器无法识别字符而生成可执行文件失败

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

我想询问现在有支持ELF格式TMDSSOLARUINVKIT代码的.lib文件吗?如果有的话,我应该在哪里获得呢?