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 Type[CMD_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

相关推荐
C+-C资深大佬4 小时前
C++ 性能优化 专业详解
java·c++·性能优化
结网的兔子4 小时前
前端学习笔记——Element Plus 栅格布局系统示例
前端·javascript·css
程序员老乔4 小时前
Java 新纪元 — JDK 25 + Spring Boot 4 全栈实战(三):虚拟线程2.0,电商秒杀场景下的并发革命
java·开发语言·spring boot
weixin_404157684 小时前
Java高级面试与工程实践问题集(四)
java·开发语言·面试
cyforkk5 小时前
Spring AOP 核心揭秘:ProceedingJoinPoint 与反射机制详解
java·python·spring
无限进步_5 小时前
【C++】单词反转算法详解:原地操作与边界处理
java·开发语言·c++·git·算法·github·visual studio
wyiyiyi5 小时前
【线性代数】对偶空间与矩阵转置及矩阵分解(Java讲解)
java·线性代数·支持向量机·矩阵·数据分析
l1t5 小时前
DeepSeek总结的用 C# 构建 DuckDB 插件说明
前端·数据库·c#·插件·duckdb
zhensherlock5 小时前
Protocol Launcher 系列:App Store 精准引流与应用推广
javascript·macos·ios·typescript·iphone·mac·ipad
你这个代码我看不懂5 小时前
磁盘的存储原理
java