Model compilation is failing in MATLAB 2020b and getting the error as 'rtwshared.mk(136) : fatal error U1052: file '\rtw\c\tools\vctools.mak' not found'.
    11 views (last 30 days)
  
       Show older comments
    
MATLAB 2020b throws an error  as shown in the image whenever I try to compile the model using the following command,
model_name([],[],[],'compile')
I have checked the mex -setup and compilers and found it to be OK.
I am getting the following error in command window,
 'rtwshared.mk(136) : fatal error U1052: file '\rtw\c\tools\vctools.mak' not found'.
Caused by:
Error (s) encountered while building "rtwshared"
Note: The same model is getting compiled in another PC using MATLAB 2020b
-> Please provide a solution , it would be of great help
0 Comments
Answers (1)
  Manoj Mirge
    
 on 17 Apr 2023
        Hi dileep k, 
The compilation issue you have getting, it appears to be related to the incorrect path to the "vctools.mak" file that may be causing the problem. To resolve this, please use the correct path, which should be: 
“D:\Program Files\MATLAB\RXXXXx\rtw\c\tools\vctools.mak” 
(Or similar, depending on where you have MATLAB installed on your system). 
Additionally, I have come across a MATLAB Answer thread that addresses the same issue you are facing. I recommend you go through the suggestions mentioned in the following MATLAB Answer thread: 
Hope this helps. 
0 Comments
See Also
Categories
				Find more on MATLAB Compiler 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!
