Errors and warnings not showing up in Problems view

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Errors and warnings not showing up in Problems view

跳至解决方案
1,350 次查看
chicagomike
Contributor III

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

标签 (1)
0 项奖励
回复
1 解答
1,115 次查看
BlackNight
NXP Employee
NXP Employee

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):

pastedImage_0.png

then make sure that the error parsers of the problems view are selected:

pastedImage_1.png

This should be set up by default, but maybe something is missing on your side.

I hope this helps.

Erich

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,116 次查看
BlackNight
NXP Employee
NXP Employee

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):

pastedImage_0.png

then make sure that the error parsers of the problems view are selected:

pastedImage_1.png

This should be set up by default, but maybe something is missing on your side.

I hope this helps.

Erich

0 项奖励
回复
1,115 次查看
chicagomike
Contributor III

That did it! Not sure why it wasn't on by default.

Thanks, Erich.

0 项奖励
回复