8-16 Bit:Code Warior Errors and Warnings
10-02-2006
05:58 PM
2,253件の閲覧回数
Wizzard
Contributor I
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
I am trying to get a count of all warnings in a large complex project.
When compiling the complete project including sub-projects, the Error/Warning box remains open if there are errors, but closes when there are only warnings. Is there any way to leave the error and warnings displayed for each sub-project?
Or, can I get a count of warnings through the command line?
I'm using Metrowerks v4.2
Thanks
Message Edited by CrasyCat on 2007-04-13 01:48 PM
3 返答(返信)
10-04-2006
12:09 PM
1,211件の閲覧回数
Wizzard
Contributor I
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you both for your suggestions, I will give them a try.
Regards,
10-03-2006
09:04 AM
1,211件の閲覧回数
CrasyCat
Specialist III
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello
Not sure it works, but you can try to add option following option to your compiler command line
-ENVERRORFILE=.\%n.err.
For each C source file you are compiling it will create a file with same base name and extension .err,
where you can see all error messages and warnings.
I know this is working fine from batch or from a make file, but I never tried it within the IDE.
I hope this helps.
CrasyCat
返信
10-03-2006
06:33 AM
1,211件の閲覧回数
Alban
Senior Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello Wizz
I've been round that by "touching" one of the files.
If I re-compile a file without error I can't see any Warning.
But, If I touch a source file like the header files for instance, I have the list of Warnings displayed.
Hope this helps,
Alban.
I've been round that by "touching" one of the files.
If I re-compile a file without error I can't see any Warning.
But, If I touch a source file like the header files for instance, I have the list of Warnings displayed.
Hope this helps,
Alban.
返信