Main Content
target.BuildTool Class
Namespace: target
Description
Use a target.BuildTool
object to describe a build tool. For example, a
compiler, linker, or archiver.
To create a target.BuildTool
object, use the target.create
function. Create the object in a single
step.
buildToolObject = target.create('BuildTool', ... nameOfBuildToolType, ... buildToolCommandString, ... propertyXName, propertyXValue, ... propertyYName, propertyYValue, ... propertyZName, propertyZValue)
nameOfBuildToolType
is the name of the
target.BuildToolType
object that you want to specify for the
BuildToolType
property of buildToolObject
. For
example 'C Compiler'
.
buildToolCommandString
is the build tool command, which
includes required arguments and flags. For example 'gcc'
.
Properties
Methods
Examples
Version History
Introduced in R2023a