How to solve "No rule to make target `rtiostream_utils.c' " error while building model in Simulink?
조회 수: 5(최근 30일)
표시 이전 댓글
Hello, I have recently bought S32K144 EVB and tried to execute some given examples and I am getting this error:
"gmake: * No rule to make target `rtiostream_utils.c', needed by `clock_manager.o'. Stop. ### Build procedure for model: 'gpio_s32k14' aborted due to an error. Error(s) encountered while building "gpio_s32k14"
Could someone advise me how to solve this issue?
Thank you in advance.
댓글 수: 0
답변(1개)
Nick Choi
2017년 11월 17일
Without a reproduction model or screenshots of the entire error, it is somewhat difficult to determine a potential root cause. However, this message is usually an indication that 'rtiostream_utils.c' can't be found during the model's build process.
I would check to make sure that the directory that contains this file is included on the build path and that the file actually exists.
댓글 수: 0
참고 항목
범주
Find more on Target Computer Setup in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!