Complete the following steps to create a new embedded target from scratch. National Instruments recommends copying and renaming an existing example target if possible.
- Create a folder in the labview\Targets directory.
 | Note National Instruments recommends using your company name, or some variation of your company name, when you create a new folder. For example, National Instruments targets are located in the labview\Targets\NI directory. |
- Create an Embedded subfolder. LabVIEW does not recognize any targets not in an Embedded folder.
- Create an OS subfolder. For example, all of the example targets that run eCos are in the labview\Targets\NI\Embedded\ecos directory.
- Open your OS subfolder and create a subfolder with your target name.
- Launch LabVIEW.
- Select Tools»Microprocessor SDK»Target Editor from the Getting Started window, the Project Explorer window, or a blank VI to open the Target Editor.
- Select File»New in the Target Editor.
- Navigate to and select your Embedded folder.
- Right-click the Embedded folder in the Target Editor and select New»Folder from the shortcut menu. A New Folder folder appears under the Embedded folder.
- Right-click New Folder and select Rename from the shortcut menu to rename the folder. Rename the folder to match the OS name you created in Windows Explorer.
- Right-click your OS folder in the Target Editor and select New»Target from the shortcut menu. A New Target item appears under the New Folder folder.
- Right-click New Target and select Rename from the shortcut menu to rename the target.
- Right-click your renamed target and select New»Build Specification Type.
- Right-click New Build Specification Type and select Rename from the shortcut menu to rename the build specification type.
 | Tip Look at the example targets for examples of various build specification type names. |
- Select File»Save As in the Target Editor and select your target folder to open the Save Target As dialog box.
- (Optional) LabVIEW prepends prefixes to the plug-in directory and VIs. Edit the prefix for your target in the Replace with text boxes.
- Click the OK button. LabVIEW creates your TgtSupp.xml file, which is the file LabVIEW uses to integrate your target into the LabVIEW development environment. This can take a few minutes. Click the OK button to close the dialog box.
After you create your target, you can configure the target properties and build specification type properties.