* gcc error?
@ 2004-03-17 19:22 billy rose
2004-03-17 20:20 ` Stefan Smietanowski
0 siblings, 1 reply; 2+ messages in thread
From: billy rose @ 2004-03-17 19:22 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
is the 40+ parameter sprintf() in proc_pid_stat() flushing out a bug in
gcc on this? ive tried setting the cpu type to 386, 486, and 586 but
still get the same error.
gcc -v shows 2.96.20000731
redhat 7.3
running kernel 2.4.18-3 or 2.4.20
kernel being compiled is 2.6.4
=====
Billy
[-- Attachment #2: output.txt --]
[-- Type: text/plain, Size: 971 bytes --]
fs/proc/array.c: In function `proc_pid_stat':
fs/proc/array.c:398: Unrecognizable insn:
(insn/i 1334 1666 1660 (parallel[
(set (reg:SI 0 eax)
(asm_operands ("") ("=a") 0[
(reg:DI 1 edx)
]
[
(asm_input:DI ("A"))
] ("include/linux/times.h") 38))
(set (reg:SI 1 edx)
(asm_operands ("") ("=d") 1[
(reg:DI 1 edx)
]
[
(asm_input:DI ("A"))
] ("include/linux/times.h") 38))
(clobber (reg:QI 19 dirflag))
(clobber (reg:QI 18 fpsr))
(clobber (reg:QI 17 flags))
] ) -1 (insn_list 1328 (nil))
(nil))
fs/proc/array.c:398: confused by earlier errors, bailing out
make[2]: *** [fs/proc/array.o] Error 1
make[1]: *** [fs/proc] Error 2
make: *** [fs] Error 2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gcc error?
2004-03-17 19:22 gcc error? billy rose
@ 2004-03-17 20:20 ` Stefan Smietanowski
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Smietanowski @ 2004-03-17 20:20 UTC (permalink / raw)
To: billy rose; +Cc: linux-kernel
billy rose wrote:
> is the 40+ parameter sprintf() in proc_pid_stat() flushing out a bug in
> gcc on this? ive tried setting the cpu type to 386, 486, and 586 but
> still get the same error.
>
> gcc -v shows 2.96.20000731
> redhat 7.3
> running kernel 2.4.18-3 or 2.4.20
> kernel being compiled is 2.6.4
Stop right here.
Update to the latest 2.96 compiler or go to 3.x before proceeding.
I believe that one you have there has more bugs than a windows system.
Well.. Almost. The newer ones were good however but the early ones
weren't.
I'd recommend you install 3.2.x and try again but if you don't then
grab latest errata update to 2.96 and use that. Then if it still
doesn't work you can always ask here again.
// Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-17 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-17 19:22 gcc error? billy rose
2004-03-17 20:20 ` Stefan Smietanowski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.