All Questions
Tagged with linux-from-scratch binutils
3
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
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
1
answer
1k
views
should we delete the build directories created in LFS for installing binutils-2.20? [closed]
I am in the part ( http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/binutils-pass2.html)
( http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/binutils-pass1.html)
they ask ...