From: Eran Mann <emann@mrv.com>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>, johnstul@us.ibm.com
Subject: Re: Linux 2.4.20-pre11 - UP compile fails
Date: Wed, 16 Oct 2002 12:07:36 +0200 [thread overview]
Message-ID: <3DAD3A68.4090200@mrv.com> (raw)
In-Reply-To: Pine.LNX.4.44L.0210152109360.31342-100000@freak.distro.conectiva
2.4.20-pre11 compile with CONFIG_X86_LOCAL_APIC but without
CONFIG_X86_IO_APIC fails in mpparse.c:
gcc -D__KERNEL__ -I/usr/src/2.4.20/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer
-pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix
include -DKBUILD_BASENAME=mpparse -c -o mpparse.o mpparse.c
mpparse.c:70: `dest_LowestPrio' undeclared here (not in a function)
make[1]: *** [mpparse.o] Error 1
make[1]: Leaving directory `/usr/src/2.4.20/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2
The offending line is:
mpparse.c:70:unsigned char int_delivery_mode = dest_LowestPrio;
This fails because mpparse.c compile depends on CONFIG_X86_LOCAL_APIC
while dest_LowestPrio definition in include/asm-i386/io_apic.h depends
on CONFIG_X86_IO_APIC.
Marcelo Tosatti wrote:
> Hi,
>
> Here goes -pre11 with a lot of misc fixes.
>
....
> <johnstul@us.ibm.com>:
> o Cleanup clustered APIC code to allow others to use it
This seems to be the ChangeSet that introduced the failing line:
http://linux.bkbits.net:8080/linux-2.4/cset@1.783
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Eran Mann
Senior Software Engineer
MRV International
Tel: 972-4-9936297
Fax: 972-4-9890430
www.mrv.com
next prev parent reply other threads:[~2002-10-16 9:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-15 23:10 Linux 2.4.20-pre11 Marcelo Tosatti
2002-10-16 6:53 ` Adrian Bunk
2002-10-16 10:07 ` Eran Mann [this message]
2002-10-16 17:40 ` Linux 2.4.20-pre11 - UP compile fails john stultz
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=3DAD3A68.4090200@mrv.com \
--to=emann@mrv.com \
--cc=johnstul@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.