9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] How does objdump sound in plan9?
@ 2001-09-11 18:42 Andrew Pochinsky
  2001-09-11 19:04 ` Boyd Roberts
  2001-09-11 19:07 ` [9fans] PCMCIA Modem Mike Fletcher
  0 siblings, 2 replies; 9+ messages in thread
From: Andrew Pochinsky @ 2001-09-11 18:42 UTC (permalink / raw)
  To: 9fans


Is there a way to dump a plan9 object file into a human-readable form?
I'm looking for a sort of object format validation tool.

Any help is greatly appreciated.
--andrew


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

* Re: [9fans] How does objdump sound in plan9?
  2001-09-11 18:42 [9fans] How does objdump sound in plan9? Andrew Pochinsky
@ 2001-09-11 19:04 ` Boyd Roberts
  2001-09-11 19:07 ` [9fans] PCMCIA Modem Mike Fletcher
  1 sibling, 0 replies; 9+ messages in thread
From: Boyd Roberts @ 2001-09-11 19:04 UTC (permalink / raw)
  To: 9fans

is that like the sound of the one hand clapping?




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

* [9fans] PCMCIA Modem
  2001-09-11 18:42 [9fans] How does objdump sound in plan9? Andrew Pochinsky
  2001-09-11 19:04 ` Boyd Roberts
@ 2001-09-11 19:07 ` Mike Fletcher
  1 sibling, 0 replies; 9+ messages in thread
From: Mike Fletcher @ 2001-09-11 19:07 UTC (permalink / raw)
  To: 9fans


I have a problem using a modem card on an NEC Versa SX.
aux/pcmcia identified the card as a 3CCM156B.

I put that string in the modems[] array near the beginning of
/sys/src/9/pc/pcmciamodem.c  and re-compiled 9pcdisk

ip/ppp -f -u -b b115200 -p /dev/eia1 works OK -- I manually
talk to the modem to dial out, login in to the remote sw and
start ppp there and hit ^D.  I can then ping anybody, run ssh
to my Unix hosts, hget the weather forecast, etc.

But if I try the automatic style connection with
ip/ppp -f -b b115200 -p /dev/eia1 -s usernam:secret -t atdt95551234
I get nothing.  I don't even know if the phone line goes offhook.

I have the 0327 update and all subsequent updates through 0910.
Anyone have any ideas on this?

Thanks in advance,

-Mike Fletcher
 ElecEnrg&CompSci
 Tulane University




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

* Re: [9fans] How does objdump sound in plan9?
@ 2001-09-11 20:01 David Gordon Hogan
  0 siblings, 0 replies; 9+ messages in thread
From: David Gordon Hogan @ 2001-09-11 20:01 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

> Well, acid takes care of a.out files, but what about .8s & Co? There seems
> no way to load an object file with unresolved references into acid or
> db to that matter.

Oh, that.  Sorry, 'fraid I don't have a good answer to that one.

Plan 9 object files (as you may already be aware) are quite
different to those found on other platforms.  They are
actually a form of binary assembly laguage which the
linker assembles.

What exactly are you trying to do?  It sounds vaguely
interesting.  You might want to try digging around
inside /sys/src/libmach


[-- Attachment #2: Type: message/rfc822, Size: 1852 bytes --]

From: Andrew Pochinsky <avp@honti.mit.edu>
To: 9fans@cse.psu.edu
Cc: 9fans@cse.psu.edu
Subject: Re: [9fans] How does objdump sound in plan9?
Date: Tue, 11 Sep 2001 15:46:25 -0400 (EDT)
Message-ID: <200109111946.f8BJkPS09447@honti.mit.edu>


Well, acid takes care of a.out files, but what about .8s & Co? There seems
no way to load an object file with unresolved references into acid or
db to that matter.

   From: David Gordon Hogan <dhog@plan9.bell-labs.com>
   Date: Tue, 11 Sep 2001 15:22:47 -0400

   > Not quite. nm prints the name list, but I'm looking for groking the
   > instructions.

   man acid

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

* Re: [9fans] How does objdump sound in plan9?
  2001-09-11 19:22 David Gordon Hogan
  2001-09-11 19:34 ` Boyd Roberts
@ 2001-09-11 19:46 ` Andrew Pochinsky
  1 sibling, 0 replies; 9+ messages in thread
From: Andrew Pochinsky @ 2001-09-11 19:46 UTC (permalink / raw)
  To: 9fans; +Cc: 9fans


Well, acid takes care of a.out files, but what about .8s & Co? There seems
no way to load an object file with unresolved references into acid or
db to that matter.

   From: David Gordon Hogan <dhog@plan9.bell-labs.com>
   Date: Tue, 11 Sep 2001 15:22:47 -0400

   > Not quite. nm prints the name list, but I'm looking for groking the
   > instructions.

   man acid



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

* Re: [9fans] How does objdump sound in plan9?
  2001-09-11 19:22 David Gordon Hogan
@ 2001-09-11 19:34 ` Boyd Roberts
  2001-09-11 19:46 ` Andrew Pochinsky
  1 sibling, 0 replies; 9+ messages in thread
From: Boyd Roberts @ 2001-09-11 19:34 UTC (permalink / raw)
  To: 9fans

From: "David Gordon Hogan" <dhog@plan9.bell-labs.com>

> man acid

not acid man.




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

* Re: [9fans] How does objdump sound in plan9?
@ 2001-09-11 19:22 David Gordon Hogan
  2001-09-11 19:34 ` Boyd Roberts
  2001-09-11 19:46 ` Andrew Pochinsky
  0 siblings, 2 replies; 9+ messages in thread
From: David Gordon Hogan @ 2001-09-11 19:22 UTC (permalink / raw)
  To: 9fans

> Not quite. nm prints the name list, but I'm looking for groking the
> instructions.

man acid



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

* Re: [9fans] How does objdump sound in plan9?
  2001-09-11 18:47 [9fans] How does objdump sound in plan9? Russ Cox
@ 2001-09-11 18:54 ` Andrew Pochinsky
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Pochinsky @ 2001-09-11 18:54 UTC (permalink / raw)
  To: 9fans; +Cc: 9fans

Not quite. nm prints the name list, but I'm looking for groking the
instructions.

   From: "Russ Cox" <rsc@plan9.bell-labs.com>
   Date: Tue, 11 Sep 2001 14:47:34 -0400

   nm?



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

* Re: [9fans] How does objdump sound in plan9?
@ 2001-09-11 18:47 Russ Cox
  2001-09-11 18:54 ` Andrew Pochinsky
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Cox @ 2001-09-11 18:47 UTC (permalink / raw)
  To: 9fans

nm?



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

end of thread, other threads:[~2001-09-11 20:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-11 18:42 [9fans] How does objdump sound in plan9? Andrew Pochinsky
2001-09-11 19:04 ` Boyd Roberts
2001-09-11 19:07 ` [9fans] PCMCIA Modem Mike Fletcher
2001-09-11 18:47 [9fans] How does objdump sound in plan9? Russ Cox
2001-09-11 18:54 ` Andrew Pochinsky
2001-09-11 19:22 David Gordon Hogan
2001-09-11 19:34 ` Boyd Roberts
2001-09-11 19:46 ` Andrew Pochinsky
2001-09-11 20:01 David Gordon Hogan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).