2002-04-29 12:38:17

by Alastair Stevens

[permalink] [raw]
Subject: Compile failure: 2.4.19-pre7-ac3

Alan et al: I got the following error from the sound drivers when
compiling 2.4.19-pre7-ac3 on a dual Athlon machine under RH7.2 (fully
updated). I had previously compiled -ac1 without any problems, and my
.config hasn't changed. I ran the usual "make distclean" and then
"oldconfig dep clean modules bzImage" etc:

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
-DMODULE -DMODVERSIONS -include
/home/alastair/linux-2.4/include/linux/modversions.h -nostdinc -I
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include
-DKBUILD_BASENAME=aic7xxx_pci -c -o aic7xxx_pci.o aic7xxx_pci.c
ld -m elf_i386 -r -o aic7xxx.o aic7xxx_osm.o aic7xxx_proc.o
aic7770_osm.o aic7xxx_osm_pci.o aic7xxx_core.o aic7xxx_93cx6.o aic7770.o
aic7xxx_pci.o
make[3]: Leaving directory
`/home/alastair/linux-2.4/drivers/scsi/aic7xxx'
make[2]: Leaving directory `/home/alastair/linux-2.4/drivers/scsi'
make -C sound modules
make[2]: Entering directory `/home/alastair/linux-2.4/drivers/sound'
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
-DMODULE -DMODVERSIONS -include
/home/alastair/linux-2.4/include/linux/modversions.h -nostdinc -I
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include
-DKBUILD_BASENAME=opl3sa2 -c -o opl3sa2.o opl3sa2.copl3sa2.c: In
function `probe_opl3sa2':
opl3sa2.c:721: structure has no member named `iobase'
opl3sa2.c: At top level:
opl3sa2.c:347: warning: `opl3sa2_mixer_restore' defined but not used
make[2]: *** [opl3sa2.o] Error 1
make[2]: Leaving directory `/home/alastair/linux-2.4/drivers/sound'
make[1]: *** [_modsubdir_sound] Error 2
make[1]: Leaving directory `/home/alastair/linux-2.4/drivers'
make: *** [_mod_drivers] Error 2

Cheers
Alastair

o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Alastair Stevens \ \
MRC Biostatistics Unit \ \___________ 01223 330383
Cambridge UK \___ http://www.mrc-bsu.cam.ac.uk


2002-04-29 14:41:19

by Tomas Szepe

[permalink] [raw]
Subject: Re: Compile failure: 2.4.19-pre7-ac3

Apparently gcc 2.95.3 goes signal-11 while gcc 2.96 and 3.0.4 (didn't
try any other) blast the above.

t.


> Alan et al: I got the following error from the sound drivers when
> compiling 2.4.19-pre7-ac3 on a dual Athlon machine under RH7.2 (fully
> updated). I had previously compiled -ac1 without any problems, and my
> .config hasn't changed. I ran the usual "make distclean" and then
> "oldconfig dep clean modules bzImage" etc:
>
> 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
> -DMODULE -DMODVERSIONS -include
> /home/alastair/linux-2.4/include/linux/modversions.h -nostdinc -I
> /usr/lib/gcc-lib/i386-redhat-linux/2.96/include
> -DKBUILD_BASENAME=aic7xxx_pci -c -o aic7xxx_pci.o aic7xxx_pci.c
> ld -m elf_i386 -r -o aic7xxx.o aic7xxx_osm.o aic7xxx_proc.o
> aic7770_osm.o aic7xxx_osm_pci.o aic7xxx_core.o aic7xxx_93cx6.o aic7770.o
> aic7xxx_pci.o
> make[3]: Leaving directory
> `/home/alastair/linux-2.4/drivers/scsi/aic7xxx'
> make[2]: Leaving directory `/home/alastair/linux-2.4/drivers/scsi'
> make -C sound modules
> make[2]: Entering directory `/home/alastair/linux-2.4/drivers/sound'
> 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
> -DMODULE -DMODVERSIONS -include
> /home/alastair/linux-2.4/include/linux/modversions.h -nostdinc -I
> /usr/lib/gcc-lib/i386-redhat-linux/2.96/include
> -DKBUILD_BASENAME=opl3sa2 -c -o opl3sa2.o opl3sa2.copl3sa2.c: In
> function `probe_opl3sa2':
> opl3sa2.c:721: structure has no member named `iobase'
> opl3sa2.c: At top level:
> opl3sa2.c:347: warning: `opl3sa2_mixer_restore' defined but not used
> make[2]: *** [opl3sa2.o] Error 1
> make[2]: Leaving directory `/home/alastair/linux-2.4/drivers/sound'
> make[1]: *** [_modsubdir_sound] Error 2
> make[1]: Leaving directory `/home/alastair/linux-2.4/drivers'
> make: *** [_mod_drivers] Error 2
>
> Cheers
> Alastair
>
> o o o o o o o o o o o o o o o o o o o o o o o o o o o o
> Alastair Stevens \ \
> MRC Biostatistics Unit \ \___________ 01223 330383
> Cambridge UK \___ http://www.mrc-bsu.cam.ac.uk
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

--
"hello it's not like i read my mail so that you have where to offer to sell me
a giant turnip or anything else thankyou." -tomas szepe <[email protected]>

2002-04-29 14:56:36

by Tomas Szepe

[permalink] [raw]
Subject: Re: Compile failure: 2.4.19-pre7-ac3

> Apparently gcc 2.95.3 goes signal-11 while gcc 2.96 and 3.0.4 (didn't
> try any other) blast the above.

Uhh. Sorry. Quoted a wrong post. Should've been about the ext2 compilation
issue. The point remains valid, though.


>
>
> > Alan et al: I got the following error from the sound drivers when
> > compiling 2.4.19-pre7-ac3 on a dual Athlon machine under RH7.2 (fully
> > updated). I had previously compiled -ac1 without any problems, and my
> > .config hasn't changed. I ran the usual "make distclean" and then
> > "oldconfig dep clean modules bzImage" etc:
> >
> > 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
> > -DMODULE -DMODVERSIONS -include
> > /home/alastair/linux-2.4/include/linux/modversions.h -nostdinc -I
> > /usr/lib/gcc-lib/i386-redhat-linux/2.96/include
> > -DKBUILD_BASENAME=aic7xxx_pci -c -o aic7xxx_pci.o aic7xxx_pci.c
> > ld -m elf_i386 -r -o aic7xxx.o aic7xxx_osm.o aic7xxx_proc.o
> > aic7770_osm.o aic7xxx_osm_pci.o aic7xxx_core.o aic7xxx_93cx6.o aic7770.o
> > aic7xxx_pci.o
> > make[3]: Leaving directory
> > `/home/alastair/linux-2.4/drivers/scsi/aic7xxx'
> > make[2]: Leaving directory `/home/alastair/linux-2.4/drivers/scsi'
> > make -C sound modules
> > make[2]: Entering directory `/home/alastair/linux-2.4/drivers/sound'
> > 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
> > -DMODULE -DMODVERSIONS -include
> > /home/alastair/linux-2.4/include/linux/modversions.h -nostdinc -I
> > /usr/lib/gcc-lib/i386-redhat-linux/2.96/include
> > -DKBUILD_BASENAME=opl3sa2 -c -o opl3sa2.o opl3sa2.copl3sa2.c: In
> > function `probe_opl3sa2':
> > opl3sa2.c:721: structure has no member named `iobase'
> > opl3sa2.c: At top level:
> > opl3sa2.c:347: warning: `opl3sa2_mixer_restore' defined but not used
> > make[2]: *** [opl3sa2.o] Error 1
> > make[2]: Leaving directory `/home/alastair/linux-2.4/drivers/sound'
> > make[1]: *** [_modsubdir_sound] Error 2
> > make[1]: Leaving directory `/home/alastair/linux-2.4/drivers'
> > make: *** [_mod_drivers] Error 2
> >
> > Cheers
> > Alastair
> >
> > o o o o o o o o o o o o o o o o o o o o o o o o o o o o
> > Alastair Stevens \ \
> > MRC Biostatistics Unit \ \___________ 01223 330383
> > Cambridge UK \___ http://www.mrc-bsu.cam.ac.uk
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to [email protected]
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
>
> --
> "hello it's not like i read my mail so that you have where to offer to sell me
> a giant turnip or anything else thankyou." -tomas szepe <[email protected]>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

--
"hello it's not like i read my mail so that you have where to offer to sell me
a giant turnip or anything else thankyou." -tomas szepe <[email protected]>