How to resolve error ""Error:The storage class of the signal connected to 'Output Port 1' of 'autosarTestMdl/Subsystem/Event Receive' is global, thus the generated code is not reusable." when generating AUTOSAR Adaptive code in R2024a?
12 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2024 年 5 月 17 日
回答済み: MathWorks Support Team
2024 年 5 月 17 日
I am getting this error when generating code with AUTOSAR Blockset for AUTOSAR Adaptive:
"Error:The storage class of the signal connected to 'Output Port 1' of 'autosarTestMdl/Subsystem/Event Receive' is global, thus the generated code is not reusable. Consider using storage class 'Auto', setting Code interface packaging to 'Nonreusable function', or setting Multi-instance code error diagnostic to 'None' or 'Warning'"
How to fix it?
採用された回答
MathWorks Support Team
2024 年 5 月 17 日
Currently the only option to resolve this is mentioned in the error message itself. The diagnostic option cannot be set to None or Warning using the Configuration UI, which is why you need to use the Simulink API:
set_param(bdroot,'MultiInstanceErrorCode','None')
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!