Toolchain

In software, a toolchain is the set of programming tools that is used to perform a complex software development task or to create a software product, which is typically another computer program or a set of related programs. In general, the tools forming a toolchain are executed consecutively so the output or resulting environment state of each tool becomes the input or starting environment for the next one, but the term is also used when referring to a set of related tools that are not necessarily executed consecutively.[1][2][3]

A simple software development toolchain may consist of a compiler and linker (which transform the source code into an executable program), libraries (which provide interfaces to the operating system), and a debugger (which is used to test and debug created programs). A complex software product such as a video game needs tools for preparing sound effects, music, textures, 3-dimensional models and animations, together with additional tools for combining these resources into the finished product.[1][2]

See also

References

  1. 1 2 "Toolchain Overview". nongnu.org. 2012-01-03. Retrieved 2013-10-21.
  2. 1 2 "Toolchains". elinux.org. 2013-09-08. Retrieved 2013-10-21.
  3. "Tool Chains in Agile ALM Environments: A Short Introduction". Lecture Notes in Computer Science: 371–380. 2015-10-29. doi:10.1007/978-3-319-26138-6_40. Retrieved 2015-11-10.


This article is issued from Wikipedia - version of the 7/15/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.