|
Warnings Compiler Plugin for IAR C/C++ does not report warnings
--------------------------------------------------------------- Key: JENKINS-8823 URL: http://issues.jenkins-ci.org/browse/JENKINS-8823 Project: Jenkins Issue Type: Bug Components: warnings Affects Versions: current Environment: Warnings plugin (v3.13) running on Hudson (v1.392) Reporter: Åsmund Bakke Bøø Assignee: Ulli Hafner Priority: Minor A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. Using the Post-build attribute "Scan for compiler warnings": - Scan console log = checked - Parsers = IAR C/C++ Compiler Using this parser, no Compilation warnings are generated. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ http://issues.jenkins-ci.org/browse/JENKINS-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145975#comment-145975 ] Ulli Hafner edited comment on JENKINS-8823 at 2/18/11 12:03 PM: ---------------------------------------------------------------- Can you please attach a log with some warnings? Maybe the format of the warnings has changed... was (Author: drulli): Can you please attach a log with some warnings. Maybe the format of the warnings has changed... > Warnings Compiler Plugin for IAR C/C++ does not report warnings > --------------------------------------------------------------- > > Key: JENKINS-8823 > URL: http://issues.jenkins-ci.org/browse/JENKINS-8823 > Project: Jenkins > Issue Type: Bug > Components: warnings > Affects Versions: current > Environment: Warnings plugin (v3.13) running on Hudson (v1.392) > Reporter: Åsmund Bakke Bø > Assignee: Ulli Hafner > Priority: Minor > > A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. > Using the Post-build attribute "Scan for compiler warnings": > - Scan console log = checked > - Parsers = IAR C/C++ Compiler > Using this parser, no Compilation warnings are generated. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ http://issues.jenkins-ci.org/browse/JENKINS-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145975#comment-145975 ] Ulli Hafner commented on JENKINS-8823: -------------------------------------- Can you please attach a log with some warnings. Maybe the format of the warnings has changed... > Warnings Compiler Plugin for IAR C/C++ does not report warnings > --------------------------------------------------------------- > > Key: JENKINS-8823 > URL: http://issues.jenkins-ci.org/browse/JENKINS-8823 > Project: Jenkins > Issue Type: Bug > Components: warnings > Affects Versions: current > Environment: Warnings plugin (v3.13) running on Hudson (v1.392) > Reporter: Åsmund Bakke Bø > Assignee: Ulli Hafner > Priority: Minor > > A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. > Using the Post-build attribute "Scan for compiler warnings": > - Scan console log = checked > - Parsers = IAR C/C++ Compiler > Using this parser, no Compilation warnings are generated. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ http://issues.jenkins-ci.org/browse/JENKINS-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Åsmund Bakke Bø updated JENKINS-8823: ------------------------------------- Description: A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. Using the Post-build attribute "Scan for compiler warnings": - Scan console log = checked - Parsers = IAR C/C++ Compiler Using this parser, no Compilation warnings are generated. Typical IAR log output: ---------------------------------------- c:\hudson\jobs\05 fw\workspace>"C:\Program Files (x86)\IAR Systems\IAR-IDE-EW8051_7_60_A\common\bin\IarBuild.exe" trunk/ide/iar/05_fw.ewp -build "Firmware - release" -log warnings IAR Command Line Build Utility V5.6.2.0 Copyright (C) 2002-2010 IAR Systems AB. Building configuration: 05_fw - Firmware - release Updating build tree... 1 file(s) deleted. Updating build tree... reservations.c board.c digio.c int.c led.c mcu.c mem.c cstartup.s51 debug.s51 Linking Warning[w18]: Segment XDATA_AN (seg part no 62, symbol "pDataBuffer" in module "reservations", address [f4e8-fd7f]) overlaps segment XDATA_AN (seg part no 64, symbol "sharedBufMemory" in module "reservations", address [f4e8-fd7f]) Total number of errors: 0 Total number of warnings: 1 c:\hudson\jobs\SmartRF05 FW\workspace>exit 0 [WARNINGS] Parsing warnings in console log... Archiving artifacts Finished: SUCCESS ---------------------------------------- was: A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. Using the Post-build attribute "Scan for compiler warnings": - Scan console log = checked - Parsers = IAR C/C++ Compiler Using this parser, no Compilation warnings are generated. > Warnings Compiler Plugin for IAR C/C++ does not report warnings > --------------------------------------------------------------- > > Key: JENKINS-8823 > URL: http://issues.jenkins-ci.org/browse/JENKINS-8823 > Project: Jenkins > Issue Type: Bug > Components: warnings > Affects Versions: current > Environment: Warnings plugin (v3.13) running on Hudson (v1.392) > Reporter: Åsmund Bakke Bø > Assignee: Ulli Hafner > Priority: Minor > > A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. > Using the Post-build attribute "Scan for compiler warnings": > - Scan console log = checked > - Parsers = IAR C/C++ Compiler > Using this parser, no Compilation warnings are generated. > Typical IAR log output: > ---------------------------------------- > c:\hudson\jobs\05 fw\workspace>"C:\Program Files (x86)\IAR Systems\IAR-IDE-EW8051_7_60_A\common\bin\IarBuild.exe" trunk/ide/iar/05_fw.ewp -build "Firmware - release" -log warnings > IAR Command Line Build Utility V5.6.2.0 > Copyright (C) 2002-2010 IAR Systems AB. > Building configuration: 05_fw - Firmware - release > Updating build tree... > 1 file(s) deleted. > Updating build tree... > reservations.c board.c digio.c int.c led.c mcu.c mem.c > cstartup.s51 > debug.s51 > Linking > Warning[w18]: Segment XDATA_AN (seg part no 62, symbol "pDataBuffer" in module "reservations", address [f4e8-fd7f]) overlaps segment XDATA_AN (seg part no 64, symbol "sharedBufMemory" in module "reservations", address [f4e8-fd7f]) > Total number of errors: 0 > Total number of warnings: 1 > c:\hudson\jobs\SmartRF05 FW\workspace>exit 0 > [WARNINGS] Parsing warnings in console log... > Archiving artifacts > Finished: SUCCESS > ---------------------------------------- -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ http://issues.jenkins-ci.org/browse/JENKINS-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145980#comment-145980 ] Åsmund Bakke Bø commented on JENKINS-8823: ------------------------------------------ Added log example to the bug description. > Warnings Compiler Plugin for IAR C/C++ does not report warnings > --------------------------------------------------------------- > > Key: JENKINS-8823 > URL: http://issues.jenkins-ci.org/browse/JENKINS-8823 > Project: Jenkins > Issue Type: Bug > Components: warnings > Affects Versions: current > Environment: Warnings plugin (v3.13) running on Hudson (v1.392) > Reporter: Åsmund Bakke Bø > Assignee: Ulli Hafner > Priority: Minor > > A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. > Using the Post-build attribute "Scan for compiler warnings": > - Scan console log = checked > - Parsers = IAR C/C++ Compiler > Using this parser, no Compilation warnings are generated. > Typical IAR log output: > ---------------------------------------- > c:\hudson\jobs\05 fw\workspace>"C:\Program Files (x86)\IAR Systems\IAR-IDE-EW8051_7_60_A\common\bin\IarBuild.exe" trunk/ide/iar/05_fw.ewp -build "Firmware - release" -log warnings > IAR Command Line Build Utility V5.6.2.0 > Copyright (C) 2002-2010 IAR Systems AB. > Building configuration: 05_fw - Firmware - release > Updating build tree... > 1 file(s) deleted. > Updating build tree... > reservations.c board.c digio.c int.c led.c mcu.c mem.c > cstartup.s51 > debug.s51 > Linking > Warning[w18]: Segment XDATA_AN (seg part no 62, symbol "pDataBuffer" in module "reservations", address [f4e8-fd7f]) overlaps segment XDATA_AN (seg part no 64, symbol "sharedBufMemory" in module "reservations", address [f4e8-fd7f]) > Total number of errors: 0 > Total number of warnings: 1 > c:\hudson\jobs\SmartRF05 FW\workspace>exit 0 > [WARNINGS] Parsing warnings in console log... > Archiving artifacts > Finished: SUCCESS > ---------------------------------------- -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ http://issues.jenkins-ci.org/browse/JENKINS-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=146864#comment-146864 ] Ulli Hafner commented on JENKINS-8823: -------------------------------------- Seems that the warnign above is from the linker. Are the other warnings shown? > Warnings Compiler Plugin for IAR C/C++ does not report warnings > --------------------------------------------------------------- > > Key: JENKINS-8823 > URL: http://issues.jenkins-ci.org/browse/JENKINS-8823 > Project: Jenkins > Issue Type: Bug > Components: warnings > Affects Versions: current > Environment: Warnings plugin (v3.13) running on Hudson (v1.392) > Reporter: Åsmund Bakke Bø > Assignee: Ulli Hafner > Priority: Minor > > A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. > Using the Post-build attribute "Scan for compiler warnings": > - Scan console log = checked > - Parsers = IAR C/C++ Compiler > Using this parser, no Compilation warnings are generated. > Typical IAR log output: > ---------------------------------------- > c:\hudson\jobs\05 fw\workspace>"C:\Program Files (x86)\IAR Systems\IAR-IDE-EW8051_7_60_A\common\bin\IarBuild.exe" trunk/ide/iar/05_fw.ewp -build "Firmware - release" -log warnings > IAR Command Line Build Utility V5.6.2.0 > Copyright (C) 2002-2010 IAR Systems AB. > Building configuration: 05_fw - Firmware - release > Updating build tree... > 1 file(s) deleted. > Updating build tree... > reservations.c board.c digio.c int.c led.c mcu.c mem.c > cstartup.s51 > debug.s51 > Linking > Warning[w18]: Segment XDATA_AN (seg part no 62, symbol "pDataBuffer" in module "reservations", address [f4e8-fd7f]) overlaps segment XDATA_AN (seg part no 64, symbol "sharedBufMemory" in module "reservations", address [f4e8-fd7f]) > Total number of errors: 0 > Total number of warnings: 1 > c:\hudson\jobs\SmartRF05 FW\workspace>exit 0 > [WARNINGS] Parsing warnings in console log... > Archiving artifacts > Finished: SUCCESS > ---------------------------------------- -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ulli Hafner closed JENKINS-8823. -------------------------------- Resolution: Incomplete Can you please attach a log with messages that are actually not parsed? > Warnings Compiler Plugin for IAR C/C++ does not report warnings > --------------------------------------------------------------- > > Key: JENKINS-8823 > URL: https://issues.jenkins-ci.org/browse/JENKINS-8823 > Project: Jenkins > Issue Type: Bug > Components: warnings > Affects Versions: current > Environment: Warnings plugin (v3.13) running on Hudson (v1.392) > Reporter: Åsmund Bakke Bø > Assignee: Ulli Hafner > Priority: Minor > > A build project runs the IAR command line executable (IARbuild.exe) for IAR 7.60 that logs warnings. > Using the Post-build attribute "Scan for compiler warnings": > - Scan console log = checked > - Parsers = IAR C/C++ Compiler > Using this parser, no Compilation warnings are generated. > Typical IAR log output: > ---------------------------------------- > c:\hudson\jobs\05 fw\workspace>"C:\Program Files (x86)\IAR Systems\IAR-IDE-EW8051_7_60_A\common\bin\IarBuild.exe" trunk/ide/iar/05_fw.ewp -build "Firmware - release" -log warnings > IAR Command Line Build Utility V5.6.2.0 > Copyright (C) 2002-2010 IAR Systems AB. > Building configuration: 05_fw - Firmware - release > Updating build tree... > 1 file(s) deleted. > Updating build tree... > reservations.c board.c digio.c int.c led.c mcu.c mem.c > cstartup.s51 > debug.s51 > Linking > Warning[w18]: Segment XDATA_AN (seg part no 62, symbol "pDataBuffer" in module "reservations", address [f4e8-fd7f]) overlaps segment XDATA_AN (seg part no 64, symbol "sharedBufMemory" in module "reservations", address [f4e8-fd7f]) > Total number of errors: 0 > Total number of warnings: 1 > c:\hudson\jobs\SmartRF05 FW\workspace>exit 0 > [WARNINGS] Parsing warnings in console log... > Archiving artifacts > Finished: SUCCESS > ---------------------------------------- -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
| Powered by Nabble | Edit this page |
