To call to autosar_make_rtw_hook, during the before_make hook generated the following error
12 次查看(过去 30 天)
显示 更早的评论
When I tried to generate code, I faced the following error message.
To call to autosar_make_rtw_hook, during the before_make hook generated the following error:
Assertion failed : StructElement must have Chks Type or InlineType at B:\matlab\src\arxml_util\arxml\ArxmlWriteTransformer4p0.cpp:5730:
Before I generate code, I define data type replacement at configuration setting, Is it related to this error?
What is the case this error message can come?
0 个评论
回答(1 个)
Srivardhan
2023-7-6
Hi Sungho,
As per my understanding you got this error becuase there is an issue with the data type replacement configuration.
It suggests that a StructElement in the Autosar data model does not have the expected Chks Type or InlineType. To resolve this issue, you should review your data type replacement configuration in MATLAB and ensure that the mapping between MATLAB data types and Autosar data types is correct. This error generally occurs when there is a mismatch between the expected data type and the actual data type defined in the configuration.
Can you re-check your data type replacement at configuration setting ?
I hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 AUTOSAR Blockset 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!