Here it is: # make allmodconfig # make bzImage ... gcc -Wp,-MD,init/.main.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DKBUILD_BASENAME=main -DKBUILD_MODNAME=main -c -o init/.tmp_main.o init/main.c init/main.c:49:2: #error This compiler cannot compile correctly with frame pointers enabled make[1]: *** [init/main.o] Error 1 make: *** [init] Error 2 > -----Original Message----- > From: Seth Arnold [mailto:sarnold@wirex.com] > Sent: Friday, March 28, 2003 10:10 PM > To: kernelnewbies@nl.linux.org > Subject: Re: 2.5.66 compiling troubles > > On Fri, Mar 28, 2003 at 11:07:19AM +0300, Dimitry V. Ketov wrote: > > Why I can't compile 2.5.66 kernel using gcc 2.96 20000731 (RedHat Linux > > 7.3 2.96-110) complier, while it noticed in README, that 2.95.3 is > > sufficient? > > I'd expect your compiler to be new enough. What error message are you > getting? I bet it is something else. :) > > -- > The Bill of Rights: 7 out of 10 rights haven't been sold yet! Contact > your congressman for details how *you* can buy one today! -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/