TDP Generator - tdpgen

Purpose

Use the TDP Generator tool (tdpgen) to generate target deployment ports (TDP) from an .xdp file from a command line.

Syntax

tdpgen <XDP filename> <target directory>

where:

  • <XDP filename> is the name of the .xdp target deployment port file.

  • <target directory > is the name of the location where the TDP will be created.

Description

The purpose of this tool is to generate a TDP from a command line without using the TDP Editor.

Examples

The following command generates a TDP for GNU C++ in the targets directory.

tdpgen "%TESTRTDIR%\targets\xml\cpcgnu.xdp" "%TESTRTDIR%\targets"