Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How do I force Legacy Code Tool to generate RTW-compatible code.
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all,
I am trying to create a standalone executable using an S-function with bus inputs and I get errors like this:
Initialize_sfun.c(1261) : error C2065: 'ssGetDataTypeAccess_cannot_be_used_in_RTW' : undeclared identifier
How do I force LCT to preclude use of ssGetDataTypeAccess() and other such functions. MATLAB docs say these cannot be used but say nothing about how to make LCT not use them. The S-function does currently take bus object, which may be related.
Thanks, Jason
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!