bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OSKit mach w/St Pats


From: Michal 'hramrach' Suchanek
Subject: Re: OSKit mach w/St Pats
Date: Mon, 2 Sep 2002 17:42:41 +0200
User-agent: Mutt/1.4i

On Thu, Jun 06, 2002 at 08:05:32AM -0700, Jeff Bailey wrote:
> On Thu, Jun 06, 2002 at 10:40:46AM -0400, Derek L Davies wrote:
> 
> The tricky part is the `make' line, without which you have an
> Oskit-mach with no drivers.  Currently I use ``make
> kernel-ide+ethernet_vortex+ethernet_lance+ethernet_ne2000'' which
> covers all I need on my machine and those of my friends.
> 

This does not work for me with current gnumach from CVS. It first 
compiles something (dependencies?) and then complains it does not 
know how to make the kernel-ide+ethernet_something thingie.
Just make complains it does not know how to make kernel.

set -e; gcc -O  -DOSKIT_MACH=1 -DMACH -DMACH_KERNEL -DKERNEL -DCONTINUATIONS 
-DHAVE_CONFIG_H -D__ELF__=1 -Di386=1 -DAT386=1 -I./i386/i386at -I./i386/i386 
-I./i386/include -I./i386/include/mach/sa -I./i386/bogus -I./i386 -I. -I. 
-I./include -I./bogus -I./kern -I./device -M ./vm/vm_fault.c | sed > 
vm_fault.d.new -e 's/vm_fault\.o:/vm_fault.o vm_fault.d:/'
mv -f vm_fault.d.new vm_fault.d
make: *** No rule to make target 
`kernel-ide+ethernet_vortex+ethernet_lance+ethernet_ne2000'.  Stop.
hramrach@hurd:/mnt/disk/src/hurd/gnumach-build$ make
make: *** No rule to make target `kernel', needed by `all'.  Stop.


-- 
Michal Suchanek
hramrach@centrum.cz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]