Re: Compiling GCC source

2022-02-07 Thread Richard Biener via Gcc
On Sun, Feb 6, 2022 at 8:14 PM Mohamed Atef via Gcc wrote: > > After i built it > I tried make - j 8 and it's recompiling now i thought i will have messege > like > Every thing is up to date or there are no change done > But it actually started to compile again If you modify parts of gcc/ only th

Re: Compiling GCC source

2022-02-06 Thread Martin Jambor
Hello, On Sun, Feb 06 2022, Mohamed Atef via Gcc wrote: > Hello everyone, > I built gcc from the repo and it took around 2 hours but I am > wondering should I wait two hours after every modification? > Is there any way to recompile faster. > That's very important as we will add some files

Re: Compiling GCC source

2022-02-06 Thread Mohamed Atef via Gcc
45 mins and i am waiting في الأحد، ٦ فبراير، ٢٠٢٢ ٩:١٨ م Mir Immad كتب: > The build system probably first tries to make sure if everything is in > place and if there were any changes and re-compiles the new/changed files. > > How much time does it take when you try to rebuild? > > On Mon, Feb 7,

Re: Compiling GCC source

2022-02-06 Thread Mir Immad via Gcc
The build system probably first tries to make sure if everything is in place and if there were any changes and re-compiles the new/changed files. How much time does it take when you try to rebuild? On Mon, Feb 7, 2022, 12:43 AM Mohamed Atef wrote: > After i built it > I tried make - j 8 and it'

Re: Compiling GCC source

2022-02-06 Thread Mohamed Atef via Gcc
After i built it I tried make - j 8 and it's recompiling now i thought i will have messege like Every thing is up to date or there are no change done But it actually started to compile again في الأحد، ٦ فبراير، ٢٠٢٢ ٩:٠٨ م Mir Immad كتب: > Yes, that is right. > > On Mon, Feb 7, 2022, 12:38 AM M

Re: Compiling GCC source

2022-02-06 Thread Mir Immad via Gcc
Yes, that is right. On Mon, Feb 7, 2022, 12:38 AM Mohamed Atef wrote: > Hello, > Only modified files will be recompiled, won't it? > > > في الأحد، ٦ فبراير، ٢٠٢٢ ٩:٠٥ م Mir Immad كتب: > >> Make sure to use all the cores available. >> >> make -j N >> >> e.g; make -j 8 >> >> >> On Mon, Feb

Re: Compiling GCC source

2022-02-06 Thread Mohamed Atef via Gcc
Hello, Only modified files will be recompiled, won't it? في الأحد، ٦ فبراير، ٢٠٢٢ ٩:٠٥ م Mir Immad كتب: > Make sure to use all the cores available. > > make -j N > > e.g; make -j 8 > > > On Mon, Feb 7, 2022, 12:26 AM Mohamed Atef via Gcc > wrote: > >> Hello everyone, >> I built g

Re: Compiling GCC source

2022-02-06 Thread Mir Immad via Gcc
Make sure to use all the cores available. make -j N e.g; make -j 8 On Mon, Feb 7, 2022, 12:26 AM Mohamed Atef via Gcc wrote: > Hello everyone, > I built gcc from the repo and it took around 2 hours but I am > wondering should I wait two hours after every modification? > Is there any w

Compiling GCC source

2022-02-06 Thread Mohamed Atef via Gcc
Hello everyone, I built gcc from the repo and it took around 2 hours but I am wondering should I wait two hours after every modification? Is there any way to recompile faster. That's very important as we will add some files and tests for OMPD. Thanks

Compiling gcc source: unknown command gcctabopt

2006-11-27 Thread Andrea Callia D'Iddio
Hi all, I'm trying to compile gcc 4.1 source (from debian). I need to be able to compile it because I have to modify and add some code and recompile. When I try to compile gcc I get the following error message: ../.././fastjar/fastjar.texi:119: Unknown command `gcctabopt'. ../.././fastjar/fastja

Re: Problem compiling GCC source code in AIX

2006-07-26 Thread Kithsiri Lekamge
Thanks a lot David , You saved my time. I have not installed bash earlier. When i installed the bash and sat the environment varialble. % CONFIG_SHELL=/usr/local/bin % export CONFIG_SHELL Then everything is OK. :) AIX shell is not supported compiling GCC source code. Rgs, Kithsiri On 7/24/06

Re: Problem compiling GCC source code in AIX

2006-07-24 Thread David Edelsohn
>>>>> Kithsiri Lekamge writes: Kithsiri> I am in great difficult compiling GCC source code in AIX box. Kithsiri> I installed the binary of GCC 3.3.2 and using this compiler I started Kithsiri> to compile the GCC 3.4.6 source codes. Kithsiri> After 5 hrs of compilin

Problem compiling GCC source code in AIX

2006-07-24 Thread Kithsiri Lekamge
Hi All, I am in great difficult compiling GCC source code in AIX box. I installed the binary of GCC 3.3.2 and using this compiler I started to compile the GCC 3.4.6 source codes. After 5 hrs of compiling I received the following error. 46286 Segmentation fault: Configure-target-libstdc++-v3