* [parisc-linux] binutils: opcodes and bfd
@ 2002-01-10 17:27 Bruno Vidal
2002-01-10 17:36 ` John David Anglin
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Bruno Vidal @ 2002-01-10 17:27 UTC (permalink / raw)
To: parisc-linux@lists.parisc-linux.org
[-- Attachment #1: Type: text/plain, Size: 729 bytes --]
Hi
First, thanks for your feedback, now the dump modules is working fine.
The system is able to dump. But now I need to modify the tool to retrieve
the dump. But I need bfd and opcode: libbfd.a and libopcode.a. It is part
of the binutil package. But in the last debian package this two librairies
are missing. And on CVS tree, there is no more binutil src. Where can I
find the latest binutil src, or where can I find a binutil package with
this two libraires. Another small problem, when using yacc on parisc
(ie: bison), the result is not the same on a i386 and parisc :-(.
I'll try tomorrow to recompile yacc.
Thanks.
--
Vidal Bruno, (770-4271)
SSD-HA Team, HP-UX & LINUX Support
bruno_vidal@admin.france.hp.com
[-- Attachment #2: Card for Bruno Vidal --]
[-- Type: text/x-vcard, Size: 386 bytes --]
begin:vcard
n:Bruno;VIDAL
tel;fax:01-69-82-60-14
tel;work:01-69-29-42-71
x-mozilla-html:TRUE
url:www.france.hp.com
org:Solution Center
version:2.1
email;internet:bruno_vidal@hp.com
title:Expert Logiciel Environnement Haute Disponibilité
adr;quoted-printable:;;HP France=0D=0A;Z.A de Courtaboeuf;1 Av. du Canada;91947 Les Ulis cedex;France
x-mozilla-cpt:;26208
fn:VIDAL Bruno
end:vcard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] binutils: opcodes and bfd
2002-01-10 17:27 [parisc-linux] binutils: opcodes and bfd Bruno Vidal
@ 2002-01-10 17:36 ` John David Anglin
2002-01-10 17:52 ` Matthew Wilcox
2002-01-10 19:08 ` Christopher C. Chimelis
2 siblings, 0 replies; 7+ messages in thread
From: John David Anglin @ 2002-01-10 17:36 UTC (permalink / raw)
To: Bruno Vidal; +Cc: parisc-linux
> are missing. And on CVS tree, there is no more binutil src. Where can I
> find the latest binutil src, or where can I find a binutil package with
<http://sources.redhat.com/binutils/>
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] binutils: opcodes and bfd
2002-01-10 17:27 [parisc-linux] binutils: opcodes and bfd Bruno Vidal
2002-01-10 17:36 ` John David Anglin
@ 2002-01-10 17:52 ` Matthew Wilcox
2002-01-10 19:08 ` Christopher C. Chimelis
2 siblings, 0 replies; 7+ messages in thread
From: Matthew Wilcox @ 2002-01-10 17:52 UTC (permalink / raw)
To: Bruno Vidal; +Cc: parisc-linux@lists.parisc-linux.org
On Thu, Jan 10, 2002 at 06:27:45PM +0100, Bruno Vidal wrote:
> First, thanks for your feedback, now the dump modules is working fine.
> The system is able to dump. But now I need to modify the tool to retrieve
> the dump. But I need bfd and opcode: libbfd.a and libopcode.a. It is part
> of the binutil package. But in the last debian package this two librairies
> are missing. And on CVS tree, there is no more binutil src. Where can I
> find the latest binutil src, or where can I find a binutil package with
> this two libraires. Another small problem, when using yacc on parisc
> (ie: bison), the result is not the same on a i386 and parisc :-(.
> I'll try tomorrow to recompile yacc.
sounds like you're missing the binutils-dev package.
what's the problem with yacc?
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] binutils: opcodes and bfd
2002-01-10 17:27 [parisc-linux] binutils: opcodes and bfd Bruno Vidal
2002-01-10 17:36 ` John David Anglin
2002-01-10 17:52 ` Matthew Wilcox
@ 2002-01-10 19:08 ` Christopher C. Chimelis
2002-01-11 8:22 ` Bruno Vidal
2 siblings, 1 reply; 7+ messages in thread
From: Christopher C. Chimelis @ 2002-01-10 19:08 UTC (permalink / raw)
To: Bruno Vidal; +Cc: parisc-linux@lists.parisc-linux.org
On Thu, 10 Jan 2002, Bruno Vidal wrote:
> First, thanks for your feedback, now the dump modules is working fine.
> The system is able to dump. But now I need to modify the tool to retrieve
> the dump. But I need bfd and opcode: libbfd.a and libopcode.a. It is part
> of the binutil package. But in the last debian package this two librairies
> are missing.
You need the binutils-dev package installed. It also contains the .so
symlinks that you may need :-)
At first, I was stunned to read the above since I personally built the
binutils debs on the a500 and uploaded them (I'm the maintainer, btw :-P),
but then realised that you were looking for binutil (no 's') and that's
why you couldn't find it :-)
C
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] binutils: opcodes and bfd
2002-01-10 19:08 ` Christopher C. Chimelis
@ 2002-01-11 8:22 ` Bruno Vidal
2002-01-11 8:31 ` Bruno Vidal
2002-01-11 8:36 ` Matt Taggart
0 siblings, 2 replies; 7+ messages in thread
From: Bruno Vidal @ 2002-01-11 8:22 UTC (permalink / raw)
To: parisc-linux@lists.parisc-linux.org
[-- Attachment #1: Type: text/plain, Size: 1355 bytes --]
Hi
Sorry, but where can I download binutils-dev. It's not on the iso CDs.
And the link on the debian seems broken, there is nothing under this directory !.
ftp://ftp.debian.org/debian/dists/unstable/main/binary-hppa/
On the debian site, I found only package for i386, not for parisc.
"Christopher C. Chimelis" wrote:
>
> On Thu, 10 Jan 2002, Bruno Vidal wrote:
>
> > First, thanks for your feedback, now the dump modules is working fine.
> > The system is able to dump. But now I need to modify the tool to retrieve
> > the dump. But I need bfd and opcode: libbfd.a and libopcode.a. It is part
> > of the binutil package. But in the last debian package this two librairies
> > are missing.
>
> You need the binutils-dev package installed. It also contains the .so
> symlinks that you may need :-)
>
> At first, I was stunned to read the above since I personally built the
> binutils debs on the a500 and uploaded them (I'm the maintainer, btw :-P),
> but then realised that you were looking for binutil (no 's') and that's
> why you couldn't find it :-)
>
> C
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
--
Vidal Bruno, (770-4271)
SSD-HA Team, HP-UX & LINUX Support
bruno_vidal@admin.france.hp.com
[-- Attachment #2: Card for Bruno Vidal --]
[-- Type: text/x-vcard, Size: 386 bytes --]
begin:vcard
n:Bruno;VIDAL
tel;fax:01-69-82-60-14
tel;work:01-69-29-42-71
x-mozilla-html:TRUE
url:www.france.hp.com
org:Solution Center
version:2.1
email;internet:bruno_vidal@hp.com
title:Expert Logiciel Environnement Haute Disponibilité
adr;quoted-printable:;;HP France=0D=0A;Z.A de Courtaboeuf;1 Av. du Canada;91947 Les Ulis cedex;France
x-mozilla-cpt:;26208
fn:VIDAL Bruno
end:vcard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] binutils: opcodes and bfd
2002-01-11 8:22 ` Bruno Vidal
@ 2002-01-11 8:31 ` Bruno Vidal
2002-01-11 8:36 ` Matt Taggart
1 sibling, 0 replies; 7+ messages in thread
From: Bruno Vidal @ 2002-01-11 8:31 UTC (permalink / raw)
To: parisc-linux@lists.parisc-linux.org
[-- Attachment #1: Type: text/plain, Size: 1658 bytes --]
Got it, I found it under ftp://ftp.fr.debian.org/debian/pool/main/b/binutils
Thanks all.
Bruno Vidal wrote:
>
> Hi
> Sorry, but where can I download binutils-dev. It's not on the iso CDs.
> And the link on the debian seems broken, there is nothing under this directory !.
> ftp://ftp.debian.org/debian/dists/unstable/main/binary-hppa/
> On the debian site, I found only package for i386, not for parisc.
>
> "Christopher C. Chimelis" wrote:
> >
> > On Thu, 10 Jan 2002, Bruno Vidal wrote:
> >
> > > First, thanks for your feedback, now the dump modules is working fine.
> > > The system is able to dump. But now I need to modify the tool to retrieve
> > > the dump. But I need bfd and opcode: libbfd.a and libopcode.a. It is part
> > > of the binutil package. But in the last debian package this two librairies
> > > are missing.
> >
> > You need the binutils-dev package installed. It also contains the .so
> > symlinks that you may need :-)
> >
> > At first, I was stunned to read the above since I personally built the
> > binutils debs on the a500 and uploaded them (I'm the maintainer, btw :-P),
> > but then realised that you were looking for binutil (no 's') and that's
> > why you couldn't find it :-)
> >
> > C
> >
> > _______________________________________________
> > parisc-linux mailing list
> > parisc-linux@lists.parisc-linux.org
> > http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>
> --
> Vidal Bruno, (770-4271)
> SSD-HA Team, HP-UX & LINUX Support
> bruno_vidal@admin.france.hp.com
--
Vidal Bruno, (770-4271)
SSD-HA Team, HP-UX & LINUX Support
bruno_vidal@admin.france.hp.com
[-- Attachment #2: Card for Bruno Vidal --]
[-- Type: text/x-vcard, Size: 386 bytes --]
begin:vcard
n:Bruno;VIDAL
tel;fax:01-69-82-60-14
tel;work:01-69-29-42-71
x-mozilla-html:TRUE
url:www.france.hp.com
org:Solution Center
version:2.1
email;internet:bruno_vidal@hp.com
title:Expert Logiciel Environnement Haute Disponibilité
adr;quoted-printable:;;HP France=0D=0A;Z.A de Courtaboeuf;1 Av. du Canada;91947 Les Ulis cedex;France
x-mozilla-cpt:;26208
fn:VIDAL Bruno
end:vcard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] binutils: opcodes and bfd
2002-01-11 8:22 ` Bruno Vidal
2002-01-11 8:31 ` Bruno Vidal
@ 2002-01-11 8:36 ` Matt Taggart
1 sibling, 0 replies; 7+ messages in thread
From: Matt Taggart @ 2002-01-11 8:36 UTC (permalink / raw)
To: Bruno Vidal; +Cc: parisc-linux@lists.parisc-linux.org, taggart
Bruno Vidal writes...
> Hi
> Sorry, but where can I download binutils-dev. It's not on the iso CDs.
> And the link on the debian seems broken, there is nothing under this director
> y !.
> ftp://ftp.debian.org/debian/dists/unstable/main/binary-hppa/
> On the debian site, I found only package for i386, not for parisc.
Debian packages now live in the pool. In your case,
ftp://ftp.fr.debian.org/debian/pool/main/b/binutils/binutils-dev_2.11.92.0.12.3-5_hppa.deb
But it's much easier to use apt-get or dselect to install packages rather
then downloading and installing by hand. Give them a try I think you'll
like them.
--
Matt Taggart Linux Development Lab
taggart@fc.hp.com HP Linux Systems Operation
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-01-11 8:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-10 17:27 [parisc-linux] binutils: opcodes and bfd Bruno Vidal
2002-01-10 17:36 ` John David Anglin
2002-01-10 17:52 ` Matthew Wilcox
2002-01-10 19:08 ` Christopher C. Chimelis
2002-01-11 8:22 ` Bruno Vidal
2002-01-11 8:31 ` Bruno Vidal
2002-01-11 8:36 ` Matt Taggart
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.