* 2.2.17 wont compile on AMD k6@-550
@ 2000-11-11 1:05 root
2000-11-11 1:21 ` Jochen Striepe
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: root @ 2000-11-11 1:05 UTC (permalink / raw)
To: linux-kernel
Hello kernel hackers,
I am having problems with compiling a kernel on an AMD K62-550.
I am running Red Hat 6.2, and am getting error messages like this:
cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c
-o tcp_output.o tcp_output.c
cc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [tcp_output.o] Error 1
make[3]: Leaving directory `/usr/src/linux/net/ipv4'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/net/ipv4'
make[1]: *** [_subdir_ipv4] Error 2
make[1]: Leaving directory `/usr/src/linux/net'
make: *** [_dir_net] Error 2
my cpuinfo is as follows:
processor : 0
vendor_id : AuthenticAMD
cpu family : 5
model : 8
model name : AMD-K6(tm) 3D processor
stepping : 12
cpu MHz : 551.243978
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mmx 3dnow
bogomips : 1101.00
This is the first time I have posted anyting kernel compile related so
let me know what you need.
Thanks in Advanced,
--
Kind Regards
Timothy A. DeWees
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: 2.2.17 wont compile on AMD k6@-550
2000-11-11 1:05 2.2.17 wont compile on AMD k6@-550 root
@ 2000-11-11 1:21 ` Jochen Striepe
2000-11-11 1:22 ` David Weinehall
2000-11-11 13:31 ` Igmar Palsenberg
2 siblings, 0 replies; 6+ messages in thread
From: Jochen Striepe @ 2000-11-11 1:21 UTC (permalink / raw)
To: root; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
Hi,
On 10 Nov 2000, root <whtdrgn@mail.cannet.com> wrote:
>
> cc: Internal compiler error: program cc1 got fatal signal 11
http://www.bitwizard.nl/sig11/
Have fun,
Jochen.
--
FAQ zur Newsgroup at.linux:
<http://alfie.ist.org/LinuxFAQ/>
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: 2.2.17 wont compile on AMD k6@-550
2000-11-11 1:05 2.2.17 wont compile on AMD k6@-550 root
2000-11-11 1:21 ` Jochen Striepe
@ 2000-11-11 1:22 ` David Weinehall
2000-11-11 13:31 ` Igmar Palsenberg
2 siblings, 0 replies; 6+ messages in thread
From: David Weinehall @ 2000-11-11 1:22 UTC (permalink / raw)
To: root; +Cc: linux-kernel
On Fri, Nov 10, 2000 at 08:05:56PM -0500, root wrote:
> Hello kernel hackers,
>
> I am having problems with compiling a kernel on an AMD K62-550.
> I am running Red Hat 6.2, and am getting error messages like this:
>
> cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
> -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c
> -o tcp_output.o tcp_output.c
> cc: Internal compiler error: program cc1 got fatal signal 11
> make[3]: *** [tcp_output.o] Error 1
> make[3]: Leaving directory `/usr/src/linux/net/ipv4'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/linux/net/ipv4'
> make[1]: *** [_subdir_ipv4] Error 2
> make[1]: Leaving directory `/usr/src/linux/net'
> make: *** [_dir_net] Error 2
sig11 is typical for overclocking. If this is the case, try using the
factory setting. I know there are 550 MHz K6-2's nowadays, but you may
not have enough cooling to support it. If it still bugs at a lower
clock-rate, feel free to send in another bug-report.
Regards: David Weinehall
_ _
// David Weinehall <tao@acc.umu.se> /> Northern lights wander \\
// Project MCA Linux hacker // Dance across the winter sky //
\> http://www.acc.umu.se/~tao/ </ Full colour fire </
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.2.17 wont compile on AMD k6@-550
2000-11-11 1:05 2.2.17 wont compile on AMD k6@-550 root
2000-11-11 1:21 ` Jochen Striepe
2000-11-11 1:22 ` David Weinehall
@ 2000-11-11 13:31 ` Igmar Palsenberg
2 siblings, 0 replies; 6+ messages in thread
From: Igmar Palsenberg @ 2000-11-11 13:31 UTC (permalink / raw)
To: root; +Cc: linux-kernel
On Fri, 10 Nov 2000, root wrote:
> Hello kernel hackers,
>
> I am having problems with compiling a kernel on an AMD K62-550.
> I am running Red Hat 6.2, and am getting error messages like this:
>
> cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
> -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c
> -o tcp_output.o tcp_output.c
> cc: Internal compiler error: program cc1 got fatal signal 11
SIG11 is almost always a hardware problem. Read the SIG11-HOWTO (is that
called that way ?)
> Kind Regards
> Timothy A. DeWees
Igmar
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <Pine.GSO.4.21.0011111011570.4161-100000@korppi.cs.tut.fi>]
* Re: 2.2.17 wont compile on AMD k6@-550
@ 2000-11-11 14:20 Timothy DeWees
0 siblings, 0 replies; 6+ messages in thread
From: Timothy DeWees @ 2000-11-11 14:20 UTC (permalink / raw)
To: linux-kernel
Hey thanks guys,
I was able to get it to compile when I set my AMD
K62-550 to run at 500 Mhz. This disturbs me a but but
at least I can play with the 2.4test/pre series, and I
am on my way to a kernel hacker.
Kernel hackers can get a bad rap sometimes, and I
know that you take a lot of heat as well, but you guys
have the quickest response time to any list that I
have ever seen. I have sent several messages to other
list (Oracle, Miscrosloth, ect...) and waited days for
a reply. You Guys ROCK!!!
--
Kind Regards
Timothy A. DeWees
--- "Timothy A. DeWees" <whtdrgn@mail.cannet.com>
wrote:
> >
> >
> > I haven't tried compiling the kernel 2.2.17 with
> my K6-2 @ 550 but the
> > newest 2.4.0-tests seem to work fine.
> >
> > - Riku
>
> The 2.4.0test10 pukes on me in much the same way.
>
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
>
__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one Place.
http://shopping.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-11-11 14:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-11 1:05 2.2.17 wont compile on AMD k6@-550 root
2000-11-11 1:21 ` Jochen Striepe
2000-11-11 1:22 ` David Weinehall
2000-11-11 13:31 ` Igmar Palsenberg
[not found] <Pine.GSO.4.21.0011111011570.4161-100000@korppi.cs.tut.fi>
2000-11-11 10:30 ` Timothy A. DeWees
-- strict thread matches above, loose matches on Subject: below --
2000-11-11 14:20 Timothy DeWees
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox