Hi
I just Run CW MCU v10.6 and imported a project from another place.After Buid,the following error occurrs:
mingw32-make: *** No rule to make target `/src/S12ZVM_system/startup_CW/S12zvm.prm. needed by explicit-dependencies . stop.
who know how to deal it?
已解决! 转到解答。
 
					
				
		
 TICS_Fiona
		
			TICS_Fiona
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Thanks a lot for contacting us.
 
 Please click on <Project> menu -> Clean to rebuild the project.  Does the error disappear? If the project contains Processor Expert, please right click on the file "ProcessorExpert.pe" and select "Generate Processor Expert Code", then clean and rebuild the project.
  
 Hope it helps! If not, please attach your project folder, thanks!
Best Regards
Fiona Kuang
TIC - Technical Information Center
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
that message is caused because the make file cannot find a file and/or fullfil a rule (see https://mcuoneclipse.com/2012/03/12/no-rule-to-make-target/ ). As Fiona indicated, usually a 'clean' solves that because it recreates the make files.
Can you check if that linker parameter file (/src/S12ZVM_system/startup_CW/S12zvm.prm) exists in your project?
I hope this helps,
Erich
 
					
				
		
 TICS_Fiona
		
			TICS_Fiona
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Thanks a lot for contacting us.
 
 Please click on <Project> menu -> Clean to rebuild the project.  Does the error disappear? If the project contains Processor Expert, please right click on the file "ProcessorExpert.pe" and select "Generate Processor Expert Code", then clean and rebuild the project.
  
 Hope it helps! If not, please attach your project folder, thanks!
Best Regards
Fiona Kuang
TIC - Technical Information Center
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
