Project: Build |
|
|
The "Project Build" command starts building a project to make it ready for uploading to an RTCU device or executed in the RTCU Simulator. 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 :
This shows that the error was found on line 68 and that it is caused by a missing ";". Looking at the previous line shows that it has not been terminated correctly with a ";".
|