Does 'Detect task overruns' in Raspberry Pi have present a bug when generating C++ code?
1 回表示 (過去 30 日間)
古いコメントを表示
I'm working with Raspberry Pi and generating code from Simulink with 'Detect task overruns' enabled. If I select C programming language, the build process runs OK. If I select C++, the following error happens:
ert_main.cpp: In function ‘void testForRateOverrun(int)’:
ert_main.cpp:85:25: error: ‘reportOverrun’ was not declared in this scope
reportOverrun(rateID);
^
Has someone found this same problem? If I de-select 'Detect task overruns', with C++, the build process run smoothly.
Regards, Ricardo.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Raspberry Pi Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!