|  | 
 
| 用CCS编程序 想使用以下函数,库连接报不识别, ELF与TI-COFF 不兼容 如何解决5 B  D1 q  H! k+ J$ H, D PSCModuleControl(SOC_PSC_1_REGS, HW_PSC_GPIO, PSC_POWERDOMAIN_ALWAYS_ON, PSC_MDCTL_NEXT_ENABLE);
 & M6 b: Z5 I$ w, d1 z. R1 M% r) H5 f
 报错如下:* j5 H9 l# D( }3 ]- |
 'Invoking: C6000 Linker'
 * W( z! {' n0 [, P' d% x  h"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --define=omapl138 --display_error_number --diag_warning=225 --diag_wrap=off -z --stack_size=0x800 -m"HelloWorld.map" --heap_size=0x800 -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --reread_libs --define=DSP_CORE=1 --warn_sections --display_error_number --diag_wrap=off --xml_link_info="HelloWorld_linkInfo.xml" --rom_model -o "HelloWorld.out" -l"./configPkg/linker.cmd"  "./main.obj" "../OMAPL138.cmd" -l"C:\ti\OMAPL138_StarterWare_1_10_04_01\binary\c674x\cgt\omapl138\drivers\Debug\drivers.lib" -l"libc.a" 5 x' X+ F' |4 b. |' s* P
 <Linking>
 # j* r2 @9 [, N% r5 f+ Zwarning #10373-D: library "C:\ti\OMAPL138_StarterWare_1_10_04_01\binary\c674x\cgt\omapl138\drivers\Debug\drivers.lib" contains ELF object files which are incompatible with the TI-COFF output file.  Ensure you are using the proper library.* U/ X* c/ M( U. Z) }
 5 W  W7 {! ?, a5 b3 n8 S- E
 >> Compilation failure; G+ |. k4 |3 t) {  a  _. @; b
 warning #10373-D: library "C:\ti\OMAPL138_StarterWare_1_10_04_01\binary\c674x\cgt\omapl138\drivers\Debug\drivers.lib" contains ELF object files which are incompatible with the TI-COFF output file.  Ensure you are using the proper library.$ ]9 o7 U& l" X( p2 a4 H+ m  y& ^
 4 n8 T- Z, d8 g, U
 undefined         first referenced' R+ t; t5 `( A3 r
 symbol               in file     $ b2 v8 ]4 x* X9 s/ _
 ---------         ----------------
 + W' F4 V, x! e7 y _PSCModuleControl ./main.obj
 | 
 |