Hi,
I'm using the evaluation version of CodeWarrior v10.4 on a Coldfire MCF51JF128 project. When I build my project, I can clearly see compiler errors and warnings in the Console view of the C/C++ perspective, but the Problems view always remains empty. Why?
Thanks,
Mike
已解决! 转到解答。
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Mike,
in order for the problems view to show the messages, it needs to 'understand' what is written to the console view.
For this, make sure you have parsable messages produced (project build tools options):
then make sure that the error parsers of the problems view are selected:
This should be set up by default, but maybe something is missing on your side.
I hope this helps.
Erich
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Mike,
in order for the problems view to show the messages, it needs to 'understand' what is written to the console view.
For this, make sure you have parsable messages produced (project build tools options):
then make sure that the error parsers of the problems view are selected:
This should be set up by default, but maybe something is missing on your side.
I hope this helps.
Erich
