フィルターのクリア

Why do i get this error "Unrecognized method, property, or field 'qualifiedName' for class 'M3I.Object" ?

63 ビュー (過去 30 日間)
Suneshwaria Lakshmi
Suneshwaria Lakshmi 2021 年 11 月 30 日
回答済み: Melih 2023 年 9 月 22 日
I had a working model that was generating code but there were unused datatypes in my base workspace so i deleted them by following the steps
1. arProps = autosar.api.getAUTOSARProperties('MODELNAME');
2. delete(arProps, 'path to the object')
3. update, validate the MODEL from autosar pane and then codegenerate.
When i try to regenerate code this is the following error
The call to autosar_make_rtw_hook, during the after_tlc hook generated the following error: Unrecognized method, property, or field 'getExternalToolInfo' for class 'M3I.Object'. The build process will terminate as a result.
Caused by:
  • Unrecognized method, property, or field 'getExternalToolInfo' for class 'M3I.Object'.
Please help.
Thank you.

回答 (2 件)

JK Math
JK Math 2023 年 3 月 22 日
AUTOSAR import fails when reading ARXML that contains fixed-axis BaseTypes that use float or single primitive types. The importer generates the following message:
Error using arxml.importer/createComponentAsModel (line 115)
Unrecognized method, property, or field 'IsApplication' for class 'M3I.Object'.

Melih
Melih 2023 年 9 月 22 日
Manual modification to ARXML file may lead to this error

カテゴリ

Help Center および File ExchangeAUTOSAR Blockset についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by