Re: Compiling 2.0.0 problems

Jason Burrell (jburrell@crl.com)
Thu, 4 Jul 1996 14:50:19 -0500 (CDT)


> gcc _D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -02
> -fomit-frame-pointer -fno-strength-reduce -pipe -m486
> -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
> -c -o init/main.o init/main.c
> cc1 : Invalid option 'align-loops=2'
> cc1 : Invalid option 'align-jumps=2'
> cc1 : Invalid option 'align-functions=2'
> make : * * * [ init/main.o] Error 1

You're using a really, really old version of GCC. Either choose "486," or
upgrade your GCC to 2.7.0 or preferably 2.7.2. Keep in mind you'll have to
upgrade the binutils and some other things, including libraries, in the
process.