您好:
1.我在对IPC例程导入并编译后,出现一下问题:
感觉是 没有添加CSL库文件,在file search path 中添加了相关库后还是 有问题
2.
Description Resource Path Location Type
Build variable 'CSL_INSTALL_PATH' cannot be resolved. Interrupt properties TI Problem Marker
这个问题该怎么解决
关于CCS5中变量的使用我应该参照哪些文档呢?
3.刚接触这个平台和开发软件,对很多操作不熟悉,阅读了一些介绍文档后发现文档中介绍的一些相关操作和我所使用的版本不统一。
例如IPC例程下的Reanme文档中所说
2. Import PDK marco file:
Find your PDK installation path, and import the marco file into the project.
For example, if the PDK path is C:\Program Files\Texas Instruments\pdk_c6618_1_0_0_5, after open the project in CCS, you should click File->Import->CCS->Managed Build Marcos
Then select the marco file in
而在我的CCS中没有相关的配置
这应该怎么操作呢? 还有如果我想知道CCS5中的各个配置应该怎样操作应该看些什么资料呢?
Andy Yin1:
你可以右击工程->属性,在C6000 Compiler->include options中添加需要包含的头文件路径,可以使用绝对路径,也可以使用相对路径;在linker->file search path中添加相应lib库所存放的路径。
SurfaceBook:
这是对你第二第三个问题的解答。
1、首先你可以尝试将CCSV5升至CCSV5.4.
2、这里是CCS集成开发环境的相关资料,在下面(http://www.ti.com.cn/tool/cn/ccstudio)
3、这里是ccs wiki(http://processors.wiki.ti.com/index.php/Code_Composer_Studio_V5)