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

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

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

ソリューションへジャンプ
2,377件の閲覧回数
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.

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,838件の閲覧回数
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 件の賞賛
返信
4 返答(返信)
1,839件の閲覧回数
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 件の賞賛
返信
1,838件の閲覧回数
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 件の賞賛
返信
1,838件の閲覧回数
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

1,838件の閲覧回数
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 件の賞賛
返信