public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* compile error with 2.5.66-ac2
@ 2003-04-07  4:12 hv
  2003-04-07 11:30 ` Alan Cox
  2003-04-07 14:25 ` Michael Buesch
  0 siblings, 2 replies; 4+ messages in thread
From: hv @ 2003-04-07  4:12 UTC (permalink / raw)
  To: linux-kernel

Hi,
  When I compile 2.5.66-ac2 on HP LH6000,I get the follow error:
arch/i386/kernel/apic.c: In function `setup_local_APIC':
arch/i386/kernel/apic.c:454: unrecognizable insn:
(insn 541 1623 1624 (set (strict_low_part (reg:QI 2 cl [58]))
        (const_int 0 [0x0])) -1 (insn_list:REG_DEP_OUTPUT 530 (nil))
    (nil))
arch/i386/kernel/apic.c:454: Internal compiler error in insn_default_length, at
insn-attrtab.c:356
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [arch/i386/kernel/apic.o] Error 1
make: *** [arch/i386/kernel] Error 2

My linux is redhat8.0

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

* Re: compile error with 2.5.66-ac2
  2003-04-07  4:12 compile error with 2.5.66-ac2 hv
@ 2003-04-07 11:30 ` Alan Cox
  2003-04-08  3:19   ` hv
  2003-04-07 14:25 ` Michael Buesch
  1 sibling, 1 reply; 4+ messages in thread
From: Alan Cox @ 2003-04-07 11:30 UTC (permalink / raw)
  To: hv; +Cc: Linux Kernel Mailing List

On Llu, 2003-04-07 at 05:12, hv wrote:
> Hi,
>   When I compile 2.5.66-ac2 on HP LH6000,I get the follow error:
> arch/i386/kernel/apic.c: In function `setup_local_APIC':
> arch/i386/kernel/apic.c:454: unrecognizable insn:
> (insn 541 1623 1624 (set (strict_low_part (reg:QI 2 cl [58]))
>         (const_int 0 [0x0])) -1 (insn_list:REG_DEP_OUTPUT 530 (nil))
>     (nil))
> arch/i386/kernel/apic.c:454: Internal compiler error in insn_default_length, at
> insn-attrtab.c:356

Is this repeatable ?


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

* Re: compile error with 2.5.66-ac2
  2003-04-07  4:12 compile error with 2.5.66-ac2 hv
  2003-04-07 11:30 ` Alan Cox
@ 2003-04-07 14:25 ` Michael Buesch
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Buesch @ 2003-04-07 14:25 UTC (permalink / raw)
  To: linux-kernel

On Monday 07 April 2003 06:12, hv wrote:
> arch/i386/kernel/apic.c: In function `setup_local_APIC':
> arch/i386/kernel/apic.c:454: unrecognizable insn:
> (insn 541 1623 1624 (set (strict_low_part (reg:QI 2 cl [58]))
>         (const_int 0 [0x0])) -1 (insn_list:REG_DEP_OUTPUT 530 (nil))
>     (nil))
> arch/i386/kernel/apic.c:454: Internal compiler error in
> insn_default_length, at insn-attrtab.c:356
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
> make[1]: *** [arch/i386/kernel/apic.o] Error 1
> make: *** [arch/i386/kernel] Error 2

seems to be a gcc bug, isn't it? Have you tried a newer version of gcc?

Regards
Michael Buesch.

-- 
My homepage: http://www.8ung.at/tuxsoft
fighting for peace is like fu**ing for virginity


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

* Re: compile error with 2.5.66-ac2
  2003-04-07 11:30 ` Alan Cox
@ 2003-04-08  3:19   ` hv
  0 siblings, 0 replies; 4+ messages in thread
From: hv @ 2003-04-08  3:19 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

I have resolve this problem,but I dont know why......
When I use "CFLAGS= -Os -march=pentium3" on my HP LH6000(CPU is PIII 700),THe error appears. I change -Os to -O3 ,the error disappear.
but CFLAGS="-Os -march=pentium4" on my PC(P4 1.5G CPU),the error not appear any more.

On 07 Apr 2003 12:30:51 +0100
Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:

> On Llu, 2003-04-07 at 05:12, hv wrote:
> > Hi,
> >   When I compile 2.5.66-ac2 on HP LH6000,I get the follow error:
> > arch/i386/kernel/apic.c: In function `setup_local_APIC':
> > arch/i386/kernel/apic.c:454: unrecognizable insn:
> > (insn 541 1623 1624 (set (strict_low_part (reg:QI 2 cl [58]))
> >         (const_int 0 [0x0])) -1 (insn_list:REG_DEP_OUTPUT 530 (nil))
> >     (nil))
> > arch/i386/kernel/apic.c:454: Internal compiler error in insn_default_length, at
> > insn-attrtab.c:356
> 
> Is this repeatable ?
> 
> -
> 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/
> 

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

end of thread, other threads:[~2003-04-08  3:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-07  4:12 compile error with 2.5.66-ac2 hv
2003-04-07 11:30 ` Alan Cox
2003-04-08  3:19   ` hv
2003-04-07 14:25 ` Michael Buesch

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