编译一个基于SYSBIOS的应用程序,CCS7.4版本,编译的时候报错如下:
warning #10373-D: library "F:\ti\nsp_1_10_02_09\packages\ti\drv\omapl138\lib\debug\ti.drv.omapl138.a674" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library.
fatal error #16031: object files have incompatible formats ("F:\ti\bios_6_33_01_25\packages\ti\sysbios\lib\instrumented_674\sysbios\sysbios.lib<c64p_Hwi_disp_always.obj>" = TI-COFF, "./Net.obj" = ELF). Please see the 'C6000 EABI Migration' guide at http://processors.wiki.ti.com/index.php/C6000_EABI_Migration
这里提到的这个网页去看了下,看的似懂非懂的,主要英语也不行,大概能明白是兼容性问题,但不知道怎么下手,哎,难啊