what is this errol

Error(s) encountered while building simulation target MEX-file for model 'TEST'.
Caused by:

Answers (1)

Prasanna
Prasanna on 7 May 2024

0 votes

Hi Vanmanh,
The error message you're encountering during the build process for a simulation target MEX-file in MATLAB indicates a problem with handling paths that contain spaces. The error NMAKE : fatal error U1073: don't know how to make 'D:\Program' suggests that the build tool (nmake, used by Visual Studio's compiler) is interpreting D:\Program Files\MATLAB\R2024a\... as D:\Program, thus getting confused because the path is split at the space character.
Check the following links for more information on how to resolve the issue:
Hope this helps.

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Release

R2024a

Asked:

on 1 May 2024

Answered:

on 7 May 2024

Community Treasure Hunt

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

Start Hunting!