MATRIXx

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows cannot find nmake when runing a simulation in SystemBuild with a UCB

When I try to run a simulation in SystemBuild with a UCB I get the message, Windows cannot find nmake. Any ideas what does this mean, and how can I fix it?

Alberto
0 Kudos
Message 1 of 2
(8,636 Views)
This probably points to a compiler issue. Usually when installing Visual C++ your path variable points to the Visual C bin directory which has nmake.exe in it.

Can you invoke nmake from the command line? If not, your path isn't set up right.

To set it up, please run the vcvars32.bat (in the vc7/bin directory)



Dirk
0 Kudos
Message 2 of 2
(8,633 Views)