当前位置:网站首页>The use of ccs software (app software that makes money reliably)
The use of ccs software (app software that makes money reliably)
2022-07-30 14:11:00 【Full stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
1. Compiling TI's 28335 with CCS3.3 produces the following warning:
warning: entry-point symbol other than “_c_int00” specified: “code_start”
A workaround, leave it alone, since the C entry address is eventually overwritten by the user's CMD file, the warning doesn't affect usage.
Second, in the link tab of the compilation options, delete the code_start in the Code Entry Point (-e) edit box, and the warning will not be generated.
2. Use CCS4 to compile the 28335 sample program, the error is as follows:
This project was created using a version of Code Generation tools that is not currently installed: 5.2.1 [C2000]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions.
p>Solution: Right-click the project, open the Properties dialog box, select the CCS BUILD tab, and select it in the Code Generation tools column
TI V6.0.1 is enough.
3. Use CCS4 to compile the 28335 sample program, the error is as follows:
CCS4 No rule to make target `clean’.
Solution: Right-click the project, open the properties dialog box, select the Info tab, Text file encodingother, select UTF-8, the problem is solved,
Then, change to the original Text file encodingInherited from container(GKB), and it can still be compiled correctly
4. Using CCS3.3 to compile 28335, the error is as follows:
can’t find input file ‘rts2800_fpu32.lib’
Solution:
Select Code Composer Studio->build tools->tms320c28xx->select Texas Instrument C2000 Code generation tools<5.0.0B2> in the component manager of ccs, save the settings and exit, recompile, the above problem (WARNING: invalid compiler option--float_support=fpu32 (ignored) and error: can't find input file 'rts2800_fpu32.lib') will not appear
Publisher: Full-stack programmer, please indicate the source: https://javaforall.cn/128942.htmlOriginal link: https://javaforall.cn
边栏推荐
- jsArray数组复制方法性能测试2207292307
- LeetCode二叉树系列——145.二叉树的后序遍历
- 【自校正控制】自校正PID
- Eclipse connects to SQL server database "recommended collection"
- CF780G Andryusha and Nervous Barriers
- [ARC092B] Two Sequences
- 05 | login background: based on the password login mode (below)
- Why do software testing have to learn automation?Talk about the value of automated testing in my eyes
- selenium4+pyetsst+allure+pom进行自动化测试框架的最新设计
- [论文翻译] Unpaired Image-To-Image Translation Using Cycle-Consistent Adversarial Networks
猜你喜欢
随机推荐
jsArray数组复制方法性能测试2207300823
2022年,目前大环境下还适合转行软件测试吗?
jsArray数组复制方法性能测试2207300040
Six-faced ant financial clothing, resisting the bombardment of the interviewer, came to interview for review
重保特辑|拦截99%恶意流量,揭秘WAF攻防演练最佳实践
【Advanced Mathematics】【7】Double Integral
永州动力电池实验室建设合理布局方案
svg波浪动画js特效代码
网站添加能换装可互动的live 2d看板娘
UPC2022暑期个人训练赛第19场(B,P)
Jenkins自动化部署项目
eclipse连接SQL server数据库「建议收藏」
#第九章 子查询课后习题
学习笔记——七周成为数据分析师《第一周:数据分析思维》
什么是缺陷分析?一篇文章带你了解,测试工程师必备技能
华为7年经验的软件测试总监,给所有想转行学软件测试的朋友几点建议
激光雷达点云语义分割论文阅读小结
[ARC092B] Two Sequences
数字信号处理课程实验报告(数字信号处理需要什么基础)
获取Google Advertising ID作为唯一识别码








