Support : Knowledge base

Knowledge Base

Welcome to OPAL-RT’s Knowledge Base

OPAL-RT offers a repository of support information for optimal use of its technology.

Loading…

Please note that OPAL-RT knowledge base is not fully optimized for mobile platforms.

For optimal experience, use a desktop computer.

Reference Number: AA-01535// Views: AA-01535// Created: 2018-10-04 15:10:18// Last Updated: 2021-11-30 17:45:56
Problem & Solution
Localhost : Error at the build with the compiler ( " compiler not found " or " Microsoft Visual C++ compiler not found " )

Problem


During the Build of a model in the localhost I have the following issue:

- No compiler found for this platform


- Microsoft Visual C++ compiler not found



Solution


A possible cause of this issue is that you don't have Visual Studio installed, or your environment variables are not properly set.

Follow this procedure to solve this problem:


1) Install Microsoft Visual C++ 2010 Express 

You can download it from our ftp here:

https://blob.opal-rt.com/softwares/rt-lab-archives/Visual%20Studio%20Express%2010.zip?st=2020-07-15T17%3A05%3A47Z&se=2099-07-16T17%3A05%3A00Z&sp=rl&sv=2018-03-28&sr=c&sig=IaMvPRH6MnT9lGfXG%2Bl2BaZ3jBvKGY4AgV3TdOpa7E4%3D


Click on file "Setup.hta" and in the page that will pop-up choose  "Visual C++ 2010 Express"



2) Set your environment variables 

The following two Windows paths must be defined in both the USER VARIABLE section and SYSTEM VARIABLE section under the PATH entry. (the paths may differ according to the installation folder of MS Visual):

c:\program files (x86)\microsoft visual studio 10.0\common7\tools

c:\program files (x86)\microsoft visual studio 10.0\vc\bin


To access the environment variables in Windows, right click on "Computer">Properties>Advanced>Environment variables


Note that you have to remove the spaces between each semicolon, and no path should be repeated.

You will need to restart RT-LAB  in order for the modifications to apply.