OK.  I edited Makefile and removed "preferred-stack-boundary=2".  I ran
make xconfig.  I ran make dep.  But when I tried to run make zImage got
the same "preferred-stack-boundary=2" error.  Which file should I edit
this time?



Steve Philp wrote:
 
> It means Mandrake never tested their packages before they shipped them.
> The kernel will not rebuild as they distributed it unless you edit the
> Makefile.
> 
> Change to the /usr/src/linux directory and use your favorite editor to
> edit Makefile.  Search for 'preferred-stack-boundary=2' and remove it.
> Save the Makefile.
> 
> Now do your kernel compile and all will be well.
> 
> It's been a month, where's the fix Mandrake??
> 
> --
> Steve Philp
> Network Administrator
> Advance Packaging Corporation
> [EMAIL PROTECTED]
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -O6 -fomit-frame-pointer 
-fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math 
-fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 
-mpreferred-stack-boundary=2  -DCPU=386  -c -o init/main.o init/main.c
cc1: Invalid option `preferred-stack-boundary=2'
make: *** [init/main.o] Error 1

Reply via email to