* Compile failure: 2.4.19-rc2-ac2
@ 2002-07-18 21:00 Alastair Stevens
2002-07-19 1:26 ` Brandon Low
0 siblings, 1 reply; 6+ messages in thread
From: Alastair Stevens @ 2002-07-18 21:00 UTC (permalink / raw)
To: linux-kernel
Hi Alan & others
Just a compile failure report for 2.4.19-rc2-ac2, hope it's useful. My
system is an ordinary Athlon XP running RH7.3, and I'm currently on
2.4.19-pre10-ac2. Using the same .config which I've been using for quite
some time, I got the following error, having done "make oldconfig dep
clean modules bzImage" from a pristine tree:
gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
-DKBUILD_BASENAME=pci_irq -c -o pci-irq.o pci-irq.c
gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
-DKBUILD_BASENAME=mtrr -DEXPORT_SYMTAB -c mtrr.c
gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
-DKBUILD_BASENAME=msr -DEXPORT_SYMTAB -c msr.c
gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
-DKBUILD_BASENAME=cpuid -DEXPORT_SYMTAB -c cpuid.c
gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/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[1]: *** [mpparse.o] Error 1
make[1]: Leaving directory `/home/alastair/linux-2.4/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2
Regards
Alastair
--
\\ Alastair Stevens Cambridge
\\ Technical Director / \..-^..^...
\\ |Linux solutions \
\\ 01223 813774 \ /........../
\\ www.camlinux.co.uk '-=-'
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compile failure: 2.4.19-rc2-ac2
2002-07-18 21:00 Compile failure: 2.4.19-rc2-ac2 Alastair Stevens
@ 2002-07-19 1:26 ` Brandon Low
2002-07-21 0:44 ` Brandon Low
0 siblings, 1 reply; 6+ messages in thread
From: Brandon Low @ 2002-07-19 1:26 UTC (permalink / raw)
To: Alastair Stevens; +Cc: linux-kernel
I posted a crappity fix for this against -ac7, but I haven't seen the
problem in -rc2-acX, do you get the same error if you do make mrproper
first?
--Brandon
On Thu, 07/18/02 at 22:00:04 +0100, Alastair Stevens wrote:
> Hi Alan & others
>
> Just a compile failure report for 2.4.19-rc2-ac2, hope it's useful. My
> system is an ordinary Athlon XP running RH7.3, and I'm currently on
> 2.4.19-pre10-ac2. Using the same .config which I've been using for quite
> some time, I got the following error, having done "make oldconfig dep
> clean modules bzImage" from a pristine tree:
>
> gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> -DKBUILD_BASENAME=pci_irq -c -o pci-irq.o pci-irq.c
> gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> -DKBUILD_BASENAME=mtrr -DEXPORT_SYMTAB -c mtrr.c
> gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> -DKBUILD_BASENAME=msr -DEXPORT_SYMTAB -c msr.c
> gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> -DKBUILD_BASENAME=cpuid -DEXPORT_SYMTAB -c cpuid.c
> gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/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[1]: *** [mpparse.o] Error 1
> make[1]: Leaving directory `/home/alastair/linux-2.4/arch/i386/kernel'
> make: *** [_dir_arch/i386/kernel] Error 2
>
> Regards
> Alastair
>
> --
> \\ Alastair Stevens Cambridge
> \\ Technical Director / \..-^..^...
> \\ |Linux solutions \
> \\ 01223 813774 \ /........../
> \\ www.camlinux.co.uk '-=-'
> --
>
> -
> 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] 6+ messages in thread
* Re: Compile failure: 2.4.19-rc2-ac2
@ 2002-07-19 13:47 Alastair Stevens
2002-07-20 21:04 ` Alan Cox
0 siblings, 1 reply; 6+ messages in thread
From: Alastair Stevens @ 2002-07-19 13:47 UTC (permalink / raw)
To: lostlogic; +Cc: linux-kernel
> I posted a crappity fix for this against -ac7, but I haven't seen the
> problem in -rc2-acX, do you get the same error if you do make
> mrproper first?
>
> --Brandon
Yup - still fails....
I was hoping to run a newer kernel because of the Athlon AGP "bug" fix,
though I suspect that my max 2-day uptime problem is still down to the
blasted nVidia driver :-(
Never mind, I'll try the next -ac release.
Cheers
Alastair .-=-.
__________________________________,' `.
\ www.mrc-bsu.cam.ac.uk
Alastair Stevens, Systems Management Team \ 01223 330383
MRC Biostatistics Unit, Cambridge UK `=.......................
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compile failure: 2.4.19-rc2-ac2
2002-07-19 13:47 Compile failure: 2.4.19-rc2-ac2 Alastair Stevens
@ 2002-07-20 21:04 ` Alan Cox
0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2002-07-20 21:04 UTC (permalink / raw)
To: Alastair Stevens; +Cc: lostlogic, linux-kernel
On Fri, 2002-07-19 at 14:47, Alastair Stevens wrote:
> I was hoping to run a newer kernel because of the Athlon AGP "bug" fix,
> though I suspect that my max 2-day uptime problem is still down to the
> blasted nVidia driver :-(
>
> Never mind, I'll try the next -ac release.
>
The -ac tree does not have the hacky Athlon AGP fix because
a) Everyone reporting the problem has the nvidia driver so I dont see
why I should suffer for them
b) Im waiting for the proper fix to be clean enough to merge
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compile failure: 2.4.19-rc2-ac2
2002-07-19 1:26 ` Brandon Low
@ 2002-07-21 0:44 ` Brandon Low
2002-08-01 21:21 ` 2.4.19-rc5: boot failure with IO-APIC built in Alastair Stevens
0 siblings, 1 reply; 6+ messages in thread
From: Brandon Low @ 2002-07-21 0:44 UTC (permalink / raw)
To: Alastair Stevens; +Cc: linux-kernel
Do you have both of the APIC options selected in your config? IF both
IO-APIC and LOCAL-APIC are configured you shouldn't see this error, the
problem occurs because the definition of the dest_PRIORITY enums is
#ifdef IO_APIC but the uses are not, perhaps the uses should use literals
#ifndef IO_APIC, I"m not sure what the currect fix is, but doing a little
bit of #ifdef in mpparse.c fixes it.
--Brandon
On Thu, 07/18/02 at 20:26:41 -0500, Brandon Low wrote:
> I posted a crappity fix for this against -ac7, but I haven't seen the
> problem in -rc2-acX, do you get the same error if you do make mrproper
> first?
>
> --Brandon
>
> On Thu, 07/18/02 at 22:00:04 +0100, Alastair Stevens wrote:
> > Hi Alan & others
> >
> > Just a compile failure report for 2.4.19-rc2-ac2, hope it's useful. My
> > system is an ordinary Athlon XP running RH7.3, and I'm currently on
> > 2.4.19-pre10-ac2. Using the same .config which I've been using for quite
> > some time, I got the following error, having done "make oldconfig dep
> > clean modules bzImage" from a pristine tree:
> >
> > gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> > -DKBUILD_BASENAME=pci_irq -c -o pci-irq.o pci-irq.c
> > gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> > -DKBUILD_BASENAME=mtrr -DEXPORT_SYMTAB -c mtrr.c
> > gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> > -DKBUILD_BASENAME=msr -DEXPORT_SYMTAB -c msr.c
> > gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/include
> > -DKBUILD_BASENAME=cpuid -DEXPORT_SYMTAB -c cpuid.c
> > gcc -D__KERNEL__ -I/home/alastair/linux-2.4/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-redhat-linux/2.96/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[1]: *** [mpparse.o] Error 1
> > make[1]: Leaving directory `/home/alastair/linux-2.4/arch/i386/kernel'
> > make: *** [_dir_arch/i386/kernel] Error 2
> >
> > Regards
> > Alastair
> >
> > --
> > \\ Alastair Stevens Cambridge
> > \\ Technical Director / \..-^..^...
> > \\ |Linux solutions \
> > \\ 01223 813774 \ /........../
> > \\ www.camlinux.co.uk '-=-'
> > --
> >
> > -
> > 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] 6+ messages in thread
* 2.4.19-rc5: boot failure with IO-APIC built in
2002-07-21 0:44 ` Brandon Low
@ 2002-08-01 21:21 ` Alastair Stevens
0 siblings, 0 replies; 6+ messages in thread
From: Alastair Stevens @ 2002-08-01 21:21 UTC (permalink / raw)
To: linux-kernel
Dear kernel hackers:
Just an observation with the latest kernel here. I previously had
problems compiling kernels (eg 2.4.19-rc2-ac2) *unless* both LOCAL-APIC
and IO-APIC were configured in. This is now solved, in that I can
compile with or without IO-APIC.
However, I just built 2.4.19-rc5 with them *both* selected, and it
wouldn't boot. My system is an Athlon XP / Abit KR7A mboard / Via KT266A
running RH 7.3 - am I doing something wrong?
I have now rebuilt with just LOCAL-APIC and without IO-APIC and it's
running like a baby :-)
Hope this is helpful....
Cheers
Alastair
--
\\ Alastair Stevens Cambridge
\\ Technical Director / \..-^..^...
\\ |Linux solutions \
\\ 01223 813774 \ /........../
\\ www.camlinux.co.uk '-=-'
--
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-08-01 21:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-18 21:00 Compile failure: 2.4.19-rc2-ac2 Alastair Stevens
2002-07-19 1:26 ` Brandon Low
2002-07-21 0:44 ` Brandon Low
2002-08-01 21:21 ` 2.4.19-rc5: boot failure with IO-APIC built in Alastair Stevens
-- strict thread matches above, loose matches on Subject: below --
2002-07-19 13:47 Compile failure: 2.4.19-rc2-ac2 Alastair Stevens
2002-07-20 21:04 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox