problem with running rtwdemo_roll in SIL

4 ビュー (過去 30 日間)
John Bledsoe
John Bledsoe 2016 年 1 月 8 日
コメント済み: John Bledsoe 2016 年 1 月 13 日
I going through the Embedded coder tutorial rtwdemo_roll_codegen. I get the following error when I try to run in the SIL portion of the tutorial.
rtwdemo_roll_codegen.mk:180: D:/Program: No such file or directory
rtwdemo_roll_codegen.mk:180: Files/MATLAB/R2015b\rtw\c\tools\lcc64tools.mak: No such file or directory
gmake: *** No rule to make target `Files/MATLAB/R2015b\rtw\c\tools\lcc64tools.mak'. Stop.
### Build procedure for model: 'rtwdemo_roll_codegen' aborted due to an error.

採用された回答

Walter Roberson
Walter Roberson 2016 年 1 月 9 日
Some parts of Simulink are not prepared to handle blanks in file names or directory names. I do not know if there is an easier way than reinstalling so there are no spaces (or non-ASCII characters) in the path.
I imagine that as a workaround you could edit rtwdemo_roll_codegen.mk to add some quotation marks, but I suspect that might be a generated file. It would be the template or generating software that really needed to be fixed.
  1 件のコメント
John Bledsoe
John Bledsoe 2016 年 1 月 13 日
Yes, the problem is spaces in the file names, indicated by "D:\Program: No such file". There are four possible fixes as shown here:

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeployment, Integration, and Supported Hardware についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by