public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Installation question
@ 2021-02-23 21:07 Gary Oblock
  2021-02-23 22:50 ` Albert Chin
  2021-02-24  1:28 ` Alan Modra
  0 siblings, 2 replies; 7+ messages in thread
From: Gary Oblock @ 2021-02-23 21:07 UTC (permalink / raw)
  To: binutils

A little background. I'm a compiler developer working on
a fairly hairy optimization to run during LTO. After many
months my optimization it's at the point when running
SPEC17 intrate works except for x264_r which dies
during build. On the gcc mailing list Martin Liška looked
at my log and said it seemed to be a "linker" error.
When I provided him with my vendor branch, he got x264_r
to work with my sources. This leads me to believe that
my binutils might be obsolete. I'm using Ubuntu 18.04
with binutils 2.30.

How do I go about installing binutils in my own directory
instead of /usr/local and what do I need to do to get
my compiler under development to use them.

This is my current attempt at an installation script

cd binutils_build
touch build install
rm -rf build install
mkdir build install
cd build
../binutils-2.36/configure
make tooldir=/home/gary/binutils_build/install
make tooldir=/home/gary/binutils_build/install install

Please be detailed with your suggestions because
binutils is something I'm not very familiar with.

Thanks,

Gary Oblock







CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and contains information that is confidential and proprietary to Ampere Computing or its subsidiaries. It is to be used solely for the purpose of furthering the parties' business relationship. Any unauthorized review, copying, or distribution of this email (or any attachments thereto) is strictly prohibited. If you are not the intended recipient, please contact the sender immediately and permanently delete the original and any copies of this email and any attachments thereto.

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

end of thread, other threads:[~2021-02-26 11:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 21:07 Installation question Gary Oblock
2021-02-23 22:50 ` Albert Chin
2021-02-24  1:28 ` Alan Modra
2021-02-24  6:16   ` Gary Oblock
2021-02-24 23:39     ` Alan Modra
2021-02-25 19:40       ` Gary Oblock
2021-02-26 11:57         ` Alan Modra

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 read-only IMAP folder(s) and NNTP newsgroup(s).