From: Danny R. <me...@op...> - 2001-10-14 14:54:02
|
Okay, I'm using Adrian's config with NFS enabled. But I'm getting the same errors as before. Steps taken : make ARCH=sh config with current .config file make ARCH=sh CROSS_COMPILE=sh-elf- (errors) I edited the Makefile to do ARCH=sh and CROSS_COMPILE=sh-elf- (which are in my path). When I do make dep, or make ARCH=sh CROSS_COMPILE=/usr/local/bin/sh-elf- dep (both are equivalent errors)... I get this : make[1]: Entering directory `/home/Danny/kernel/arch/sh/boot' make[1]: Nothing to be done for `dep'. make[1]: Leaving directory `/home/Danny/kernel/arch/sh/boot' scripts/mkdep -- init/*.c > .depend scripts/mkdep -- `find /home/Danny/kernel/include/asm /home/Danny/kernel/include /linux /home/Danny/kernel/include/scsi /home/Danny/kernel/include/net -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend scripts/mkdep: error 22 make: *** [dep-files] Error 2 What am I missing here? Thanks! -Danny -----Original Message----- From: Adrian McMenamin [mailto:ad...@mc...] Sent: Sunday, October 14, 2001 6:04 AM To: Danny Rodriguez; 'Paul Mundt' Cc: lin...@li... Subject: Re: [linuxdc-dev]Some basic questions and Linux DC + NFS I've sent mine direct to Danny, but should anyone want it - try http://www.mcmen.demon.co.uk/linuxdc/config ...and just a reminder that you'll find a BBA supporting (but not NFS booting elf'ed kernel at http://www.mcmen.demon.co.uk/linuxdc - and ther's also a compiled x86 copy of the dc-tool app there too. But no documentation for any of this! On Sunday 14 October 2001 7:21 am, Danny Rodriguez wrote: > Do you guys, by any chance, have sample .config files for the DC? One > that supports the BBA and NFS? > > -Danny > |