public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Compile failure: 2.4.19-pre7-ac3
@ 2002-04-29 12:38 Alastair Stevens
  2002-04-29 14:40 ` tomas szepe
  0 siblings, 1 reply; 4+ messages in thread
From: Alastair Stevens @ 2002-04-29 12:38 UTC (permalink / raw)
  To: linux-kernel

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                 \___ www.mrc-bsu.cam.ac.uk


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Compile failure: 2.4.19-pre7-ac3
@ 2002-04-29 13:34 Rudmer van Dijk
  0 siblings, 0 replies; 4+ messages in thread
From: Rudmer van Dijk @ 2002-04-29 13:34 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Hi,

reverted -ac2
patched to -ac3
make mrproper
put .config back
make oldconfig
make dep
make bzImage

make[3]: Entering directory 
`/home/rudmer/src/kernel/linux-2.4.19-pre7-ac3/fs/ext2'
gcc -D__KERNEL__ -I/home/rudmer/src/kernel/linux-2.4.19-pre7-ac3/include 
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 
-malign-functions=4    -nostdinc -I 
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include -DKBUILD_BASENAME=balloc  
-c -o balloc.o balloc.c
balloc.c: In function `ext2_new_block':
balloc.c:524: warning: long unsigned int format, unsigned int arg (arg 4)
balloc.c:397: label `io_error' used but not defined
balloc.c:383: label `out' used but not defined
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline 
inserted
{standard input}:513: Error: unknown pseudo-op: `.p2a'
gcc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [balloc.o] Error 1
make[3]: Leaving directory 
`/home/rudmer/src/kernel/linux-2.4.19-pre7-ac3/fs/ext2'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory 
`/home/rudmer/src/kernel/linux-2.4.19-pre7-ac3/fs/ext2'
make[1]: *** [_subdir_ext2] Error 2
make[1]: Leaving directory `/home/rudmer/src/kernel/linux-2.4.19-pre7-ac3/fs'
make: *** [_dir_fs] Error 2
rudmer:~/src/kernel/linux-2.4.19-pre7-ac3 # cpp0: output pipe has been closed

ok a sig 11 from the compiler normally means some hardware failure, but i 
have never had any problems with this compiler on this machine and it has 
probably got something to do with the error.
Starting from 2.4.18 patched to 2.4.19-pre7 patched to -ac3 results in the 
same error.

	Rudmer

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

end of thread, other threads:[~2002-04-29 14:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-29 12:38 Compile failure: 2.4.19-pre7-ac3 Alastair Stevens
2002-04-29 14:40 ` tomas szepe
2002-04-29 14:55   ` tomas szepe
  -- strict thread matches above, loose matches on Subject: below --
2002-04-29 13:34 Rudmer van Dijk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox