TI中文支持网
TI专业的中文技术问题搜集分享网站

求助specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line

warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line  

Seven Han:

您使用的ccs是版本5?是否用build all编译还会有问题?

warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line  

xianchuang zhang:

回复 Seven Han:

是CCS5.5,用project里的build all编译之后还是还是同样的问题

warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line  

Seven Han:

回复 xianchuang zhang:

应该是编译环境的问题,按照下图选择fpu32试下。

warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line  

xianchuang zhang:

回复 Seven Han:

刚试了下 不行 还是同样的问题

warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<boot.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<exit.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>": compatibility cannot be determined
error #16008-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line
error #16019-D: file "../DSP2833x_headers/include/rts2800_eh.lib<_lock.obj>" specifies small memory model, which is not compatible with large memory model specified in a previous file or on the command line  

Seven Han:

回复 xianchuang zhang:

您用的TI的例程吗?

建议您烧掉工程中的lib文件,重新添加合适的

可参考帖子:http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/519126?tisearch=e2e-sitesearch&keymatch=specifies%20ISA%20revision%20%22C2800%22

赞(0)
未经允许不得转载:TI中文支持网 » 求助specifies ISA revision "C2800", which is not compatible with ISA revision "C28FPU32" specified in a previous file or on the command line
分享到: 更多 (0)