02.03.2014 Views

Tornado

Tornado

Tornado

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Tornado</strong> 2.0<br />

User’s Guide<br />

You can download an entire project from the project workspace by selecting<br />

Download 'projectName.out' from the context menu for the Files view, or by using the<br />

download button on the Build toolbar. You can download individual object<br />

modules by selecting the file name and then and the Download 'filename.o' option<br />

from the context menu. However, you may inadvertently introduce errors by<br />

downloading individual object modules out of sequence. We strongly recommend<br />

that you always download the partially-linked projectName.out file.<br />

C++ projects should be downloaded as projectName.out because this file is produced<br />

from application files and munched for proper static constructor initialization.<br />

To unload a project from the target, use the Unload 'projectName.out' option on the<br />

context menu.<br />

4.2.6 Adding and Removing Projects<br />

New projects can be added to a workspace by selecting the menu options File>New<br />

Project and creating a new project when the workspace is open.<br />

Existing projects can be added to a workspace by selecting File>Add Project to<br />

Workspace, and using the file browser to select a project file (projectName.wpj).<br />

Projects can be removed from a workspace by selecting the project name in the Files<br />

view, and then selecting the Remove option from the context menu, or by selecting<br />

the project name and pressing DELETE.<br />

NOTE: When you remove a project, you only remove it from the workspace. The<br />

project directory and its associated files are not removed from disk.<br />

4.3 Creating a Custom VxWorks Image<br />

The <strong>Tornado</strong> distribution includes a VxWorks system image for each target shipped.<br />

The system image is a binary module that can be booted and run on a target system.<br />

The system image consists of all desired system object modules linked together<br />

into a single non-relocateable object module with no unresolved external<br />

references. In most cases, you will find the supplied system image adequate for<br />

initial development. However, later in the cycle you may want to create a custom<br />

VxWorks image.<br />

110

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!