Re: About Gcc tree tutorials

2007-02-03 Thread Brooks Moses
Ferad Zyulkyarov wrote: Also, I referred to some tutorials and articles in the net about writing gcc front-end. And here are they: 1. http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals/Print_version 2. http://www.faqs.org/docs/Linux-HOWTO/GCC-Frontend-HOWTO.html (old) 3. http://www.linuxjourna

Re: About Gcc tree tutorials

2007-02-03 Thread Rafael Espíndola
Also, I referred to some tutorials and articles in the net about writing gcc front-end. And here are they: 1. http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals/Print_version 2. http://www.faqs.org/docs/Linux-HOWTO/GCC-Frontend-HOWTO.html (old) 3. http://www.linuxjournal.com/article/7884 (overv

Re: About Gcc tree tutorials

2007-01-24 Thread Ferad Zyulkyarov
Hi, From the recent mails that you have posted in the gcc mailing list I understand that you have a very few tutorials for gcc trees that are complete(at least in your opinion). It would be very helpful of you if you can get me the details of those tutorials. I get advantage from the GCC inte

Re: About gcc

2006-06-20 Thread Manuel López-Ibáñez
On 20/06/06, Roberto COSTA <[EMAIL PROTECTED]> wrote: Hello Manuel, three people may have given witty replies... isn't a smile worth that? I'm also new to the list, and I respect it as a place for meaningful discussions. At the same time, I'm not against any genuine and spontaneous humour that ma

Re: About gcc

2006-06-20 Thread Roberto COSTA
Hello Manuel, three people may have given witty replies... isn't a smile worth that? I'm also new to the list, and I respect it as a place for meaningful discussions. At the same time, I'm not against any genuine and spontaneous humour that may arise from time to time among such serious matters

Re: About gcc

2006-06-20 Thread Manuel López-Ibáñez
(I am new in the list, so I understand that my opinion should not be taken as seriously as others.) Three persons have already given witty replies. I think most of us got the point with the first one. Is it necessary to spend more time reading emails about this? If you want to give some reply or

RE: About gcc

2006-06-20 Thread Dave Korn
On 20 June 2006 10:08, Gunnar Sjoo wrote: > According to your proposal, I hereby send my comments referring to your web > pages about downloading gcc. To me, your instructions are absolutely > impossible to understand, they could not be more impossible to understand if > they were written in Hebro

Re: About gcc

2006-06-20 Thread Roberto COSTA
Gunnar Sjoo wrote: According to your proposal, I hereby send my comments referring to your web pages about downloading gcc. To me, your instructions are absolutely impossible to understand, they could not be more impossible to understand if they were written in Hebroe or Mandarin. I will

Re: About gcc

2006-06-20 Thread Paolo Carlini
Gunnar Sjoo wrote: Better to learn something easier, like solving Einstein's general field equations. If that is *really* the case, then probably you should now waste time on gcc and instead try yourself on quantum gravity or string theory ;) ;) Paolo.

Re: about gcc-4.1-20050327

2005-03-28 Thread James E Wilson
zouq wrote: > /home/cpu/source/gcc-4.1-20050327/gcc/config/mips/mips.c:3976: error: > structure has no member named `truthvalue_conversion' This is the info we needed. Looking at the ChangeLog file, I see that this was accidentally broken by Joseph Myers last week. I posted a followup to the pa

Re: about gcc-4.1-20050327

2005-03-28 Thread zouq
- 源邮件 - 主题: Re: about gcc-4.1-20050327 发件人: "zouq" <[EMAIL PROTECTED]> 日期: Tue, 三月 29, 2005 8:21 am 收件人: "James E Wilson" <[EMAIL PROTECTED]> -

Re: about gcc-4.1-20050327

2005-03-28 Thread James E Wilson
zouq wrote: > i build a crosscompiler for gcc, abi=n32 gcc-4.1-20050327/configure > -target=mips64el-linux -prefix=/opt/gcc-4.1-20050327/ > -enable-languages=c --disable-shared make it will error with > config/mips/mips.c We need more info than what you have provided. In particular, we need to kn

Re: about gcc -XLinker -M

2005-03-01 Thread Mike Stump
On Feb 26, 2005, at 8:01 AM, [EMAIL PROTECTED] wrote: gcc -XLinker -M test.c 2>test.map would output some usful information about locating function to lib and ... The detail analyze of them would be very useful. Where can I find some introduce document about them? This list isn't for such questions