This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Segmentation Fault using cross architecture ld command


Hi Nick.

At ftp://sourceware.org/pub/binutils/snapshots I see what look like a
daily snapshot and daily and weekly accumulation of "patch" files, am I
correct in this?  So instead of trying to pull down each and every
module (extremely prone to error for me) I should pull down, unzip and
"build" the latest snapshot to verify if the problem has gone or still
exists.  Correct?  

Just making sure I understand.  

Thanks
jbm 

-----Original Message-----
From: Nick Clifton [mailto:nickc@redhat.com] 
Sent: Friday, August 01, 2008 10:46 AM
To: John Morrison
Cc: binutils@sourceware.org
Subject: Re: Segmentation Fault using cross architecture ld command

Hi John,

> Time for stupid question...

There are no stupid questions ... :-)

> Is there doc on how to get

Check out the binutils web page:

http://sourceware.org/binutils/

which includes details on how to get the sources.

> / build something from the CVS binutils repository? 

There is a README file at the top level of the sources which covers
this, but it should be very straight forward if you are using a UNIX
type environment:

   mkdir <build>
   cd <build>
   <path-to-sources>/configure --target=[your target]
   make
   [optional: make install]

Cheers
   Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]