question about xpc target explorer (bata) in MATLAB R2012a

I install the MATLAB R2012a and want to use the xpc target explorer,but I can't find the "select c complier" option in the xpc target explorer. what is the problem?

5 Comments

What have you tried? What is the workflow that is failing? It should be under Host PC Root -> Compiler Configuration
Yeah,I have tried, but I can't find the "Host PC Root",the user interface xpc target explorer(beta) is seems a new kind, and is different from previous versions. Now another question is that the setup ( xpcsetCC('setup') ) is not able to find any compilers, although I have the compatible software installed. Here are my specs.: Matlab R2012a (64bit) Windows 7 (64 bit) Microsoft Visual Studio 2010 professional (64 bit) Windows SDK 7.1 is installed as well. Thanks very much!
Have you done the
mex -setup
operation yet? I noticed the new xpcexplr is in 2012b so I'm unsure how well this beta interface will work in 12a, but my guess is that it will default to the compiler you select in mex -setup for xpc.
I did the "mex -setup", but it's no use. Now I installed the Matlab R2012a (32bit) in the Windows 7 (64 bit), and the xpcexplr interface is the same as original versions, and everything works well. Thanks for your reply!
I had the same problem in 2012b. The solution for me was to use the commandline version
xpcsetCC('setup')
as described in the xPC Target User Guide 2012b. I am assuming this should also work in 2012a.

Sign in to comment.

Answers (0)

Asked:

Zhu
on 18 Sep 2012

Community Treasure Hunt

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

Start Hunting!