Main Content

addNewToolchain

Class: matlabshared.targetsdk.Deployer
Namespace: matlabshared.targetsdk

Add a registered Toolchain to the Deployer object

Syntax

toolchainObj = addNewToolchain(deployerObj,toolchainName)

Description

toolchainObj = addNewToolchain(deployerObj,toolchainName) adds a registered Toolchain to the Deployer object and returns a handle to the Toolchain object.

Input Arguments

expand all

The Deployer object that uses the registered Toolchain.

Name of a registered Toolchain available to Embedded Coder®. To get the list of available registered Toolchains, use the coder.make.getToolchains function.

Data Types: char | string

Output Arguments

expand all

A Toolchain object for your Target that calls a registered Toolchain.

Version History

Introduced in R2015a