From: Danny R. <me...@op...> - 2001-10-14 05:14:09
|
Okay guys, it's been a while since I've worked on the LinuxDC project. I downloaded the updated CVS module linux-sh-dc, then copied the files into the 2.4.10 kernel codebase. I used the HOWTO's .config then added maple bus support in make menuconfig. Now nothing works as far as the HOWTO is concerned. I try doing $ make ARCH=sh CROSS_COMPILE=/usr/local/bin/sh-elf- dep zImage make[1]: Entering directory `/home/Danny/linux/arch/sh/boot' make[1]: Nothing to be done for `dep'. make[1]: Leaving directory `/home/Danny/linux/arch/sh/boot' scripts/mkdep -- init/*.c > .depend scripts/mkdep -- `find /home/Danny/linux/include/asm /home/Danny/linux/include/l inux /home/Danny/linux/include/scsi /home/Danny/linux/include/net -name SCCS -pr une -o -follow -name \*.h ! -name modversions.h -print` > .hdepend scripts/mkdep: error 22 make: *** [dep-files] Error 2 Am I missing steps? Also, the menuconfig has no mention of NFS support, or even network support/BBA for that matter. What happened to the old linux module? Also, I finally got a BBA, so no more burning CD's every 5 seconds. Do I simply use the load+exec feature of DC load on a kernel image? How does that work? Thanks guys, -Danny |