CCS5提示maven compiler 版本版本太低怎么办

1274人阅读
Maven(9)
使用maven-compiler-plugin 时
POM文件如下:
&&&& &&&&&&&& maven-compiler-plugin&&&&&&&& &&&&&&&&&&&& 1.6&&&&&&&&&&&& 1.6&&&&&&&&&&&& UTF-8&&&&&&&& &&&& &&
&artifactId&maven-compiler-plugin&/artifactId&
&configuration&
&source&1.6&/source&
&target&1.6&/target&
&encoding&UTF-8&/encoding&
&/configuration&
&/plugins&
报如下提示,字面意思就是没有指定版本信息
[WARNING] Some problems were encountered while building the effective model for com.xxx.xxx:xxxx:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 72, column 12
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
对照官网用法:
&version&2.3.2&/version&
修改后如下,OK了
&&&&&&&& &&&&&&&&&&&& maven-compiler-plugin&&&&&&&&&&&& 2.3.2&&&&&&&&&&&& &&&&&&&&&&&&&&&& 1.6&&&&&&&&&&&&&&&& 1.6&&&&&&&&&&&&&&&& UTF-8&&&&&&&&&&&& &&&&&&&& &&&& &
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:184890次
积分:2361
积分:2361
排名:第13840名
转载:297篇
(7)(2)(1)(1)(1)(2)(1)(1)(3)(7)(3)(2)(8)(10)(6)(15)(13)(3)(2)(4)(1)(8)(14)(1)(6)(29)(17)(122)(11)(1)导入ccsv6建的工程提示编译器版本低
请问怎么更新? - C2000(TM) 32位实时 MCU - 德州仪器在线技术支持社区
导入ccsv6建的工程提示编译器版本低
请问怎么更新?
发表于1年前
<input type="hidden" id="hGroupID" value="38"
问题描述&/p>
&p>See details below. &br> Error: Import failed for project &#39;*****&#39; because its compiler definition is not available. Please install the C compiler before importing this project.&/p>
&p>我下载了编译器是一个exe文件 请问我要怎么更新?&/p>
&p>另一台电脑没有联网没法在线更新,只能通过本地更新&/p>&div style=&clear:&>&/div>" />
导入ccsv6建的工程提示编译器版本低
请问怎么更新?
此问题已被解答
All Replies
See details below.
Error: Import failed for project &#39;*****&#39; because its compiler definition is not available. Please install the C compiler before importing this project.
我下载了编译器是一个exe文件 请问我要怎么更新?
另一台电脑没有联网没法在线更新,只能通过本地更新
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
榜眼23882分
你可以在以下链接下载编译器http://software-/codegen/non-esd/downloads/download.htm
然后在项目右键 properties中选到general,选complier version 旁边的more就可以选你安装。
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
你好 编译器更新之后还是无法导入 & 提示
See details below.
Error: Import failed for project &#39;********&#39; because its meta-data cannot be interpreted. Please contact support.
这个能解决吗?
如若不能 &我把头文件和源文件新建一个工程导入 & 又出现这个错误 &说一些无定义 &但是在原工程文件都是正确的&
undefined first referenced
symbol in file
--------- ----------------
_AdcRegs ./Sample.obj
_GpioCtrlRegs ./Configuration.obj _GpioDataRegs ./State_process.obj _GpioIntRegs ./main.obj
_InitAdc ./main.obj
_InitGpio ./main.obj
_InitPieCtrl ./main.obj
_InitPieVectTable ./main.obj
_InitSysCtrl ./main.obj
_PieCtrlRegs ./main.obj
_PieVectTable ./main.obj
_SysCtrlRegs ./Configuration.obj _XIntruptRegs ./main.obj
_XintfRegs ./Configuration.obj
error #10234-D: unresolved symbols remainerror #10010: errors encoun &MMCopenloop.out& not built
.out文件无法生成 &请问有办法解决吗
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
我的问题跟楼主的一样,也等解决
You have posted to a forum that requires a moderator to approve posts before they are publicly available.CCSv5.2下导入之前版本工程(*.pjt)的方法,以CCSv3.3为例
您好,欢迎来到61ic!
&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&&.&
您现在的位置:&&>>&&>>&&>>&&>>&正文
CCSv5.2下导入之前版本工程(*.pjt)的方法,以CCSv3.3为例
&&&&&&&&&&★★★
【字体: 】
CCSv5.2下导入之前版本工程(*.pjt)的方法,以CCSv3.3为例
作者:&&&&文章来源:&&&&点击数:&&&&更新时间:&&&&
v5.2下导入之前版本工程(*.pjt)的方法;下面介绍使用CCSv5导入这些工程的方法,以CCSv3.3为例。第一步:打开CCS5.2 File菜单&&-- Import
&&&第二步:只不过是不要选择(General)Existing Projects into Workspace,那里会提示“Some projects cannot be imported because they already exist in the workspace”,而是要在Import的时候选择(Code Composer Studio)Legacy CCSv3.3 Projects
&第三步:进入后直接选择相应的*.pjt文件
22:09 上传
&&第四步:& & 之后没有特殊要求就一路Next直到Finish就好啦。导入后Build应该没问题。& && && && && && &至于Debug的需求,还是需要新建Target ConfigurationFile,按需要选择仿真器,就可以了。
22:09 上传
//结束,以下空白
文章录入:admin&&&&责任编辑:admin&
上一篇文章: 下一篇文章: 没有了
【】【】【】【】【】
  网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)

我要回帖

更多关于 ccs版本 的文章

 

随机推荐