|
||||||||
|
Technical Support Support Resources
Product Information |
µVISION: PROJECT BUILD STOPS UNEXPECTEDLY AT PL/M MODULEInformation in this article applies to:
QUESTIONWhen I select Build target or Rebuild all target files in µVision the build process always stops at one of my PL/M-51 source files. In the Output Window I see that this file compiles with 0 errors. The last line shows Target not created. How can I solve this problem? ANSWERThe PL/M-51 compiler probably generates warnings during the compilation. Unfortunately, only error messages are visible in the µVision Output Window. Warnings are not displayed there but they stop the build process. You should either fix the warnings in your source code or you can tell µVision to stop the build process only on errors. To do this, open the Options for File dialog and select Translator Errors (Exit Code >= 2) under Stop on Exit Code. SEE ALSO**************************************************************************** Last Reviewed: Thursday, January 13, 2005 | |||||||
|
||||||||