2.1. Binutils-2.46.0 Pass 1

The Binutils package contains a linker, an assembler, and other tools for handling object files.

Package Information

2.1.1. Installation of Binutils Pass1

Prepare Binutils-pass1 for compilation:

Now Configure the Package, issue:

mkdir -v build
cd build
../configure --prefix=$LFS/tools \
             --with-sysroot=$LFS \
             --target=$LFS_TGT   \
             --disable-nls       \
             --enable-gprofng=no \
             --disable-werror    \
             --enable-new-dtags  \
             --enable-default-hash-style=gnu

To Compile the Package, issue:

make

Now Install the Package, issue:

make install

2.1.2. Contents of Binutils-pass1

Installed programs: PROGRAMS
Installed libraries: LIBRARIES
Installed directories: DIRECTORIES