Steve Thornhill wrote:
>
> my attempts to compile the with ' make bzImage' result in the
> following error:
> cc1: Invalid option `preferred-stack-boundary=2'!
>
> Has anyone successfully compiled this kernel ? If so, how?
> I'm trying to configure a firewall and I need to change some
> kernel defaults. I never had this problem with Redhat 6.0 .
> I assume that this is a pgcc problem. any help will be
> much appreciated.
>
> Steve Thornhill <[EMAIL PROTECTED]>
I had the same problem trying to recompile my kernel ....
I used KFileReplace to find all instances of
"preferred-stack-boundary=2" in
the Makefiles and removed them .....
Here's where I found them....
/usr/src/linux-2.2.13/Makefile
/usr/src/linux-2.2.13/arch/i386/Makefile
/usr/src/linux-2.2.13/pcmcia-cs-3.1.0/config.out
This probably isn't the proper way to address this problem
but it worked for me ....Your mileage may vary.....
Steve Mitchell
[EMAIL PROTECTED]