Clear Filters
Clear Filters

To call to autosar_make_rtw_hook, during the before_make hook generated the following error

28 views (last 30 days)
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?

Answers (1)

Srivardhan
Srivardhan on 6 Jul 2023
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!

Categories

Find more on AUTOSAR Blockset in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!