linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.44-ac3 - don't compile.
@ 2002-10-25 13:13 Andrey Nekrasov
  2002-10-25 16:06 ` Martin J. Bligh
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Nekrasov @ 2002-10-25 13:13 UTC (permalink / raw)
  To: linux-kernel

Hello.


 x86, no SMP.


...
make -f init/Makefile 
  Generating init/../include/linux/compile.h (updated)
  gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic
-fomit-frame-pointer -nostdinc -iwithprefix include    -DKBUILD_BASENAME=version
-c -o init/version.o init/version.c
   ld -m elf_i386  -r -o init/built-in.o init/main.o init/version.o
init/do_mounts.o
        ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o
arch/i386/kernel/init_task.o  init/built-in.o --start-group
arch/i386/kernel/built-in.o  arch/i386/mm/built-in.o
arch/i386/mach-generic/built-in.o  kernel/built-in.o  mm/built-in.o  fs/built-in.o
ipc/built-in.o  security/built-in.o  lib/lib.a  arch/i386/lib/lib.a
drivers/built-in.o  sound/built-in.o  arch/i386/pci/built-in.o  net/built-in.o
--end-group  -o vmlinux
arch/i386/kernel/built-in.o: In function `MP_processor_info':
arch/i386/kernel/built-in.o(.init.text+0x46a3): undefined reference to `Dprintk'
arch/i386/kernel/built-in.o(.init.text+0x46b6): undefined reference to `Dprintk'
arch/i386/kernel/built-in.o(.init.text+0x46c9): undefined reference to `Dprintk'
arch/i386/kernel/built-in.o(.init.text+0x46dc): undefined reference to `Dprintk'
arch/i386/kernel/built-in.o(.init.text+0x46ef): undefined reference to `Dprintk'
arch/i386/kernel/built-in.o(.init.text+0x4702): more undefined references to
`Dprintk' follow
make: *** [vmlinux] Error 1
...

Why?



-- 
bye.
Andrey Nekrasov, SpyLOG.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.44-ac3 - don't compile.
  2002-10-25 13:13 2.5.44-ac3 - don't compile Andrey Nekrasov
@ 2002-10-25 16:06 ` Martin J. Bligh
  2002-10-25 18:52   ` Rune
  0 siblings, 1 reply; 4+ messages in thread
From: Martin J. Bligh @ 2002-10-25 16:06 UTC (permalink / raw)
  To: Andrey Nekrasov, linux-kernel

Odd. I'm sure akpm fixed this in 44, unless -ac3 reverts it.
Can you search back for posts by Andrew Morton, and find the
fix, and try it?

M.

--On Friday, October 25, 2002 5:13 PM +0400 Andrey Nekrasov <andy@spylog.ru> wrote:

> Hello.
> 
> 
>  x86, no SMP.
> 
> 
> ...
> make -f init/Makefile 
>   Generating init/../include/linux/compile.h (updated)
>   gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
> -mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic
> -fomit-frame-pointer -nostdinc -iwithprefix include    -DKBUILD_BASENAME=version
> -c -o init/version.o init/version.c
>    ld -m elf_i386  -r -o init/built-in.o init/main.o init/version.o
> init/do_mounts.o
>         ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o
> arch/i386/kernel/init_task.o  init/built-in.o --start-group
> arch/i386/kernel/built-in.o  arch/i386/mm/built-in.o
> arch/i386/mach-generic/built-in.o  kernel/built-in.o  mm/built-in.o  fs/built-in.o
> ipc/built-in.o  security/built-in.o  lib/lib.a  arch/i386/lib/lib.a
> drivers/built-in.o  sound/built-in.o  arch/i386/pci/built-in.o  net/built-in.o
> --end-group  -o vmlinux
> arch/i386/kernel/built-in.o: In function `MP_processor_info':
> arch/i386/kernel/built-in.o(.init.text+0x46a3): undefined reference to `Dprintk'
> arch/i386/kernel/built-in.o(.init.text+0x46b6): undefined reference to `Dprintk'
> arch/i386/kernel/built-in.o(.init.text+0x46c9): undefined reference to `Dprintk'
> arch/i386/kernel/built-in.o(.init.text+0x46dc): undefined reference to `Dprintk'
> arch/i386/kernel/built-in.o(.init.text+0x46ef): undefined reference to `Dprintk'
> arch/i386/kernel/built-in.o(.init.text+0x4702): more undefined references to
> `Dprintk' follow
> make: *** [vmlinux] Error 1
> ...
> 
> Why?
> 
> 
> 
> -- 
> bye.
> Andrey Nekrasov, SpyLOG.
> -
> 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/
> 
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.44-ac3 - don't compile.
  2002-10-25 16:06 ` Martin J. Bligh
@ 2002-10-25 18:52   ` Rune
  2002-10-26 14:45     ` Andrey Nekrasov
  0 siblings, 1 reply; 4+ messages in thread
From: Rune @ 2002-10-25 18:52 UTC (permalink / raw)
  To: Martin J. Bligh, linux-kernel

From: "Mikael Pettersson"
Sent: Wednesday, October 23, 2002 1:43 PM
Subject: Re: [PATCH 2.5.44] compile error whit LOCAL_APIC disabled...


>
> Known bug in scripts/Configure when switching from an APIC-enabled to
> an APIC-disabled config. `make oldconfig' fixes it.


or just comment out in your ".config":
CONFIG_X86_EXTRA_IRQS
CONFIG_X86_FIND_SMP_CONFIG
CONFIG_X86_MPPARSE

Rune Petersen
----- Original Message -----
From: "Martin J. Bligh" <mbligh@aracnet.com>
To: "Andrey Nekrasov" <andy@spylog.ru>; <linux-kernel@vger.kernel.org>
Sent: Friday, October 25, 2002 6:06 PM
Subject: Re: 2.5.44-ac3 - don't compile.


> Odd. I'm sure akpm fixed this in 44, unless -ac3 reverts it.
> Can you search back for posts by Andrew Morton, and find the
> fix, and try it?
>
> M.
>
> --On Friday, October 25, 2002 5:13 PM +0400 Andrey Nekrasov
<andy@spylog.ru> wrote:
>
> > Hello.
> >
> >
> >  x86, no SMP.
> >
> >
> > ...
> > make -f init/Makefile
> >   Generating init/../include/linux/compile.h (updated)
> >


gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototyp
es
> > -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
> > -mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic
> > -fomit-frame-pointer -nostdinc -iwithprefix
lude    -DKBUILD_BASENAME=version
> > -c -o init/version.o init/version.c
> >    ld -m elf_i386  -r -o init/built-in.o init/main.o init/version.o
> > init/do_mounts.o
> >         ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s
arch/i386/kernel/head.o
> > arch/i386/kernel/init_task.o  init/built-in.o --start-group
> > arch/i386/kernel/built-in.o  arch/i386/mm/built-in.o
> > arch/i386/mach-generic/built-in.o  kernel/built-in.o  mm/built-in.o
fs/built-in.o
> > ipc/built-in.o  security/built-in.o  lib/lib.a  arch/i386/lib/lib.a
> > drivers/built-in.o  sound/built-in.o  arch/i386/pci/built-in.o
net/built-in.o
> > --end-group  -o vmlinux
> > arch/i386/kernel/built-in.o: In function `MP_processor_info':
> > arch/i386/kernel/built-in.o(.init.text+0x46a3): undefined reference to
`Dprintk'
> > arch/i386/kernel/built-in.o(.init.text+0x46b6): undefined reference to
`Dprintk'
> > arch/i386/kernel/built-in.o(.init.text+0x46c9): undefined reference to
`Dprintk'
> > arch/i386/kernel/built-in.o(.init.text+0x46dc): undefined reference to
`Dprintk'
> > arch/i386/kernel/built-in.o(.init.text+0x46ef): undefined reference to
`Dprintk'
> > arch/i386/kernel/built-in.o(.init.text+0x4702): more undefined
references to
> > `Dprintk' follow
> > make: *** [vmlinux] Error 1
> > ...
> >
> > Why?
> >
> >
> >
> > --
> > bye.
> > Andrey Nekrasov, SpyLOG.
> > -
> > 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/
> >
> >
>
>
> -
> 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/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.44-ac3 - don't compile.
  2002-10-25 18:52   ` Rune
@ 2002-10-26 14:45     ` Andrey Nekrasov
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Nekrasov @ 2002-10-26 14:45 UTC (permalink / raw)
  To: linux-kernel

Hello Rune,


 Thank.


Once you wrote about "Re: 2.5.44-ac3 - don't compile.":
> From: "Mikael Pettersson"
> Sent: Wednesday, October 23, 2002 1:43 PM
> Subject: Re: [PATCH 2.5.44] compile error whit LOCAL_APIC disabled...
> 
> 
> >
> > Known bug in scripts/Configure when switching from an APIC-enabled to
> > an APIC-disabled config. `make oldconfig' fixes it.
> 
> 
> or just comment out in your ".config":
> CONFIG_X86_EXTRA_IRQS
> CONFIG_X86_FIND_SMP_CONFIG
> CONFIG_X86_MPPARSE
> 
> Rune Petersen
> ----- Original Message -----
> From: "Martin J. Bligh" <mbligh@aracnet.com>
> To: "Andrey Nekrasov" <andy@spylog.ru>; <linux-kernel@vger.kernel.org>
> Sent: Friday, October 25, 2002 6:06 PM
> Subject: Re: 2.5.44-ac3 - don't compile.
> 
> 
> > Odd. I'm sure akpm fixed this in 44, unless -ac3 reverts it.
> > Can you search back for posts by Andrew Morton, and find the
> > fix, and try it?
> >
> > M.
> >
> > --On Friday, October 25, 2002 5:13 PM +0400 Andrey Nekrasov
> <andy@spylog.ru> wrote:
> >
> > > Hello.
> > >
> > >
> > >  x86, no SMP.
> > >
> > >
> > > ...
> > > make -f init/Makefile
> > >   Generating init/../include/linux/compile.h (updated)
> > >
> 
> 
> gcc -Wp,-MD,init/.version.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototyp
> es
> > > -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
> > > -mpreferred-stack-boundary=2 -march=i686 -Iarch/i386/mach-generic
> > > -fomit-frame-pointer -nostdinc -iwithprefix
> lude    -DKBUILD_BASENAME=version
> > > -c -o init/version.o init/version.c
> > >    ld -m elf_i386  -r -o init/built-in.o init/main.o init/version.o
> > > init/do_mounts.o
> > >         ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s
> arch/i386/kernel/head.o
> > > arch/i386/kernel/init_task.o  init/built-in.o --start-group
> > > arch/i386/kernel/built-in.o  arch/i386/mm/built-in.o
> > > arch/i386/mach-generic/built-in.o  kernel/built-in.o  mm/built-in.o
> fs/built-in.o
> > > ipc/built-in.o  security/built-in.o  lib/lib.a  arch/i386/lib/lib.a
> > > drivers/built-in.o  sound/built-in.o  arch/i386/pci/built-in.o
> net/built-in.o
> > > --end-group  -o vmlinux
> > > arch/i386/kernel/built-in.o: In function `MP_processor_info':
> > > arch/i386/kernel/built-in.o(.init.text+0x46a3): undefined reference to
> `Dprintk'
> > > arch/i386/kernel/built-in.o(.init.text+0x46b6): undefined reference to
> `Dprintk'
> > > arch/i386/kernel/built-in.o(.init.text+0x46c9): undefined reference to
> `Dprintk'
> > > arch/i386/kernel/built-in.o(.init.text+0x46dc): undefined reference to
> `Dprintk'
> > > arch/i386/kernel/built-in.o(.init.text+0x46ef): undefined reference to
> `Dprintk'
> > > arch/i386/kernel/built-in.o(.init.text+0x4702): more undefined
> references to
> > > `Dprintk' follow
> > > make: *** [vmlinux] Error 1
> > > ...
> > >
> > > Why?
> > >
> > >
> > >
> > > --
> > > bye.
> > > Andrey Nekrasov, SpyLOG.
> > > -
> > > 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/
> > >
> > >
> >
> >
> > -
> > 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/
> 
> -
> 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/

-- 
bye.
Andrey Nekrasov, SpyLOG.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-26 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25 13:13 2.5.44-ac3 - don't compile Andrey Nekrasov
2002-10-25 16:06 ` Martin J. Bligh
2002-10-25 18:52   ` Rune
2002-10-26 14:45     ` Andrey Nekrasov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).