当前位置:网站首页>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
边栏推荐
- Six-faced ant financial clothing, resisting the bombardment of the interviewer, came to interview for review
- [VMware virtual machine installation mysql5.7 tutorial]
- 还在说软件测试没有中年危机?9年测试工程师惨遭淘汰
- [论文翻译] Unpaired Image-To-Image Translation Using Cycle-Consistent Adversarial Networks
- js背景切换时钟js特效代码
- libudev 使用说明书
- svg波浪动画js特效代码
- ESP32 反复重启问题 Arduino屏蔽断电探测器
- LeetCode二叉树系列——144.二叉树的最小深度
- ARC117E零和范围2
猜你喜欢
【VMware虚拟机安装mysql5.7教程】
Six-faced ant financial clothing, resisting the bombardment of the interviewer, came to interview for review
ARC117E零和范围2
跳槽前,把自己弄成卷王
[VMware virtual machine installation mysql5.7 tutorial]
SQL 26 calculation under 25 years of age or older and the number of users
Conversion between pytorch and keras (the code takes LeNet-5 as an example)
js背景切换时钟js特效代码
LeetCode二叉树系列——145.二叉树的后序遍历
学习笔记——七周成为数据分析师《第一周:数据分析思维》
随机推荐
人社部公布“数据库运行管理员”成新职业,OceanBase参与制定职业标准
获取Google Advertising ID作为唯一识别码
SQL 26 calculation under 25 years of age or older and the number of users
(HR Interview) Most Common Interview Questions and Skilled Answers
43.【list的简单属性】
HCIP(第十五天) —— 交换机(一)
Conversion between pytorch and keras (the code takes LeNet-5 as an example)
跳槽前,把自己弄成卷王
20220729 Securities, Finance
cpu/CS and IP
(一)Multisim安装与入门
机器学习在竞赛和工业界应用区别
手把手教你写让人眼前一亮的软件测试简历,收不到面试邀请算我输
LeetCode二叉树系列——107.二叉树的层序遍历II
The way of programmers' cultivation: do one's own responsibilities, be clear in reality - lead to the highest realm of pragmatism
pytorch学习记录(五):卷积神经网络的实现
pytorch学习记录(六):循环神经网络 RNN & LSTM
How awesome is the "12306" architecture?
05 | 后台登录:基于账号密码的登录方式(下)
华为7年经验的软件测试总监,给所有想转行学软件测试的朋友几点建议