build instructions. 19/02/2000 atp. 1) Grab a copy of the following from your closest mirror. linux-2.2.14 egcs-1.1.2 binutils.2.9.1.0.25 (Suggested sites are in the file called Source-Details in this directory) 2) Get the latest patches from the patches directory. e.g. binutils-2.9.1.0.25-20000219.patch.bz2 for the feb 19th 2000 release. & unbzip2 them. 3) Get kenn's build scripts one-tree-vax.sh and build-vax.sh 4) Build the cross development environment. a) Unpack the sources for binutils and egcs into their own directory e.g. 'build' b) Apply the patches to egcs and binutils e.g. cd binutils-2.9.1.0.25 patch -p1 < ../binutils-2.9.1.0.25-20000219.patch c) run 'one-tree-vax.sh' d) run 'build-vax.sh' e) make sure you can write to /usr/local, (either by su root, or giving yourself ownership/permissions to write) and run build-vax.sh install 5) unpack the linux kernel and apply the patch, plus any others that you want to try. run make config make dep make mopboot