Error while validating model function prototypes for model
이전 댓글 표시
Hi, Does anyone know what the following error means and how to deal with it?
"Error while validating model function prototypes for model: The storage class of the signal connected to port 'Out1' is a non-Auto storage class, thus the generated code is not Function Prototype Control feature compliant."
Currently, I have set the data type of the signal that goes to output port 'Out1' to boolean.I also tried setting it to Auto, but the error still appears when I try to generate code from the model.
Thanks!
댓글 수: 3
Kaustubha Govind
2013년 3월 7일
Are any upstream signals set to have a non-Auto storage class? Upstream signals are those emanating from blocks that are before the 'Out1' block in the signal flow.
Rahul
2013년 3월 8일
Nazneen Sayyad
2019년 10월 17일
I am facing the same problem. How did you resolve?
답변 (1개)
Juan Reyes
2016년 7월 7일
0 개 추천
Specify your signals code generation options->storage class as "auto"
카테고리
도움말 센터 및 File Exchange에서 Texas Instruments C2000 Processors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!