C:\ti\c55_lp\c55_csl_3.07\ccs_v6.x_examples\uart\CSL_UART_dmaExample
1、将工程Properties->CCS Build-> Dependencies 中的C55XXCSL_LP 去掉。
2、将C55XXCSL_LP.lib 加入到CSL_UART_dmaExample 工程中。
编译会有Warning:
Referenced project 'C55XXCSL_LP' does not exist in the workspace. Project 'CSL_UART_dmaExample' may not build as expected.
这样用,应该没有问题吧!
怎样消除这个Warning!
谢谢!
Shine:
提示workspace里没有C55XXCSL_LP.lib,把库拷贝过去。
user1601657:
回复 Shine:
1\C55XXCSL_LP.lib 已经拷到 工程中。
2\在Include library ,也已经加入C55XXCSL_LP.lib 所在路径。
现在编译没有错误,只出现告警。
谢谢!