coder.make.BuildConfiguration |
Represent build configuration |
coder.make.BuildItem |
Represent build item |
coder.make.BuildTool |
Represent build tool |
coder.make.ToolchainInfo |
Represent custom toolchain |
This example shows how to register and use a toolchain to compile an executable.
Create and Edit Toolchain Definition File
Create and edit a toolchain definition file for a new custom toolchain.
Create and Validate ToolchainInfo Object
Create and validate a ToolchainInfo object from the toolchain definition file.
Register custom toolchain before you use it.
Build an executable or library with the custom toolchain.
Toolchain Definition File with Commentary
Create a toolchain definition file.
Configure build configuration parameters at the command line or in the MATLAB® Coder™ app.
Register third-party software build tools for creating executables and libraries.
About coder.make.ToolchainInfo
coder.make.ToolchainInfo
represents
a custom toolchain.
Troubleshooting Custom Toolchain Validation
Troubleshoot validation errors.
Prevent Circular Data Dependencies with One-Pass or Single-Pass Linkers
Use StartLibraryGroup and EndLibraryGroup linker directives.