From: Joshua Kwan <joshk@triplehelix.org>
To: Core <core@enodev.com>
Cc: linux-kernel mailing list <linux-kernel@vger.kernel.org>, akpm@digeo.com
Subject: Re: compile fail: 2.5.60-mm2
Date: Fri, 14 Feb 2003 13:18:26 -0800 [thread overview]
Message-ID: <20030214211826.GA8302@triplehelix.org> (raw)
In-Reply-To: <1045256371.16964.18.camel@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 5107 bytes --]
I received the same exact failure message. I tried enabling APIC support
but the same file failed to compile. I use gcc-3.2, though.
-Josh
On Fri, Feb 14, 2003 at 02:59:33PM -0600, Core wrote:
> Compile fail.
>
> config and make log attached.
[...]
> make -f scripts/Makefile.build obj=arch/i386/kernel/acpi
> gcc296 -Wp,-MD,arch/i386/kernel/acpi/.boot.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=athlon -Iinclude/asm-i386/mach-default -fomit-frame-pointer -nostdinc -iwithprefix include -DKBUILD_BASENAME=boot -DKBUILD_MODNAME=boot -c -o arch/i386/kernel/acpi/.tmp_boot.o arch/i386/kernel/acpi/boot.c
> In file included from arch/i386/kernel/acpi/boot.c:30:
> include/asm-i386/mach-default/mach_apic.h: In function `apic_id_registered':
> include/asm-i386/mach-default/mach_apic.h:24: warning: implicit declaration of function `apic_read'
> include/asm-i386/mach-default/mach_apic.h:24: `phys_cpu_present_map' undeclared (first use in this function)
> include/asm-i386/mach-default/mach_apic.h:24: (Each undeclared identifier is reported only once
> include/asm-i386/mach-default/mach_apic.h:24: for each function it appears in.)
> include/asm-i386/mach-default/mach_apic.h: In function `init_apic_ldr':
> include/asm-i386/mach-default/mach_apic.h:39: warning: implicit declaration of function `apic_write_around'
> include/asm-i386/mach-default/mach_apic.h: In function `clustered_apic_check':
> include/asm-i386/mach-default/mach_apic.h:53: `nr_ioapics' undeclared (first use in this function)
> include/asm-i386/mach-default/mach_apic.h: At top level:
> include/asm-i386/mach-default/mach_apic.h:82: warning: `struct mpc_config_processor' declared inside parameter list
> include/asm-i386/mach-default/mach_apic.h:82: warning: its scope is only this definition or declaration, which is probably not what you want.
> include/asm-i386/mach-default/mach_apic.h: In function `mpc_apic_id':
> include/asm-i386/mach-default/mach_apic.h:85: dereferencing pointer to incomplete type
> include/asm-i386/mach-default/mach_apic.h:86: dereferencing pointer to incomplete type
> include/asm-i386/mach-default/mach_apic.h:86: `CPU_FAMILY_MASK' undeclared (first use in this function)
> include/asm-i386/mach-default/mach_apic.h:87: dereferencing pointer to incomplete type
> include/asm-i386/mach-default/mach_apic.h:87: `CPU_MODEL_MASK' undeclared (first use in this function)
> include/asm-i386/mach-default/mach_apic.h:88: dereferencing pointer to incomplete type
> include/asm-i386/mach-default/mach_apic.h:89: dereferencing pointer to incomplete type
> include/asm-i386/mach-default/mach_apic.h:90: warning: control reaches end of non-void function
> include/asm-i386/mach-default/mach_apic.h: In function `check_phys_apicid_present':
> include/asm-i386/mach-default/mach_apic.h:98: `phys_cpu_present_map' undeclared (first use in this function)
> In file included from arch/i386/kernel/acpi/boot.c:31:
> include/asm-i386/mach-default/mach_mpparse.h: At top level:
> include/asm-i386/mach-default/mach_mpparse.h:5: warning: `struct mpc_config_translation' declared inside parameter list
> include/asm-i386/mach-default/mach_mpparse.h:5: warning: `struct mpc_config_bus' declared inside parameter list
> include/asm-i386/mach-default/mach_mpparse.h: In function `mpc_oem_bus_info':
> include/asm-i386/mach-default/mach_mpparse.h:7: warning: implicit declaration of function `Dprintk'
> include/asm-i386/mach-default/mach_mpparse.h:7: dereferencing pointer to incomplete type
> include/asm-i386/mach-default/mach_mpparse.h: At top level:
> include/asm-i386/mach-default/mach_mpparse.h:11: warning: `struct mpc_config_translation' declared inside parameter list
> include/asm-i386/mach-default/mach_mpparse.h:11: warning: `struct mpc_config_bus' declared inside parameter list
> include/asm-i386/mach-default/mach_mpparse.h:16: warning: `struct mp_config_table' declared inside parameter list
> arch/i386/kernel/acpi/boot.c: In function `acpi_parse_lapic':
> arch/i386/kernel/acpi/boot.c:131: warning: implicit declaration of function `mp_register_lapic'
> arch/i386/kernel/acpi/boot.c: In function `acpi_parse_ioapic':
> arch/i386/kernel/acpi/boot.c:196: warning: implicit declaration of function `mp_register_ioapic'
> arch/i386/kernel/acpi/boot.c: In function `acpi_parse_int_src_ovr':
> arch/i386/kernel/acpi/boot.c:217: warning: implicit declaration of function `mp_override_legacy_irq'
> arch/i386/kernel/acpi/boot.c: In function `acpi_boot_init':
> arch/i386/kernel/acpi/boot.c:348: warning: implicit declaration of function `mp_register_lapic_address'
> arch/i386/kernel/acpi/boot.c:394: warning: implicit declaration of function `mp_config_acpi_legacy_irqs'
> arch/i386/kernel/acpi/boot.c:419: `smp_found_config' undeclared (first use in this function)
> make[2]: *** [arch/i386/kernel/acpi/boot.o] Error 1
> make[1]: *** [arch/i386/kernel/acpi] Error 2
> make: *** [arch/i386/kernel] Error 2
--
New PGP public key: 0x27AFC3EE
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-02-14 21:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-14 9:31 2.5.60-mm2 Andrew Morton
2003-02-14 9:38 ` 2.5.60-mm2 Dave Jones
2003-02-14 9:58 ` 2.5.60-mm2 Andrew Morton
2003-02-14 10:13 ` 2.5.60-mm2 Dave Jones
2003-02-14 10:22 ` 2.5.60-mm2 Andrew Morton
2003-02-14 10:10 ` 2.5.60-mm2 Thomas Schlichter
2003-02-17 1:59 ` 2.5.60-mm2 Bill Davidsen
2003-02-17 12:08 ` 2.5.60-mm2 Bill Davidsen
2003-02-17 12:35 ` 2.5.60-mm2 Thomas Schlichter
2003-02-17 18:32 ` 2.5.60-mm2 Bill Davidsen
2003-02-14 20:59 ` compile fail: 2.5.60-mm2 Core
2003-02-14 21:18 ` Joshua Kwan [this message]
2003-02-14 22:06 ` Andrew Morton
2003-02-15 20:27 ` 2.5.60-mm2 Arador
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=20030214211826.GA8302@triplehelix.org \
--to=joshk@triplehelix.org \
--cc=akpm@digeo.com \
--cc=core@enodev.com \
--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