Matlab Autosar Code Genration Error
古いコメントを表示
When Generating Code with Autosar,
I have these problems.
Parsing Output Code in C Function block failed with the messages:
In line 1000014:error: 20, identifier "uint8" is undefined
In line 1000014:error: 20, identifier "sint16" is undefined
and so on,,
This problem occur in C Function Block.

When I using int32, uint16.. Type, they already defined in C Function Block.
Should I defined one more? And Where shoude I define it?
2 件のコメント
dayoung
2024 年 12 月 10 日
If possible could you provide the required files, so that I can have a look into it? meanwhile try changing the code to use and define autosar types instead or a workaround could be to replace the "C Function" block with the "C Caller" block.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で AUTOSAR Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!