Simulink coder does not compile. Returns an error "Unable to locate specified compiler for xPC target"
2 views (last 30 days)
Show older comments
Hello,
I have 64-bit windows 7 installation along with Visual Studio 2010 Prof. along with Windows 7 SDK v7.1 installed after the installation of Matlab 2012a. I tried to compile the example mex files in the extern directory of MATLAB. The yprime.c example compiled & built successfully.
I need to compile a Simulink model for execution on an x86 xPC target. I get the error as in the attached screenshot & the build log is attached. FYI the automated mex setup does not recognize the Visual Studio installation. I get the following error:
"Error using mex (line 206) Unable to complete successfully."
Could anyone please help resolve this?
Thanks,
Swaroop
0 Comments
Answers (1)
Rajiv Ghosh-Roy
on 3 Jan 2014
You need to use the function xpcSetCC to set up your compiler. The fact that the mex setup does not detect your compiler is a clue, if xpcSetCC setup does not work, you can set it manually to the root directory of your compiler installation.
See Also
Categories
Find more on Target Computer Setup in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!