How to generate a text file of all the compiler warnings?

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

How to generate a text file of all the compiler warnings?

Jump to solution
1,245 Views
sep2kor
Contributor III

Hi..

 

I want to know...how to genrate a text file of all the compiler warning shown by CodeWarrior?

 

I am using CodeWarrior IDE version 5.9.0.

Labels (1)
Tags (1)
0 Kudos
1 Solution
706 Views
kef
Specialist I

1) In Errors 7 Warnings window click on any message

2) Press on keyboard Ctrl C. This will copy all unfiltered messages to clipboard.

3) Open txt file in text editor and press Ctrl V to paste messages to text editor.

View solution in original post

0 Kudos
4 Replies
707 Views
kef
Specialist I

1) In Errors 7 Warnings window click on any message

2) Press on keyboard Ctrl C. This will copy all unfiltered messages to clipboard.

3) Open txt file in text editor and press Ctrl V to paste messages to text editor.

0 Kudos
706 Views
Emac
Contributor III

I have found the above method to be the only one that works.

 

There are compiler options that are "supposed to" print out the errors and warnings to an output file but (hint hint FREESCALE, if you are listenting) they don't work.

 

Does anyone know if FREESCALE has a bugzilla like reporting system?

0 Kudos
706 Views
CrasyCat
Specialist III

Hello

 

I did some test locally with CodeWarrior for HC12 V5.1.

 

Adding following lines to my Compiler Command line makes CodeWarrior generate a file main.err when compiling file main.c:

 

   -Env"ERRORFILE=%f.err" -WOutFileOn

 

The .err file is created in the same directory as the source file.

 

CrasyCat

706 Views
kef
Specialist I

I don't know what bugzilla is, but what about submitting service request?

 

https://www.freescale.com/webapp/servicerequest.create_SR.framework

 

 

Though, I think IDE 5.9 is going to be abandoned :smileysad:. Bad to ones who like it, goot for those who want Eclipse.

0 Kudos