Errors and warnings not showing up in Problems view

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Errors and warnings not showing up in Problems view

Jump to solution
1,348 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
1,113 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,114 Views
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 Kudos
Reply
1,113 Views
chicagomike
Contributor III

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

Thanks, Erich.

0 Kudos
Reply