search for: binutil

Displaying 20 results from an estimated 1957 matches for "binutil".

Did you mean: binutils
2011 Apr 21
2
How to install binutils-devel on Centos Linux 5.5
Good morning, I am trying to install binutils-devel on Centos Linux 5.5 so that we can obtain lib liberty required by the oprofile-0.9.6 Linux profiler. Using root , I enter: yum local install binutils-devel-2.20.51.0.7-6.fc14.i686.rpm. Then I get the message: Public key for binutils-devel-2.20.51.0.7-6.fc14.i686.rpm is not installed. P...
2016 Feb 13
2
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
> > Yes, it is a bug in ld. I have been working with H.J. and we have just tracked it down. > > > > > It seems that hjl helped, after all. > > Syslinux built, or better to write, linked with: > binutils 2.26.51.20160212 git 95c00d1 is salt-n-pepa. > > Both, ISOLINUX and EXTLINUX have passed the test on both, SeaBIOS and Bare-metal. > > Thanks hpa. > > This means that Fedora would need to (or "should") patch its binutils 2.26 package, at least until a new upstrea...
2007 Jun 15
5
[LLVMdev] Improving link time building llvm
Just FYI, we discovered that GNU binutils 2.17 has a nasty bug in the linker that causes excessive link time when building llvm. We switched to using cvs binutils and our link times went from minutes to seconds. I didn't see anything about this on the web pages. It might be good information to add to the Getting Started guide....
2007 Jan 07
2
[LLVMdev] LLVM's Link Time Optimizer integrated into GNU ld
Hello, I have a very early version of GNU's ld, part of GNU binutils, with LLVM's Link Time Optimization integrated with it. This allows the linker to link LLVM bytecode and native objects together into a single executable. It is still very early in development, and I'll be working on doing more robust testing on it in the upcoming weeks, but it at least ha...
2016 Aug 06
4
CFI error with binutils 2.27
Hi, :If I compile this file with debugging enabled (clang/LLVM TOT) int main() { } I get the error Error: inconsistent uses of .cfi_sections From the 2.27 binutils assemblers. It seems that 2.27 doesn't like the .cfi_sections .debug_frame directive following previous .cfi directives. The assemblers seem to be happy if the .cfi_sections directive precedes any other .cfi directive. Is this a bug in binutils or LLVM? It looks as if a fix might be to mov...
2007 Feb 18
2
shared klibc broken on x86_64 with binutils >= 2.17.50.0.2
Hello! I have encountered a problem when building shared klibc with recent binutils versions - apparently the breakage happened since binutils 2.17.50.0.2 due to the following change: http://sources.redhat.com/ml/binutils/2006-05/msg00279.html http://sourceware.org/ml/binutils/2006-05/msg00466.html --- a/binutils/bfd/elf64-x86-64.c +++ b/binutils/bfd/elf64-x86-64.c @@ -3630,7 +...
2010 May 13
1
[LLVMdev] Building llvm using non-system gcc/binutils
Thanks for the reply Eli. I have the same version of gcc/binutils as my system gcc/binutils And it gets built without any errors with them. --- On Thu, 5/13/10, Eli Friedman <eli.friedman at gmail.com> wrote: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [LLVMdev] Building llvm using non-system gcc/binutils > To: "joh...
2010 May 13
3
[LLVMdev] Building llvm using non-system gcc/binutils
I am trying to build llvm-2.7 using non-system gcc/binutils. My gcc version is 4.1.2, and binutils is 2.17.50.0.15. I get the following errors `.L2438' referenced in section `.gnu.linkonce.r._ZNK4llvm16DAGTypeLegalizer13getTypeActionENS_3EVTE' of /build/toolchain/src/llvm-2.7/objdir/Release/lib/libLLVMSelectionDAG.a(LegalizeTypes.o): defined in di...
2010 May 13
0
[LLVMdev] Building llvm using non-system gcc/binutils
On Thu, May 13, 2010 at 12:28 PM, john blair <mailtome200420032002 at yahoo.com> wrote: > I am trying to build llvm-2.7 using non-system gcc/binutils. My gcc version is 4.1.2, and binutils is 2.17.50.0.15. I get the following errors That version of gcc is known to have issues building LLVM; see http://llvm.org/docs/GettingStarted.html#brokengcc . Try upgrading your gcc version. -Eli > `.L2438' referenced in section `.gnu.linkonce.r._...
2016 Feb 14
0
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
...02.2016 10:01, Ady via Syslinux wrote: > >>> Yes, it is a bug in ld. I have been working with H.J. and we have just tracked it down. >>> >> >> >> It seems that hjl helped, after all. >> >> Syslinux built, or better to write, linked with: >> binutils 2.26.51.20160212 git 95c00d1 is salt-n-pepa. >> >> Both, ISOLINUX and EXTLINUX have passed the test on both, SeaBIOS and Bare-metal. >> >> Thanks hpa. >> >> > > This means that Fedora would need to (or "should") patch its binutils > 2.26 pa...
2018 Mar 16
3
[GSOC 2018] GNU Binutils replacement
Hello everyone, My name is Sebastiaan Peters, an undergrad student from The Netherlands. The project for creating drop-in replacements for GNU Binutils peaked my interest. It would make my day (or my summer) being able to contribute to such a project. Since I have no experience with llvm besides some basic usage of clang, the first thing I tried was to find out what llvm tools are out there. However the more I research the more questions I got....
2018 Aug 14
4
[GSoC] Command line replacements for GNU Binutils
Hi all ! During this GSoC, I've worked on improving the llvm binutils suite. I've wrote a final [1]report for those of you who would be interested. Regards, -- Paul Semel [1] http://paulsemel.org/posts/command-line-replacements-in-llvm-binutils/
2016 Feb 12
2
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
On February 11, 2016 11:30:02 PM PST, poma <pomidorabelisima at gmail.com> wrote: >... >http://repo.or.cz/syslinux.git/commit/8750016 > >Booting from DVD/CD... > >ISOLINUX 6.04 ETCD >and then hangs > >ttyS0 debug shows single line: >_malloc(24, 0, 2) @ 0x00104bab = > > >$ ld --version >GNU ld version 2.26.20160125 >... >$ gcc --version >gcc
2016 Jul 21
3
[llvm-toolchain v3.8.1] LTO: Linking clang hangs with ld.gold and LLVMgold.so plugin
Hi, unfortunately, my build somehow hangs when linking clang binary and my system is in an unusable state. My toolchain is clang-3.8, gold-1.11 and LLVMgold.so from binutils v2.26.1 (both selfmade) and LTO-flag is enabled. My buildsystem uses cmake-3.6.0 and ninja-1.7.1 (both prebuilt). I have 52 last steps left in my 3rd build. My Linux-kernel is v3.13.0-92 from official Ubuntu repositories. On my Ubuntu/precise AMD64 I have ***4GiB RAM and 256MiB SWAP***. Is this...
2009 Dec 17
1
[LLVMdev] LLVM MinGW binaries on Vista issue
Hello, Jon > To make it easier to use the LLVM-GCC MinGW32 binary and meet your GPL licensing requirements, could you embed the MinGW binutils binary as-is in the LLVM-GCC MinGW32 and update the LLVM docs to point to the MinGW SourceForge download site for those wanting the MinGW binutils source? I still don't think it's good idea. binutils will add something like 10Mb to package download size. Also, in almost all cases llvm-gcc...
2018 Mar 19
0
[GSOC 2018] GNU Binutils replacement
...llvm-objcopy and llvm-strip don't have documentation pages is because I haven't written them yet; I'll get on that! 1. The goal is to work towards extending the existing interfaces so that the existing tools can be used as drop in replacements in more projects. Most tools that have GNU binutils equivalents have some GNU binutil CLI compatible interface. I think llvm-as could probably be extended slowly but surely to be a better more practical replacement for GNU as. 2. What do you mean? It's already cli compatible. 3. They exist and are still being worked on! I've just been laz...
2010 May 14
1
[LLVMdev] Building llvm using non-system gcc/binutils
Hi Eli, I tried to build llvm with gcc-4.4.3 and binutils-2.20.1. This time it failed with /build/toolchain/src/llvm-2.7/objdir/Release/bin/tblgen: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /build/toolchain/src/llvm-2.7/objdir/Release/bin/tblgen) make[1]: *** [/build/toolchain/src/llvm-2.7/objdir/lib/VMCore/Release/Intr...
2017 Apr 11
0
CEBA-2017:0891 CentOS 6 binutils BugFix Update
...Errata and Bugfix Advisory 2017:0891 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-0891.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 522137f6ad927defa29d622f9c898b15cfcb831bc9540a744cc633ce592029d4 binutils-2.20.51.0.2-5.47.el6_9.1.i686.rpm fcf046bc91f084f03066b70d1678f00244962c89b04edac4f4675b0f521ea7cc binutils-devel-2.20.51.0.2-5.47.el6_9.1.i686.rpm x86_64: 3ddfa87eb95de0b5b9c45c9066c888f5ad09604f828f781c9667d9e567b16a98 binutils-2.20.51.0.2-5.47.el6_9.1.x86_64.rpm fcf046bc91f084f03066b70d1678f...
2019 Feb 26
0
CEBA-2019:0413 CentOS 6 binutils BugFix Update
...OS Errata and Bugfix Advisory 2019:0413 Upstream details at : https://access.redhat.com/errata/RHBA-2019:0413 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: afa661d760a4ac97a7959ca7949a626b96f4a406b3bbfedc60eba4d767c635cf binutils-2.20.51.0.2-5.48.el6_10.1.i686.rpm f8d8d58e471267f6247ee3bd3a54fd742a78af3dba468fa131c13b2f0e4a7ada binutils-devel-2.20.51.0.2-5.48.el6_10.1.i686.rpm x86_64: fcffe62534bf900ab84700da19b51f98ab5bc0227f5f3b862df16d4d8d8d1b2d binutils-2.20.51.0.2-5.48.el6_10.1.x86_64.rpm f8d8d58e471267f6247ee3bd3a...
2001 Jul 03
2
need newer binutils?
Hi, I tried to compile wine and got the message: ... check if it is possible to make a Libary... no *** If you use Linux *** you need a newer binutils *** cause of the shared libs so I looked for newer binutils, and tried to complie them: binutils-2.9.5.0.37 configure, make, make install but wine gives me the same message :( The next idea was, to replace the ld... with newer one. But when I tried to complile ld.so-1.9.11 I got the error shar...