public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Is there a kdb patch for Test7 availiable?
@ 2000-08-28 23:05 Broadfoot, KenX
  2000-08-29  3:56 ` Goutham Rao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Broadfoot, KenX @ 2000-08-28 23:05 UTC (permalink / raw)
  To: linux-ia64

I have 2.4.0-test7 with the ia64 patch...

I don't know how to make the built in KDB work... is it broken and is there
a patch?

If it works fine, what is the keystroke for viewing a stack trace?

thanks in advance...

--ken



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

* Re: [Linux-ia64] Is there a kdb patch for Test7 availiable?
  2000-08-28 23:05 [Linux-ia64] Is there a kdb patch for Test7 availiable? Broadfoot, KenX
@ 2000-08-29  3:56 ` Goutham Rao
  2000-08-29 16:25 ` Broadfoot, KenX
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Goutham Rao @ 2000-08-29  3:56 UTC (permalink / raw)
  To: linux-ia64

Hi,
Using the Pause key will get you into the debugger when the kernel is
compiled with KDB.  To get a back trace, type "bt" at the prompt.  Type
"help" to get a full list of commands.

Thanks
Goutham


On Mon, 28 Aug 2000, Broadfoot, KenX wrote:

> 
> I have 2.4.0-test7 with the ia64 patch...
> 
> I don't know how to make the built in KDB work... is it broken and is there
> a patch?
> 
> If it works fine, what is the keystroke for viewing a stack trace?
> 
> thanks in advance...
> 
> --ken
> 
> 
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
> 



From plotin!plotin.vortex.de!j_gittinger@isc.lf.net Tue Aug 29 02:32:57 2000
Received: from isc.lf.net ([194.64.4.1])
	by mail2.valinux.com with esmtp (Exim 3.16 #1 (Debian))
	id 13ThlI-0006UX-00
	for <linux-ia64@linuxia64.org>; Tue, 29 Aug 2000 02:32:57 -0700
Received: by isc.LF.net (Smail3.2.0.106/isc.LF.net)
	via LF.net GmbH Internet Services
	via remotehost plotin with uucp
	for lists.linuxia64.org
	id m13ThlG-000UrPC; Tue, 29 Aug 2000 11:32:54 +0200 (CEST)
Received:  by plotin.vortex.de (UUPC/extended 1.12b_vortex);
           Tue, 29 Aug 2000 11:20:21 CES
From: "Joerg Gittinger" <j_gittinger@vortex.de>
Message-ID: <39ab8055.plotin@plotin.vortex.de>
To: linux-ia64@linuxia64.org
Date: Tue, 29 Aug 2000 11:17:24 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: Quoted-printable
Priority: normal
X-mailer: Pegasus Mail for Win32 (v3.01d)
Subject: [Linux-ia64] cross compile (assembler) error: Unknown pseudo-op:  `.spillsp'
Sender: linux-ia64-admin@linuxia64.org
Errors-To: linux-ia64-admin@linuxia64.org
X-BeenThere: linux-ia64@linuxia64.org
X-Mailman-Version: 2.0beta5
Precedence: bulk
List-Id: Linux Kernel Discussions on the IA-64 Platform <linux-ia64.linuxia64.org>

Hi,

I have a cross compile environment with the newest (I think) gnopro gcc,gas,... 
tools. When I try to compile a 2.4.0-test4 kernel (+07/28 patch, kdb-test4 
patch), I get lots of the following assembler error message:

entry.S:1040: Error: Unknown pseudo-op:  `.spillsp'

What is wrong? Can anybody help me?
-------------------------------
Jörg Gittinger
ICP vortex Computersysteme GmbH
Research & Development
Konrad-Zuse-Strasse 9
D-74172 Neckarsulm
Mail: j_gittinger@vortex.de
Tel.: +49 7132 9620 0
Fax.: +49 7132 9620 200


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

* RE: [Linux-ia64] Is there a kdb patch for Test7 availiable?
  2000-08-28 23:05 [Linux-ia64] Is there a kdb patch for Test7 availiable? Broadfoot, KenX
  2000-08-29  3:56 ` Goutham Rao
@ 2000-08-29 16:25 ` Broadfoot, KenX
  2000-08-29 16:28 ` Bill Nottingham
  2000-08-29 18:47 ` Uros Prestor
  3 siblings, 0 replies; 5+ messages in thread
From: Broadfoot, KenX @ 2000-08-29 16:25 UTC (permalink / raw)
  To: linux-ia64

It still won't work for me....

I have these options set for KDB:
( Under Kernel Hacking )

Kernel support for IA-32 emulation
Kernel FP software completion
Magic SysRq key
Early printk support ( requires VGA! )

Print possible IA64 hazards to console

I do NOT have these picked:

Turn on compare-and-exchange bug checking ( slow! )
Turn on irq debug checks (slow!)
Enable new unwind support

Is the "unwind support" what I need to the KDB stuff to work?

Thanks,

--ken


> -----Original Message-----
> From:	Goutham Rao [SMTP:goutham.rao@intel.com]
> Sent:	Monday, August 28, 2000 8:56 PM
> To:	Broadfoot, KenX
> Cc:	'Bill Nottingham'; linux-ia64@linuxia64.org
> Subject:	Re: [Linux-ia64] Is there a kdb patch for Test7 availiable?
> 
> Hi,
> Using the Pause key will get you into the debugger when the kernel is
> compiled with KDB.  To get a back trace, type "bt" at the prompt.  Type
> "help" to get a full list of commands.
> 
> Thanks
> Goutham
> 
> 
> On Mon, 28 Aug 2000, Broadfoot, KenX wrote:
> 
> > 
> > I have 2.4.0-test7 with the ia64 patch...
> > 
> > I don't know how to make the built in KDB work... is it broken and is
> there
> > a patch?
> > 
> > If it works fine, what is the keystroke for viewing a stack trace?
> > 
> > thanks in advance...
> > 
> > --ken
> > 
> > 
> > _______________________________________________
> > Linux-IA64 mailing list
> > Linux-IA64@linuxia64.org
> > http://lists.linuxia64.org/lists/listinfo/linux-ia64
> > 
> 



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

* Re: [Linux-ia64] Is there a kdb patch for Test7 availiable?
  2000-08-28 23:05 [Linux-ia64] Is there a kdb patch for Test7 availiable? Broadfoot, KenX
  2000-08-29  3:56 ` Goutham Rao
  2000-08-29 16:25 ` Broadfoot, KenX
@ 2000-08-29 16:28 ` Bill Nottingham
  2000-08-29 18:47 ` Uros Prestor
  3 siblings, 0 replies; 5+ messages in thread
From: Bill Nottingham @ 2000-08-29 16:28 UTC (permalink / raw)
  To: linux-ia64

Broadfoot, KenX (kenx.broadfoot@intel.com) said: 
> It still won't work for me....
> 
> I have these options set for KDB:
> ( Under Kernel Hacking )

You don't have the KDB patch installed; we don't ship with it as
it's not good for general use.

Bill


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

* Re: [Linux-ia64] Is there a kdb patch for Test7 availiable?
  2000-08-28 23:05 [Linux-ia64] Is there a kdb patch for Test7 availiable? Broadfoot, KenX
                   ` (2 preceding siblings ...)
  2000-08-29 16:28 ` Bill Nottingham
@ 2000-08-29 18:47 ` Uros Prestor
  3 siblings, 0 replies; 5+ messages in thread
From: Uros Prestor @ 2000-08-29 18:47 UTC (permalink / raw)
  To: linux-ia64

There is no kdb patch against test7 yet.  The old one (against test6) will
apply but it won't compile.

Uros

--
Uros Prestor
uros@turbolinux.com





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

end of thread, other threads:[~2000-08-29 18:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-28 23:05 [Linux-ia64] Is there a kdb patch for Test7 availiable? Broadfoot, KenX
2000-08-29  3:56 ` Goutham Rao
2000-08-29 16:25 ` Broadfoot, KenX
2000-08-29 16:28 ` Bill Nottingham
2000-08-29 18:47 ` Uros Prestor

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