R2017b Visual Studio 2017 can't link model files when compiling simulink

조회 수: 4 (최근 30일)
I have Visual Studio 2017 and R2017b, mex and slrtgetCC both recognise the tool set, mex happily complies simple .c files.
When I build the model however it crashes out
NMAKE : fatal error U1052: file 'model.mk' not found
Followed by
Validation error(s):
### Validating other build tools ...
Unable to locate build tool "Microsoft Visual C Compiler": cl
Unable to locate build tool "Microsoft Visual C Linker": link
Unable to locate build tool "Microsoft Visual C++ Compiler": cl
Unable to locate build tool "Microsoft Visual C++ Linker": link
This is especially weird since through a development command window I can call
nmake -f model.mk all
which happily compiles to a .exe
Which is what is in the .bat file that causes the original nmake error.
  댓글 수: 1
Michael Krastev
Michael Krastev 2017년 11월 14일
Ok I found the problem.
Calling VCVARSALL.BAT (which the auto generated bat file does before calling nmake to launch development prompt) changes the current working directory as of VS2017.
To Fix the bat script needs
https://developercommunity.visualstudio.com/content/problem/26780/vsdevcmdbat-changes-the-current-working-directory.html
to predefine the working directory. This should be in the model.bat file that gets generated when building but it isn't.

댓글을 달려면 로그인하십시오.

채택된 답변

Nick Choi
Nick Choi 2017년 11월 16일
This issue seems like it may be related to the following external bug report:
If this is the case, the report provides a workaround for the issue and the bug was fixed as of MATLAB R2017b Update 1.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by