Reader small image

You're reading from  Learning Embedded Linux Using the Yocto Project

Product typeBook
Published inJun 2015
Reading LevelIntermediate
Publisher
ISBN-139781784397395
Edition1st Edition
Languages
Right arrow
Authors (2):
Alexandru Vaduva
Alexandru Vaduva
author image
Alexandru Vaduva

Alexandru Vaduva is an embedded Linux software engineer whose main focus lies in the field of open source software. He has an inquiring mind and also believes that actions speak louder than words. He is a strong supporter of the idea that there is no need to reinvent the wheel, but there is always room for improvement. He has knowledge of C, Yocto, Linux, Bash, and Python, but he is also open to trying new things and testing new technologies. Alexandru Vaduva has been a reviewer of the book Embedded Linux Development with Yocto Project, Packt Publishing, which is a great asset to the Yocto Project community.
Read more about Alexandru Vaduva

View More author details
Right arrow

Components of toolchains


The GNU toolchain is a term used for a collection of programming tools under the GNU Project umbrella. This suite of tools is what is normally called a toolchain, and is used for the development of applications and operating systems. It plays an important role in the development of embedded systems and Linux systems, in particular.

The following projects are included in the GNU toolchain:

  • GNU make: This represents an automation tool used for compilation and build

  • GNU Compiler Collection (GCC): This represents a compiler's suite that is used for a number of available programming languages

  • GNU Binutils: This contains tools, such as linkers, assemblers, and so on - these tools are able to manipulate binaries

  • GNU Bison: This is a parser generator

  • GNU Debugger (GDB): This is a code debugging tool

  • GNU m4: This is an m4 macro processor

  • GNU build system (autotools): This consists of the following:

    • Autoconf

    • Autoheaders

    • Automake

    • Libtool

The projects included in the toolchain is...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Embedded Linux Using the Yocto Project
Published in: Jun 2015Publisher: ISBN-13: 9781784397395

Authors (2)

author image
Alexandru Vaduva

Alexandru Vaduva is an embedded Linux software engineer whose main focus lies in the field of open source software. He has an inquiring mind and also believes that actions speak louder than words. He is a strong supporter of the idea that there is no need to reinvent the wheel, but there is always room for improvement. He has knowledge of C, Yocto, Linux, Bash, and Python, but he is also open to trying new things and testing new technologies. Alexandru Vaduva has been a reviewer of the book Embedded Linux Development with Yocto Project, Packt Publishing, which is a great asset to the Yocto Project community.
Read more about Alexandru Vaduva