public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "dave" <dave@qix.net>
To: linux-kernel@vger.kernel.org
Subject: Compile error in SMP / IO-Apic code
Date: Sun, 4 Aug 2002 17:33:58 +0900	[thread overview]
Message-ID: <20020804173358.M38976@qix.net> (raw)

I've found a compile error during compilation of mpparse.c.  Note that I have
not configured the kernel to use IO-Apic, nor is my machine an SMP machine. 
The bug affects 2.4.19-ac1 and -ac2 but not 2.4.19-rc3 (my running kernel.) 
Also, both gcc 2.95 and 3.0 fail to compile the affected file.

The text of the compiler failure follows:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=athlon    -nostdinc -I
/usr/lib/gcc-lib/i386-linux/3.0.4/include -DKBUILD_BASENAME=mpparse  -c -o
mpparse.o mpparse.c
mpparse.c:74: `dest_LowestPrio' undeclared here (not in a function)
mpparse.c: In function `smp_read_mpc':
mpparse.c:609: `dest_Fixed' undeclared (first use in this function)
mpparse.c:609: (Each undeclared identifier is reported only once
mpparse.c:609: for each function it appears in.)
mpparse.c:609: `dest_LowestPrio' undeclared (first use in this function)
make[2]: *** [mpparse.o] Error 1
make[2]: Leaving directory `/usr/src/linux/arch/i386/kernel'
make[1]: *** [_dir_arch/i386/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux'
make: *** [stamp-build] Error 2
hell:/usr/src/linux#

Thanks,
Dave Maietta

                 reply	other threads:[~2002-08-04 21:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020804173358.M38976@qix.net \
    --to=dave@qix.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox