Errors and warnings not showing up in Problems view

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Errors and warnings not showing up in Problems view

ソリューションへジャンプ
1,362件の閲覧回数
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,127件の閲覧回数
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,128件の閲覧回数
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,127件の閲覧回数
chicagomike
Contributor III

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

Thanks, Erich.

0 件の賞賛
返信