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

Kernel compile issues with ben-7 latest tree on a xserv



Hello again,

I have compiled the kernel multiple times and can not figure out what is causing the errors at the very end of the compile.  I have included some of the last part.


>From my

$ make-kpkg -rev Custom.xserv.benh1 kernel_image
....
make[3]: Entering directory `/usr/src/benh/linux-2.4.20/arch/ppc/mm'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/usr/src/benh/linux-2.4.20/arch/ppc/mm'
/usr/bin/make -C  arch/ppc/lib modules_install
make[3]: Entering directory `/usr/src/benh/linux-2.4.20/arch/ppc/lib'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/usr/src/benh/linux-2.4.20/arch/ppc/lib'
/usr/bin/make -C  arch/ppc/xmon modules_install
make[3]: Entering directory `/usr/src/benh/linux-2.4.20/arch/ppc/xmon'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/usr/src/benh/linux-2.4.20/arch/ppc/xmon'
cd /usr/src/benh/linux-2.4.20/debian/tmp-image/lib/modules/2.4.20-ben7; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b /usr/src/benh/linux-2.4.20/debian/tmp-image -r 2.4.20-ben7; fi
make[2]: Leaving directory `/usr/src/benh/linux-2.4.20'
if test -d /usr/src/benh/linux-2.4.20/debian/image.d ; then                            \
             IMAGE_TOP=debian/tmp-image version=2.4.20-ben7                        \
                   run-parts --verbose /usr/src/benh/linux-2.4.20/debian/image.d ;             \
        fi
if [ -x debian/post-install ]; then                                   \
        IMAGE_TOP=debian/tmp-image version=2.4.20-ben7 debian/post-install;\
fi
cp 
cp: missing file argument
Try `cp --help' for more information.
make[1]: *** [real_stamp_image] Error 1
make[1]: Leaving directory `/usr/src/benh/linux-2.4.20'
make: *** [kernel-image-deb] Error 2



Some how I am missing some thing.

-Adam




Reply to: