mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* funny crapping out in make bzImage
@ 2003-11-07  3:59 david nicol
  2003-11-07  4:52 ` Randy.Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: david nicol @ 2003-11-07  3:59 UTC (permalink / raw)
  To: Linux Kernel Mailing List


I had built test-6 -- do I need newer tools for test-9?




make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  CC      fs/proc/array.o
fs/proc/array.c: In function `proc_pid_stat':
fs/proc/array.c:398: Unrecognizable insn:
(insn/i 1337 1673 1667 (parallel[ 
            (set (reg:SI 0 eax)
                (asm_operands ("") ("=a") 0[ 
                        (reg:DI 1 edx)
                    ] 
                    [ 
                        (asm_input:DI ("A"))
                    ]  ("include/linux/times.h") 37))
            (set (reg:SI 1 edx)
                (asm_operands ("") ("=d") 1[ 
                        (reg:DI 1 edx)
                    ] 
                    [ 
                        (asm_input:DI ("A"))
                    ]  ("include/linux/times.h") 37))
            (clobber (reg:QI 19 dirflag))
            (clobber (reg:QI 18 fpsr))
            (clobber (reg:QI 17 flags))
        ] ) -1 (insn_list 1331 (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
[david@plaza linux-2.6.0-test9
-- 
david nicol / A thousand towers rise before me and I cannot climb them all.


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

* Re: funny crapping out in make bzImage
  2003-11-07  3:59 funny crapping out in make bzImage david nicol
@ 2003-11-07  4:52 ` Randy.Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2003-11-07  4:52 UTC (permalink / raw)
  To: david nicol; +Cc: linux-kernel

On 06 Nov 2003 21:59:06 -0600 david nicol <whatever@davidnicol.com> wrote:

| 
| I had built test-6 -- do I need newer tools for test-9?
| 
| 
| make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
|   CHK     include/linux/compile.h
|   CC      fs/proc/array.o
| fs/proc/array.c: In function `proc_pid_stat':
| fs/proc/array.c:398: Unrecognizable insn:
| (insn/i 1337 1673 1667 (parallel[ 
|             (set (reg:SI 0 eax)
|                 (asm_operands ("") ("=a") 0[ 
|                         (reg:DI 1 edx)
|                     ] 
|                     [ 
|                         (asm_input:DI ("A"))
|                     ]  ("include/linux/times.h") 37))
|             (set (reg:SI 1 edx)
|                 (asm_operands ("") ("=d") 1[ 
|                         (reg:DI 1 edx)
|                     ] 
|                     [ 
|                         (asm_input:DI ("A"))
|                     ]  ("include/linux/times.h") 37))
|             (clobber (reg:QI 19 dirflag))
|             (clobber (reg:QI 18 fpsr))
|             (clobber (reg:QI 17 flags))
|         ] ) -1 (insn_list 1331 (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
| [david@plaza linux-2.6.0-test9
| -- 

This is gcc 2.96 ??
This problem has been reported multiple times.
Yes, you need a different gcc version, or there are a couple of
patches around that split up the code around line 398 into
smaller pieces that gcc 2.96 can handle.

--
~Randy
MOTD:  Always include version info.

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

end of thread, other threads:[~2003-11-07  4:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-07  3:59 funny crapping out in make bzImage david nicol
2003-11-07  4:52 ` Randy.Dunlap

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®