Workbench User Guide : 5. Creating Basic Frames : How You Can Test Frames : Compile a Frame
 
Share this page                  
Compile a Frame
If a component has a script, the relevant OpenROAD Workbench editor lets you compile the script.
To compile a frame
Click Tools, Compile on the Frame Editor's floating menu bar.
The frame is compiled. If any compilation errors are found, the Compilation Errors window is displayed.
How You Can View Compilation Errors
Whenever an error occurs while you are compiling an application or component, OpenROAD Workbench displays a status message at the bottom of the editor window. After the compilation completes, Workbench opens the Compilation Errors window, which displays the compiled code with the compilation error messages and warning messages intermixed.
The Find menu provides the following operations for viewing and editing your errors:
Next Error
Displays the next error message
Next Warning
Displays the next warning message
Edit Script with Error/Warning
Opens the Script Editor for the script at the line containing the currently selected error
You need not close the Compilation Errors window to correct errors in the frame script.