All Questions
Tagged with linux-from-scratch compilation
6
questions
3
votes
2
answers
5k
views
C compiler cannot create executables when trying to build Binutils
I am trying to build Linux From Scratch, and now I am at chapter 5.4, which tells me how to build Binutils. I have binutils 2.20's source code, but when I try to build it:
time { ./binutils-2.20/...
1
vote
1
answer
69
views
log installed files when compiling
im currently building LFS and looking for a package management solution
specifically a program that keeps track of what files got installed when you compiled
something from source also has a method ...
1
vote
3
answers
148
views
Compilation issue with Sed 4.2.1
When I try to launch the ./configure command of Sed I get:
gawk: ./conf1dkaC9/subs.awk:3: fatal error: internal error
./config.status: line 1409: 7676 Done eval sed \"\$...
0
votes
1
answer
614
views
Building glibc from source not compiling ldconfig
I've downloaded, built and installed glibc many times before and all was ok, this time ldconfig binary is not created and hence I am unable to update the /etc/ld.so.cache file correctly leading to a ...
0
votes
0
answers
26
views
Error while executing make check on glibc build for LFS
I try to build my own Linux from scratch -yeah yeah from https://www.fr.linuxfromscratch.org/ . (Warning here : it's the french page I show you here) I am at this page https://www.fr.linuxfromscratch....
0
votes
0
answers
625
views
LFS: 9.1 - 6.10 readelf missing libdebuginfod.so.1
First time building LFS, I managed to get to the 6th chapter, but am stuck on the check for the second toolchain, after running
gcc -dumpspecs | sed -e 's@/tools@@g' \
-e '/\*...