mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re:linux-2.4.19-rc2aa1 (RH7.2 kgcc: Internal compiler error in function add_pending_init)
@ 2002-07-19  3:26 Alex Davis
  2002-07-19  4:13 ` Re[2]: linux-2.4.19-rc2aa1 " Sokolov Sergei
  2002-07-19 14:42 ` szonyi calin
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Davis @ 2002-07-19  3:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: s_sokolov

The only time this ever happened to me, it turned out one of my 
RAM sticks had failed. Just out of curiosity, have you had any 
oopses recently?

Hi All !!
When I try compile kernel on my RH7.2
with CC=kgcc, I receive this message:

kgcc  -D__ASSEMBLY__ -D__KERNEL__ -I/usr/src/linux-2.4.19-rc2aa1/include -traditional \
-c head.S -o head.o kgcc  -D__KERNEL__ -I/usr/src/linux-2.4.19-rc2aa1/include -Wall \
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-st rict-aliasing -fno-common \
-fomit-frame-pointer -pipe  -march=i686   -nostdinc -I /usr/lib/gcc-lib/i386-redhat- \
linux/egcs-2.91.66/include -DKBUILD_BASENAME=init_task  -c -o init_task.o init_task.c \
../../gcc/c-typeck.c:5945: Internal compiler error in function add_pending_init \
make[1]: *** [init_task.o] Error 1 make[1]: Leaving directory \
                `/usr/src/linux-2.4.19-rc2aa1/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

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

* Re[2]: linux-2.4.19-rc2aa1 (RH7.2 kgcc: Internal compiler error in function add_pending_init)
  2002-07-19  3:26 Re:linux-2.4.19-rc2aa1 (RH7.2 kgcc: Internal compiler error in function add_pending_init) Alex Davis
@ 2002-07-19  4:13 ` Sokolov Sergei
  2002-07-19 14:42 ` szonyi calin
  1 sibling, 0 replies; 3+ messages in thread
From: Sokolov Sergei @ 2002-07-19  4:13 UTC (permalink / raw)
  To: linux-kernel

Hello Alex,

Friday, July 19, 2002, 10:26:53 AM, you wrote:

AD> The only time this ever happened to me, it turned out one of my 
AD> RAM sticks had failed. Just out of curiosity, have you had any 
AD> oopses recently?

AD> Hi All !!
AD> When I try compile kernel on my RH7.2
AD> with CC=kgcc, I receive this message:

AD> kgcc  -D__ASSEMBLY__ -D__KERNEL__ -I/usr/src/linux-2.4.19-rc2aa1/include -traditional \
AD> -c head.S -o head.o kgcc  -D__KERNEL__ -I/usr/src/linux-2.4.19-rc2aa1/include -Wall \
AD> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-st rict-aliasing -fno-common \
AD> -fomit-frame-pointer -pipe  -march=i686   -nostdinc -I /usr/lib/gcc-lib/i386-redhat- \
AD> linux/egcs-2.91.66/include -DKBUILD_BASENAME=init_task  -c -o init_task.o init_task.c \
AD> ../../gcc/c-typeck.c:5945: Internal compiler error in function add_pending_init \
AD> make[1]: *** [init_task.o] Error 1 make[1]: Leaving directory \
AD>                 `/usr/src/linux-2.4.19-rc2aa1/arch/i386/kernel'
AD> make: *** [_dir_arch/i386/kernel] Error 2

AD> __________________________________________________
AD> Do You Yahoo!?
AD> Yahoo! Autos - Get free new car price quotes
AD> http://autos.yahoo.com
AD> -
AD> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
AD> the body of a message to majordomo@vger.kernel.org
AD> More majordomo info at  http://vger.kernel.org/majordomo-info.html
AD> Please read the FAQ at  http://www.tux.org/lkml/

With  kernel linux-2.4.19-rc2aa1 I not had any oops.
Uptime my linux box - one day.
But my kernel  linux-2.4.19-rc1 + xfs patch give me  message:
kernel BUG at buffer.c:549!  when I'm copying files between xfs
partitions. This kernel I had comiled with kgcc.
I have Promise FastTrak Tx4 controller with two mirror raid arrays, and
all partitions locates on this /dev/ataraid devices.







-- 
Best regards,
 Sergei Sokolov                            mailto:s_sokolov@avtodor.gorny.ru


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

* Re:linux-2.4.19-rc2aa1 (RH7.2 kgcc: Internal compiler error in function add_pending_init)
  2002-07-19  3:26 Re:linux-2.4.19-rc2aa1 (RH7.2 kgcc: Internal compiler error in function add_pending_init) Alex Davis
  2002-07-19  4:13 ` Re[2]: linux-2.4.19-rc2aa1 " Sokolov Sergei
@ 2002-07-19 14:42 ` szonyi calin
  1 sibling, 0 replies; 3+ messages in thread
From: szonyi calin @ 2002-07-19 14:42 UTC (permalink / raw)
  To: Alex Davis, linux-kernel; +Cc: s_sokolov

 --- Alex Davis <alex14641@yahoo.com> a écrit : > The
only time this ever happened to me, it turned
> out one of my 
> RAM sticks had failed. Just out of curiosity, have
> you had any 
> oopses recently?
> 
> Hi All !!
> When I try compile kernel on my RH7.2
> with CC=kgcc, I receive this message:
> 
> kgcc  -D__ASSEMBLY__ -D__KERNEL__
> -I/usr/src/linux-2.4.19-rc2aa1/include -traditional
> \
> -c head.S -o head.o kgcc  -D__KERNEL__
> -I/usr/src/linux-2.4.19-rc2aa1/include -Wall \
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-st
> rict-aliasing -fno-common \
> -fomit-frame-pointer -pipe  -march=i686   -nostdinc

-march=i686 ??????
on egcs-2.91.66 ?
strange 



> -I /usr/lib/gcc-lib/i386-redhat- \
> linux/egcs-2.91.66/include
> -DKBUILD_BASENAME=init_task  -c -o init_task.o
> init_task.c \
> ../../gcc/c-typeck.c:5945: Internal compiler error
> in function add_pending_init \
> make[1]: *** [init_task.o] Error 1 make[1]: Leaving
> directory \
>                
> `/usr/src/linux-2.4.19-rc2aa1/arch/i386/kernel'
> make: *** [_dir_arch/i386/kernel] Error 2
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
> -
> 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/ 

=====
--
The UNIX Hierarchy - Beginner
- insecure with the concept of a terminal 
- has yet to learn the basics of "vi" 
- has not figured out how to get a directory 
- still has trouble with typing <RETURN> after each line of input

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-19  3:26 Re:linux-2.4.19-rc2aa1 (RH7.2 kgcc: Internal compiler error in function add_pending_init) Alex Davis
2002-07-19  4:13 ` Re[2]: linux-2.4.19-rc2aa1 " Sokolov Sergei
2002-07-19 14:42 ` szonyi calin

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

all inboxes | Powered by JetHome®