fatal error: file
"E:/ti/ccsv7/tools/compiler/c5500_4.4.1/lib/rts55.lib<exit.obj>" has a
Tag_Memory_Model attribute value of "1" that is different than one
previously seen ("2"); combining incompatible files
>> Compilation failure
makefile:139: recipe for target 'led.out' failed
gmake: *** [led.out] Error 1
gmake: Target 'all' not remade because of errors.
这个错误该咋么改啊?求解
Tony Tang:
库文件与工程,或者别的库文件用的memory model不一致。改成一致就好了。
Shine:
rts库要与编译选项里的memory model一致。
user5052112:
这个错误应该是我加载了两个库,一个开发板的库,一个rst55x的库,冲突了