Clear Filters
Clear Filters

Mode accelerator in Simulink and Windows 7 64-bits

1 view (last 30 days)
Hi,... I have a model in Simulink which can run in normal model, however, in accelerator mode or real-time it doesn't work. It appears a message: "Unable to locate a Visual C/C++. Please define one of the following environment variables:Real-Time Workshop builds with Microsoft Visual C on 64-bit windows require that the compiler be installed". ... I have installed the newest version C++ compiler but I can't run the model yet.

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 15 Mar 2011
Run "mex -setup" from MATLAB command prompt and choose the installed compiler.
Note: Make sure you have a supported compiler.
  8 Comments
Indira
Indira on 24 Mar 2011
I've installed Microsoft Visual C++ 2008 Express... but it doesn't work... =(
I run mex -setup but nothing appears!!
It is possible that the environmental variables could be the solution??.. because it is related with the path..
Kaustubha Govind
Kaustubha Govind on 24 Mar 2011
Did you also follow instructions here to ensure that x64 compilers are installed (by default, only 32-bit compilers are installed): http://www.mathworks.com/support/solutions/en/data/1-6IJJ3L/?solution=1-6IJJ3L

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!