Re: [lfs-support] compiling GCC C compiler cannot create executable

2019-10-27 Thread capnhawkbill
On 19/10/27 11:54am, Pierre Labastie wrote: > On 26/10/2019 23:18, capnhawkbill wrote: > > LFS_TGT is set to x86_64-pc-linux-gnu > > This is what is wrong: it should be x86_64-lfs-linux-gnu. Check .bashrc in > /home/lfs directory. Thank you so much this solved it. Deleted binutils and gcc and

Re: [lfs-support] compiling GCC C compiler cannot create executable

2019-10-27 Thread Pierre Labastie
On 26/10/2019 23:18, capnhawkbill wrote: > LFS_TGT is set to x86_64-pc-linux-gnu This is what is wrong: it should be x86_64-lfs-linux-gnu. Check .bashrc in /home/lfs directory. > Do I need a special no-bootstrap flag? I think you don't, once you have fixed the error above. Pierre --

Re: [lfs-support] compiling GCC C compiler cannot create executable

2019-10-26 Thread Trent
On 10/26/19 1:19 PM, capnhawkbill wrote: the question was : chapter 5 GCC pass 1, chapter 5 GCC pass 2, or chapter 6 GCC? Oh I'm trying to do pass 1 chapter 5 Good! Are you pasting from the pdf book or from the html version (if so with which browser?). I'm copying from the website in

Re: [lfs-support] compiling GCC C compiler cannot create executable

2019-10-26 Thread capnhawkbill
> the question was : chapter 5 GCC pass 1, chapter 5 GCC pass 2, or chapter 6 > GCC? Oh I'm trying to do pass 1 chapter 5 > Good! Are you pasting from the pdf book or from the html version (if so with > which browser?). I'm copying from the website in firefox. Thanks for helping! --

Re: [lfs-support] compiling GCC C compiler cannot create executable

2019-10-26 Thread Pierre Labastie
On 26/10/2019 08:15, capnhawkbill wrote: > On 19/10/25 12:59pm, Bruce Dubbs wrote: >> >> What package are you building? Some things to consider: > I'm trying to build GCC. the question was : chapter 5 GCC pass 1, chapter 5 GCC pass 2, or chapter 6 GCC? > >> 1. Is the output of the Host System

Re: [lfs-support] compiling GCC C compiler cannot create executable

2019-10-26 Thread capnhawkbill
On 19/10/25 12:59pm, Bruce Dubbs wrote: > > What package are you building? Some things to consider: I'm trying to build GCC. > 1. Is the output of the Host System Requirements OK? > 2. Are you strictly following the build process: The output of version-check.sh is here and I think it is

Re: [lfs-support] compiling GCC C compiler cannot create executable

2019-10-25 Thread Bruce Dubbs
On 10/25/19 12:23 PM, capnhawkbill wrote: I'm trying to make lfs for the first time but so far it isn't going well. Compiling gcc is giving me the error: C compiler cannot create executables make log: http://ix.io/1ZKJ Error: configure: loading cache ./config.cache checking for

[lfs-support] compiling GCC C compiler cannot create executable

2019-10-25 Thread capnhawkbill
I'm trying to make lfs for the first time but so far it isn't going well. Compiling gcc is giving me the error: C compiler cannot create executables make log: http://ix.io/1ZKJ Error: configure: loading cache ./config.cache checking for x86_64-pc-linux-gnu-gcc...