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

Re: building 2.4.20-ben9 fails with missing vmlinux.coff




I experienced a failing in building these sources with a complaint
that cp doesn't find
  
   arch/ppc/boot/images/vmlinux.coff

What can I try to cope with this. In my previous kernels up to
2.4.20-ben8 it was built with my .config
Georg,

I am having the same problems as you are.... I have compiled the kernel many times.. on dif. machines and I get the same response...

on my G4 500mh single processor
&
xserv dual 1ghz processor... 

compiling with xfs added

this is my output

......
cd /usr/src/benh/linux-2.4.20/debian/tmp-image/lib/modules/2.4.20-ben8-xfs; \
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-ben8-xfs; 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-ben8-xfs                        \
                   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-ben8-xfs 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




I am very confused, no matter what I do.. I get this error

-Adam

Reply to: