How to solve "No rule to make target `rtiostream_utils.c' " error while building model in Simulink?

조회 수: 9 (최근 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.

답변 (1개)

Nick Choi
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.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by