NMAKE fatal error U1077 during call to make

3 views (last 30 days)
Hello,
A colleague of mine is facing a problem when he tries to compile a project to C++. It seems that the linking process is failing because of a missing or wrong parameter named "mt" resp. the call of a program is not done correctly and "mt" is misinterpreted as a parameter.
See attached log. Unfortunately the error message is in German but it says that the command "mt" is wrong typed or can not be found.
He is using Matlab 2014a on a x64-Windows 7 System. Unfortunately I neither know how to work with Matlab nor am I a professional regarding compilers etc. In fact I am just responsible for IT support here and Matlab is completely new to me. I hope that someone knows the attached error message and can give me a hint what to do to make it working. My first guess was that the error is caused by spaces within a path somewhere. So I tried to fix it using solution 1 and solution 4 described here.
But this did not solve the problem. Any other suggestions?
Many thanks in advance!
Bernhard Pranz

Answers (0)

Categories

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

Products

Community Treasure Hunt

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

Start Hunting!