Simulink coder does not compile. Returns an error "Unable to locate specified compiler for xPC target"
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Rajiv Ghosh-Roy
le 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.
Voir également
Catégories
En savoir plus sur Target Computer Setup dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!