TI的专家,各路大神你们好。
最近一直在针对CC2640做开发,使用CCS感觉编译调试速度非常慢。编译和debug时间几乎是IAR的十倍以上都不夸张,调试过程根本不敢用单步调试,点一次等好几秒,请问一下有什么办法解决吗?
Susan Yang:
If you have a multi-core PC, you can enable parallel builds if you have already enabled it:
processors.wiki.ti.com/…/Projects_and_Build_Handbook_for_CCS
Of course enabling optimization can impact build speeds.
When you do a standard build, it will try to do an incremental build – meaning it will only recompile the files that have been changed. It should not recompile the entire project unless you clean the project, change any project level options, or do a 'rebuild project'.
da qin zheng sheng:
编译时间比较慢,调试没有感觉速度慢,你用的啥系统?加一个内存条试试。
da qin zheng sheng:
调试工具使用xds110还是xds100v3?
da qin zheng sheng:
回复 da qin zheng sheng:
使用jtag接口比cjtag速度快。
user5097736:
回复 da qin zheng sheng:
谢谢,我们公司电脑确实不太行的了,E5800的U,3G的内存:-(,不过IAR响应速度还是很快的,CCS整体响应速度都慢慢的,卡卡的,都想放弃了,系统是WIN7,调试工具用的是XDS110
Butterfly:
回复 user5097736:
CCS 第一次编译工程是会慢点,后面再编译还是很快的,我用的8G 内存,Win10,没有太大区别
加根内存看看