autosar_make_rtw_hook error
41 次查看(过去 30 天)
显示 更早的评论
hello
here is the issue:
Version:1.0 StartHTML:0000000105 EndHTML:0000040254 StartFragment:0000038750 EndFragment:0000040214
/********************************************************************************/
The call to autosar_make_rtw_hook, during the after_tlc hook generated the following error:
'Boolean_2' is not a valid name for the type in package '/DataTypes'. Another element with the same name already exists in that package. Please rename the type or change the package.
The build process will terminate as a result.
Caused by:
'Boolean_2' is not a valid name for the type in package '/DataTypes'. Another element with the same name already exists in that package. Please rename the type or change the package.
/********************************************************************************/
the model is creat from ARXML without warnings.
I have defined a datatype named 'Boolean_2' in sldd. it's should be an application datatype not '/DataTypes'
0 个评论
回答(3 个)
JIAWEI CAI
2019-11-15
编辑:JIAWEI CAI
2019-11-15
Hello,
I got the same issue when generating code with the model imported from arxml, have you fixed this?
0 个评论
Zhenwei Sun
2019-11-15
2 个评论
JIAWEI CAI
2019-11-26
Thanks for your answer. Can you give more details? I am still inside the trap.
另请参阅
类别
在 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!