Project: Build |
Top Previous Next |
The "Project Build" command builds a project to make it ready for uploading to an RTCU device or executed in the RTCU Emulator. If any errors are encountered during the build process (mainly syntax errors in the various VPL files), an error message is shown in the build output window. The build process is then terminated and can be started again when the error has been fixed.
An example of an error could be:
And the current file will look like this :
It tells you that a ";" is missing in line 68, when actually it is the previous line that has not been terminated correctly with a ";". |