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

9 views (last 30 days)
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.

Answers (1)

Nick Choi
Nick Choi on 17 Nov 2017
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.

Categories

Find more on Simulink Coder 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!