bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Possible bug in binutils 2.13? Cannot compile linux kernel 2.4.20-p


From: Miles Lane
Subject: Re: Possible bug in binutils 2.13? Cannot compile linux kernel 2.4.20-pre5-ac7 with gcc version 3.3 20020909.
Date: Fri, 13 Sep 2002 00:44:58 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020806

Miles Lane wrote:
Gnu folks, I am not sure what other information you need
from me.  Please let me know if you need me to send along
any files or whatever.

nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort > System.mapmake[1]: Entering directory `/usr/src/linux/arch/i386/boot' gcc -E -D__KERNEL__ -I/usr/src/linux/include -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA bootsect.S -o bbootsect.s
bootsect.S:237: warning: extra tokens at end of #ifdef directive

On further looking, this looks clearly like an incompatibility
problem between the kernel source and gcc cvs HEAD.

gcc is unhappy with this construction:

#ifdef __BIG_KERNEL__                   # look in setup.S for bootsect_kludge
        bootsect_kludge = 0x220         # 0x200 + 0x20 which is the size of the
        lcall   bootsect_kludge         # bootsector + bootsect_kludge offset

Sorry for the noise.  I'll report the problem to LKML.

        Miles





reply via email to

[Prev in Thread] Current Thread [Next in Thread]