大侠好.
我使用CCSV4.24 加载了LOGICPD官方的例程AM1808_BSL,除了AM1808_BSL项目编译通过,其它的项目编译都出现同一个错误,是因为没有设置好引用目录吗?
错误如附件所示.请教一下,该如何设置呢?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
看起来,应该是库文件引用不对, 请把在如下设置中尽量使用绝对地址。
还是不对呀, 我的AM1808_BSL在C:\AM1808_BSL.
我将"Include library file or command..."添加了
"C:\AM1808_BSL\src\bsl\am1808_rts.lib"
"C:\AM1808_BSL\src\bsl\lib\am1808_bsl.lib"
add <dir> to library search path...栏如下
"${CG_TOOL_ROOT}/lib"
"${CG_TOOL_ROOT}/include"
还是出现同样的错误.
__TI_decompress_rle24是个什么符号?
那你把BSL库重新编一下,在试一下, 不好意思, 在我这里不能重现你的问题