%general-entities; ]> Bc-&bc-version; Bc boot Installation of Bc We will install a bc program that can run on the host system, as this is needed to compile the kernel. Prepare Bc for compilation: CC=gcc ./configure --prefix=/cross-tools The meaning of the configure option: CC=gcc This ensures that we use the host's compiler to build Bc, since we need it to run on the host system. Compile the package: make Install the package: make install <para>Details on this package are located in <xref linkend="contents-bc" role="."/></para> </sect2> </sect1>