|
|
The first project to build is binutils, which supplies common routines for handling Executable and Linkable Format (ELF) based executable files. ELF is the format that Linux uses for binary executable files. The GCC compiler relies on binutils to provide much of the platform-specific functionality. Binutils provides the following utilities:
Building binutils is a nice place to begin building a toolchain, because it’s very straightforward and rarely fails.
The configure script runs and produces output showing what it’s inspecting. When it’s complete, run the make:
$ cd $BUILDDIR/binutils $ makeThe software builds; this takes about 20 minutes on a typical machine. When the build completes, put the newly built binutils in the installation directory:
$ make install
|
|
Linux Embedded systems Related Tutorials |
---|
Unix/Linux Tutorial |
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.