Matlab Coder: Build Failed: The system cannot find the path specified.
显示 更早的评论
I am attempting to build a very basic MEX file from an existing m-file to test the Matlab to C functionality.
I have been unable to move beyond this error.
Originally I presumed the system could not find the path specified because the Matlab files were in a folder structure that contained spaces in the folder names.
To kill 2 birds I downloaded the updated, current version of Matlab and installed Matlab in a directory structure containing no spaces in the folder names.
Much to my dismay, I have attempted the MEX file generation and am still receiving exactly the same error.
The most troubling aspect is that Matlab does not tell me EXACTLY which path it cannot find.
Also, I have manually double-checked that the folder paths in the target build log do exist.
Any assistance would be greatly appreciated! Thank you in advance!
The Matlab Coder output is below as well as the code generation report:
Coder Output: ??? Build error: Compilation returned error status code 2. See the target build log in the report for further details.
Error in ==> ComputeDistanceObjectNOW Line: 1 Column: 1 Code generation failed: Open error report.
Report: (Target Build Log)
1 lcc -c -I"C:\MATLAB\R2012a\sys\lcc\include" -DMATLAB_MEX_FILE -noregistrylookup -DMX_COMPAT_32 -DNDEBUG -I"C:\MATLAB\R2012a\extern\include" -I"C:\MATLAB\R2012a\simulink\include" -I"C:\MATLAB\R2012a\toolbox\shared\simtargets" -I"C:\MatlabCcode\codegen\mex\ComputeDistanceObjectNOW" -I"C:\MatlabCcode" "ComputeDistanceObjectNOW_initialize.c"
2 The system cannot find the path specified.
3 gmake: *** [ComputeDistanceObjectNOW_initialize.obj] Error 1
10 个评论
Kaustubha Govind
2012-8-3
You are using 32-bit MATLAB correct? Did you run "mex -setup" to choose lcc? I wonder if you could try with Visual Studio?
Kaustubha Govind
2012-8-3
FYI: I removed "MATLAB Compiler" from the Products and tags categories for your question, because it is a separate product that seems to have nothing to do with this issue.
Kaustubha Govind
2012-8-6
Kaustubha Govind
2012-8-6
Btw, could you check your system PATH variable and see if there is an & character anywhere?
T-squared
2012-8-7
Kaustubha Govind
2012-8-8
T-squared: I meant for you to check the system PATH variable, not the MATLAB path variable. Could you examine that for ampersands also please? You can run "getenv PATH" to get its value in MATLAB.
T-squared
2012-8-13
T-squared
2012-8-13
T-squared
2012-8-14
采纳的回答
更多回答(1 个)
Kaustubha Govind
2012-8-16
0 个投票
T-squared: I'm quite stumped at this point. There might be a variety of reasons, so I would recommend contacting MathWorks Technical Support.
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!