The Tornado Release Notes contain the latest list of supported hosts and targets, as well as information on compatibility with older releases, an outline of new features, and any caveats concerning the current release.
The Tornado Migration Guide contains information designed to help VxWorks developers in moving from Tornado 2.2.x and VxWorks 5.4.x to Tornado 2.2 and VxWorks 5.5.
The GNU Toolchain Release Notes contain information about changes made to the GNU toolchain since the Tornado 2.0 release.
The Diab C/C++ Release Notes contain information about changes made to the Diab compiler suite since the Diab 4.4 release.
A Tornado 2.2/VxWorks 5.5 product information Web page is available at: http://www.windriver.com/corporate/support/prodbullet/T2.2/
The Tornado Getting Started Guide (this manual) provides instructions on installing Tornado and other Tornado products, as well as tutorial introductions to both the Tornado tools and VxWorks.
The Tornado API Programmer's Guide is for developers who wish to extend the Tornado development environment. It contains descriptive information about:
The Tornado SETUP Developer's Guide provides instructions for creating an installation image that can install products on top of Tornado.
The VxWorks Programmer's Guide describes the VxWorks operating system and associated run-time facilities. This guide is the best starting point for learning about VxWorks from a problem-solving perspective because it is organized by the function of VxWorks components. It includes the following topics:
The VxWorks architecture supplements provide additional information specific to target architectures.1
The VxWorks OS Libraries API Reference and the VxWorks Drivers API Reference include reference descriptions of all VxWorks libraries that apply to all targets. Each entry lists the routines found in a given library, including a one-line synopsis of each, along with a general description of their use.
The VxWorks BSP Reference consists of reference descriptions for BSP-specific libraries and routines for all installed BSPs. This section also contains entries for the serial, Ethernet, and SCSI drivers available with VxWorks Board Support Packages (BSPs).
The VxWorks Errno Code List provides a description of VxWorks errno codes, by number, by routine name, and alphabetically.
The GNU ToolKit User's Guide is a convenient collection of manuals for the GNU C and C++ compiler and its supporting tools: the C preprocessor, assembler, static linker, and binary utilities. Specific versions are provided for each architecture family. The GNU Make User's Guide is the Free Software Foundation's (FSF) manual for the make utility. The GDB User's Guide is the FSF manual for the command-line interface to the GNU debugger GDB, which is the foundation for the Tornado graphical debugger, CrossWind.
|
|
|||||||||||||||||||
Tornado includes a collection of all Tornado and VxWorks manuals in HTML format. You can open the online manuals from the Help>Manuals Contents menu in the Tornado IDE or at installDir\docs\books.html. An index and full-text search are available.
Help buttons in every Tornado dialog box and the Help menu on the menu bar provide information on the Tornado component you are currently executing. In addition, from the shell, you can hot-key to the reference entry for the VxWorks routine you have entered.
In the Tornado guides, cross-references to a reference entry for a specified tool or module refer to an entry in the online VxWorks API Reference (for target libraries or subroutines) or to the Tornado API Reference(for host tools).
Cross-references between books take the form Book Title: Chapter Name, and are not linked in the HTML version.
In general, all manuals refer to Tornado directories and files with pathnames starting at the installation directory installDir. Use the pathname chosen on your system for Tornado installation. Your working directory is referred to as projDir.
The screen displays in this book are for illustrative purposes. They may not correspond exactly to the Tornado environment you see on your computer, because both Tornado and the Windows environment in which it runs can be customized. Tornado is also designed to permit easy integration with added tools.
Tornado allows you to execute most functions either from within the IDE or from the command line. The command syntax is usually the same for Windows and UNIX command lines. For this reason these documents use the following default format for command lines:
% prjCreate
When a particular command syntax applies to UNIX only, this is stated. When a command syntax applies to Windows only, or when the Windows version differs from the UNIX version, the Windows format is:
c:\> winFooRun param
Tornado manuals use the font conventions in the following table for special elements. C subroutine names always include parentheses, as in printf( ). Combinations of keys that must be pressed simultaneously are shown with a + linking the keys. For example, CTRL+F3 means to simultaneously press the key labeled CTRL and the key labeled F3.
1: For example, VxWorks for PowerPC Architecture Supplement.