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

相关推荐
alexander06814 小时前
CSS 类选择器组合
前端·css
guodingdingh18 小时前
软件开发工作问题总结0718
java·开发语言·数据库
寅时码19 小时前
React 之死·终章:一个 useRef,把闭包陷阱、依赖数组、漫天 rerender 全送走
前端·react.js·ai编程
不好听61319 小时前
HTML 事件监听机制:从 DOM Level 0 到 React 合成事件
前端·react.js·html
wordbaby19 小时前
为什么刷新页面就 404?聊聊 SPA 路由与 Nginx 的那点事
前端
daols8819 小时前
vxe-table 渲染器教程一:实现金额输入控件
javascript·vue.js·vxe-table
咖啡八杯19 小时前
GoF设计模式——解释器模式
java·后端·spring·设计模式
不好听61319 小时前
React 核心概念:JSX、组件与数据驱动
前端·react.js
触底反弹19 小时前
🔥 React 零基础入门(中):500 行屎山代码到组件化的蜕变
前端·javascript·react.js
不好听61319 小时前
React vs Vue:两大前端框架技术选型深度对比
前端·vue.js·react.js