Command Line Tools |
Top Previous Next |
The RTCU IDE is a true integrated development environment, where all tasks conveniently can be performed without requiring any additional tools. For specialised or advanced build environments, it is, however, also possible to call certain tools from a command line directly. This can be usable from for example a MAKEFILE or other automated tools.
The following tools are included in the RTCU IDE installation directory:
All tools will write out usage information when invoked without any parameters.
Example batch files for building projects:Using the I/O Extension, Master mode example.
Building an X32 project:REM Compile VPL file, creates main.vpx
Building an NX32 project:REM Compile VPL file, creates main.vpx
Building an NX32L project:REM Compile VPL file, creates main.vpx
For additional questions about the use of the above tools, please contact Logic IO. |