Polyspace for C error messages: invalid storage class for a parameter/a declaration here must declare a parameter
1 次查看(过去 30 天)
显示 更早的评论
I get a lot of error messages in header files:
For example:
invalid storage class for a parameter
extern volatile u08 au08DevReqToDrvrOrPassDoorRe[8];
^
a declaration here must declare a parameter
extern volatile u08 au08DevReqToDrvrOrPassDoorRe[8];
^
What are the possible reasons for them?
0 个评论
回答(1 个)
Christian Bard
2014-1-29
I recommend you to contact Technical Support with complete log file. A plus would also to provide a small sample that reproduces behavior.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Troubleshooting in Polyspace Products for Ada 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!