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!