Main Content

addNewToolchain

Class: soc.sdk.Deployer
Namespace: soc.sdk

Add a registered Toolchain to the Deployer object

Since R2019b

Syntax

toolchainObj = addNewToolchain(deployerObj,name)

Description

toolchainObj = addNewToolchain(deployerObj,name) adds a registered Toolchain to the Deployer object and returns a soc.sdk.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: string | char

Output Arguments

expand all

A soc.sdk.Toolchain object for your Deployer object that calls the registered Toolchain.

Version History

Introduced in R2019b