[FreeVMS] Re: Need Instructions to compile and Install


Subject: [FreeVMS] Re: Need Instructions to compile and Install
roart@nvg.ntnu.no
Date: Thu May 08 2003 - 08:34:22 CEST


On Thu, May 08, 2003 at 08:46:04AM +0500, Fakhar Imran wrote:
>
> >There are instructions in the uppercase files in the upper two directories.
>
> Yes there are in HOWTO but for a newbie like me it is difficult to compile
> without any a bit more
> detailed document.
> It would be more than appreciable if you add some more lines to this
> document.

Have added the following:

Example build i386:
bunzip2 -dc linux-2.4.18.tar.bz2|tar xf -
tar xzf freevms-0_0_44.tgz
cd linux
../freevms/linux/prescript
cp -p ~/.config .
make menuconfig
make dep
make bzImage

Example build um:
bunzip2 -dc linux-2.4.18.tar.bz2|tar xf -
tar xzf freevms-0_0_44.tgz
cd linux
mv /usr/include/linux /usr/include/linux.orig
mv /usr/include/asm /usr/include/asm.orig
ln -s include/linux /usr/include/linux
ln -s include/asm-i386 /usr/include/asm
../freevms/linux/prescript
patch -p1 -F 100 < ../uml-patch-2.4.18-11
../freevms/linux/prescript.uml
cp -p ~/.config .
make menuconfig ARCH=um
make dep ARCH=um
make linux ARCH=um

Regards,
Roar Thronæs

-- 
Liste de diffusion FreeVMS
Pour se désinscrire : mailto:freevms-request@ml.free.fr?subject=unsubscribe



This archive was generated by hypermail 2b25 : Thu May 08 2003 - 08:35:03 CEST