9d8 Single host-target builds Contents|Index|Previous|Next


Single host-target builds 


In this example, a copy of GNU make is in /usr/local/bin and is called make.

1.
Move to the build directory and run make.

% cd /usr/cygnus/release_name/build
% /usr/local/bin/make all

This takes a while to complete.

2.
When make all finishes, install the tools with the following input.

% /usr/local/bin/make install

3.
When you have verified that your toolchain is functioning properly, you may remove the build directory to conserve disk space. 0