当前位置:网站首页>ccs软件的使用(靠谱挣钱的app软件)
ccs软件的使用(靠谱挣钱的app软件)
2022-07-30 13:39:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
1.使用CCS3.3 编译TI的28335,产生如下警告:
warning: entry-point symbol other than “_c_int00” specified: “code_start”
一种解决方法,不用管它,因为C入口地址最终是由用户的CMD文件覆盖的,警告不影响使用。
二是,在编译选项里面link标签页,把Code Entry Point(-e)编辑框里面的code_start删除,就不会产生该警告了。
2.使用CCS4编译28335 例子程序,错误如下:
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.
解决方法:右击项目,打开属性对话框,选CCS BUILD标签,在 Code Generation tools栏目里面选中
TI V6.0.1即可.
3.使用CCS4编译28335 例子程序,错误如下:
CCS4 No rule to make target `clean’.
解决方法:右击项目,打开属性对话框,选Info标签,Text file encodingother,选中UTF-8,问题解决,
然后,再改为原来的Text file encodingInherited from container(GKB),仍可以正确编译
4.使用CCS3.3编译28335,错误如下:
can’t find input file ‘rts2800_fpu32.lib’
解决办法:
在ccs的component manager里边选择Code Composer Studio->build tools->tms320c28xx->选中Texas Instrument C2000 Code generation tools<5.0.0B2> 保存设置退出,重新编译,上面的问题(WARNING: invalid compiler option –float_support=fpu32 (ignored) 和 error: can’t find input file ‘rts2800_fpu32.lib’) 就不会出现了
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/128942.html原文链接:https://javaforall.cn
边栏推荐
- LeetCode二叉树系列——116.填充每个节点的下一个右侧指针
- Eleven BUUCTF questions (06)
- 剑指 Offer 05. 替换空格
- R语言ggplot2可视化:使用ggpubr包的ggboxplot函数可视化分组箱图、使用ggpar函数改变图形化参数(ylim、修改可视化图像y轴坐标轴数值范围)
- 如何判断自己是否适合IT行业?方法很简单
- No-code development platform all application settings introductory tutorial
- Apache Log4j2漏洞
- cpu / CS 和 IP
- 学习笔记——七周成为数据分析师《第一周:数据分析思维》
- (HR面试)最常见的面试问题和技巧性答复
猜你喜欢
随机推荐
selenium4+pyetsst+allure+pom进行自动化测试框架的最新设计
R语言ggpubr包的ggboxplot函数可视化分组箱图、自定义移除可视化图像的特定对象(移除可视化图像轴坐标轴的刻度线标签文本、both x and y axis ticks labels)
ARC115F Migration
数据中台建设(五):打破企业数据孤岛和提取数据价值
12、 学习MySQL 排序
[Go]四、模块和包、流程控制、结构体
LeetCode二叉树系列——144.二叉树的最大深度
js男女身高体重关系图
【软考软件评测师】基于规则说明的测试技术上篇
SQL 26 calculation under 25 years of age or older and the number of users
激光雷达点云语义分割论文阅读小结
58. 最后一个单词的长度
“封号斗罗” 程序员修炼之道:通向务实的最高境界
R语言ggplot2可视化:使用ggpubr包的ggmaplot函数可视化MA图(MA-plot)、设置label.select参数自定义在图中显示标签的基因类型(自定义显示的标签列表)
第十四天笔记
【Advanced Mathematics】【7】Double Integral
【VMware虚拟机安装mysql5.7教程】
Study Notes - Becoming a Data Analyst in Seven Weeks "Week 2: Business": Business Analysis Metrics
CF603E Pastoral Oddities
Logic Vulnerability----Permission Vulnerability









