ISOLAR软件生成报错处理(七)

错误1

Description Resource Path Location Type Target ARObject: <xxxx> Element 'xxxx' has a duplicate name within context '/xxxx/SwComponentTypes/xxxx' but is not defined by AUTOSAR as splittable. Splittable elements and packages with the same name are merged but all sub-elements within the namespace formed by the splittable element that are not themselves splittable must have unique names. (This error can also occur if an XML file is specified multiple times on the command line). - Line: 2517. Infos <xxxx> :</xxxx/SwComponentTypes/xxxx/xxxx> xxxx.arxml /xxxx Unknown B.WorX Logging Framework Marker

中文意思是在抽取文件当中有重复名称,但其实不是

真正的原因是:

1.在抽取生成的arxml文件里面有两个一模一样的,需要手动删除一个

2.不同的SWC,同样名字的端口,不允许mapping到不同的信号上。

3.需要断开一下接口,再原样链接回去。

错误2

Description Resource Path Location TypeCMD_ECUEXTR_ERROR : Given EcuInstance is not configured in any System with category "SYSTEM_EXTRACT/SYSTEM_DESCRIPTION".

这个是不用管的,反正不影响生成代码。

错误3

Description Resource Path Location Type Null pointer exception occured. Forwarding not executed.

不知道这是干啥的,但不影响生成。

错误4

工程交接出去的时候,发现某几条报文的配置信息被清了,从git重新拉下来也是这样。

发现原本在我本地的配置选项是蓝色的

查到原因是配置信息都在另一个arxml里面了,导入DBC的时候新增的,git里面又没上传

错误5

Description Resource Path Location Type DataConversion could not find the width of the SwBaseType '/AUTOSAR_Platform/BaseTypes/float32'. RTEGen was working on ''. - Line: unknown

因为接口在应用层是float32,在com层是uint8

相关推荐
竹枝溪10 小时前
MySQL进阶:约束、多表设计、多表查询与事务
java·数据库·mysql·事务·子查询·acid·多表查询
岁月留痕16810 小时前
17 实战项目二:实现“日记”项目多页面管理
前端
李顿波11 小时前
Chrome 插件弹窗一直停留在初始的小尺寸 —— 你看到的小方块
前端·javascript·chrome
悟空瞎说11 小时前
Cesium 与 Three.js 融合实战:在数字地球上渲染自定义 3D 场景
前端
渣波11 小时前
React 移动端首页架构实战:从并发请求到防御性编程的深度解析
前端·javascript
上玄code11 小时前
【Agent精讲】调一个LLMAPI背后的工程问题
java·开发语言·python·chatgpt
李冰然11 小时前
深入Java集合框架:ArrayList源码解析(JDK 8)
java
a11177611 小时前
原生 Markdown 阅读与编辑器 开源项目
前端·开源·软件
laity1711 小时前
python发光表白爱心(从零到一实现)
前端·后端
小小啊python11 小时前
IDEA中SpringBoot项目配置热部署
java·ide·intellij-idea·springboot·热部署