All Questions
Tagged with linux-from-scratch makefile
12
questions
4
votes
3
answers
6k
views
how to use "make mrproper " command? i am working on Linux From Scratch
I am trying to build Linux From Scratch and I have reached till this part : linux headers
Make sure there are no stale files and dependencies lying around from previous activity:
make mrproper
I ...
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
1
answer
179
views
Building textlive source in BLFS
I am trying to build texlive source in BLFS (Beyond Linux From Scratch).
export TEXARCH=$(uname -m | sed -e s/i.86/i386/ -e s/$/-linux/) &&
mkdir texlive-build &&
cd texlive-build &...
1
vote
1
answer
1k
views
Linux from scratch, Glibc-2.16 make error
I've been closely following commands from 'Linux from scratch' book version 7.2, and as usual everything was fine until i've reached chapter 6.9, and the problem is when I try to install glibc by '...
1
vote
1
answer
854
views
LFS 7.2 glibc-2.16.0 make error
I'm building an LFS system ( refering to LFS 7.2 )
I got this make error while building glibc-2.16.0:
/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.7.1/../../../../i686-lfs-linux-gnu/bin/ld: ...
1
vote
1
answer
1k
views
Permission error in Binutil while "make install"
I'm working on LFS7.2. I'm getting permission error while "make install" the binutil package, but I could successfully able to create folder in all the 3 dir (source,tools,usr) with the user lfs. I ...
0
votes
2
answers
928
views
Linux from Scratch 10.2.0 gcc fails [closed]
Hey guys i tried building gcc with Linux from Scratch 10.2.0.
I followed the instructions exactly, but the make command throws following Error:
checking whether gcc understands -c and -o together... ...
0
votes
1
answer
1k
views
LFS 7.2: Hundreds of errors in glibc make check
I am on Section 6.9 of the LFS book. Everything before this section seemed fine.
When I ran make check I got a huge number of errors. A longer transcript of my make check run can be found here on ...
0
votes
0
answers
18
views
Trying to compile GCC returns a bunch of errors [closed]
For the last hours I'm trying to compile GCC for LFS.
But it returns me this:
configure: error: in `/mnt/lfs/sources/gcc-13.2.0/build/intl':
configure: error: C compiler cannot create executables
...
0
votes
1
answer
169
views
LFS binutils ../../gold/gold.h:29:10: fatal error: cstddef: No such file or directory
I'm working on LFS(11.0) for the first time
When installing the package binutils (https://www.linuxfromscratch.org/lfs/view/stable/chapter08/binutils.html)
(lfs chroot) root:/sources/binutils-2.37# ...
0
votes
1
answer
194
views
Linux from scratch: 'tools/include' is not a directory when installing linux-5.5.3 API Headers
I am working on linux from scratch and I am at section 5.6 linux-5.5.3 API Headers. I was able to extract the tar, cd into the new directory, and make. At this point I am inside the linux-5.5.3 ...
0
votes
0
answers
454
views
Why am I receiving make errors when trying to compile GCC?
I am currently working on Linux From Scratch part 5.5: http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html Although i have followed everything exactly correctly to this point, I ...