VCFG.EXE - Configurator

Top  Previous  Next

The configurator generates the actual target execution image, by linking a number of .VPX files according to the specification of a .CFG file.

The configuration file .CFG, is a text file automatically generated by the RTCU IDE, but can also be edited or created manually. Basically, the configuration file describes the jobs defined and the physical I/O mapping, as defined in the Job configuration dialog.

The output of the configurator is a .VSX file.

If I/O extensions are used in the project, VCFGIO.EXE must be used to add information about the extensions to the .VSX file..

 

For X32 projects, the .VSX file is the image file that is to be transferred to the RTCU device or executed by the RTCU Emulator.

For NX32 and NX32L projects, the .VSX file must be added to a container using RPCTOOL.EXE.

 

The following configurator options are supported:

-nx

:

Build for the NX32 architecture.

-nxl


Build for the NX32L architecture.

-e[0,1,2,3,4]


Specifies use of Enhanced Memory from 0=0x10000 to 4=0x40000. Only used for NX32 builds.

-a=<name>,<ver>

:

Sets the application name / version.

Version is scaled by 100 so that version 3.20 becomes 320.

-l

:

Build for LARGE EIS architecture (legacy).

-lss

:

Build with large string support enabled.

 

By default the configurator targets the X32 architecture.