Skip to main content

Questions tagged [binutils]

Binutils is a GNU project containing a set of low level assembly and debugging tools, including GNU as, GDB and others. https://sourceware.org/binutils/

0 votes
1 answer
142 views

I am trying to build my system from scratch, since I really like the idea of atomicity of each program in unix-like approach, I would like to preserve it as much as possible in my build. Since GNU ...
Даниил Носиков's user avatar
-1 votes
1 answer
190 views

So when i update kali linux with sudo apt update it shows this Get:1 file:/run/live/medium kali-last-snapshot InRelease Ign:1 file:/run/live/medium kali-last-snapshot InRelease Get:2 file:/run/live/...
gatof's user avatar
  • 1
0 votes
1 answer
98 views

The objdump man page gives the following example output from objdump -t: The format of the output depends upon the format of the file being dumped, but there are two main types. One looks like this: [...
Alex Henrie's user avatar
0 votes
1 answer
1k views

I'm trying to build a cross compiling build server for some 32 bit arm devices, where the architecture is: (from uname -m) "armv5tejl" I have to specify the target for binutils, and gcc, ...
j0h's user avatar
  • 3,979
0 votes
1 answer
279 views

What are these files /lib/x86_64-linux-gnu/ldscripts/elf32_x86_64.xs /lib/x86_64-linux-gnu/ldscripts/elf_x86_64.xs /lib/x86_64-linux-gnu/ldscripts/elf_i386.xs /lib/x86_64-linux-gnu/ldscripts/elf_iamcu....
Evan Carroll's user avatar
  • 35.2k
0 votes
1 answer
123 views

I'm trying to build an LFS system but I've hit a roadbloack, what am I supposed to do for the 2nd passes. I thought maybe I had to re-untar again then compile their but that didn't make a new ...
Seb Ebse's user avatar
3 votes
1 answer
1k views

Since there are many programs that are not related to my interests, I'd like to build a specific program in GNU binutils on Ubuntu. Program means that one binary file (e.g., ar, objcopy) for example, ...
wazz's user avatar
  • 31
6 votes
1 answer
4k views

I've got an ELF binary that contains nothing but two LOAD segments in the program header table, one for code and one for data. readelf -a tells me there's no section headers. If I attempt do ...
ulmer-a's user avatar
  • 229
2 votes
1 answer
1k views

I am working on Linux from Scratch and currently, I am on this page. While compiling binutils-2.32, I am getting this error: lfs@pop-os:/mnt/lfs/sources/binutils-2.32/build$ ../configure --prefix=/...
narayanpatra's user avatar
2 votes
1 answer
902 views

I'm at Binutils tag binutils-2_31, and there is a directory: gas/testsuite with some tests that I'm interested in. I've compiled the entire binutils with: ./configure make but the directory gas/...
Ciro Santilli OurBigBook.com's user avatar
10 votes
2 answers
19k views

I'm reading an old book on linkers and loaders and it has images of object code. But I can't figure out what tools are used to display the contents of these files. I'd appreciate if someone could ...
flashburn's user avatar
  • 691