Re: seek advice about GCC learning

2023-09-27 Thread David Brown
On 26/09/2023 08:48, weizhe wang via Gcc wrote: Thanks for your reply. Is there some guide for building rv32 cross compiler gcc ? I encounter some error in the building progress. You might find useful information here:

Re: seek advice about GCC learning

2023-09-25 Thread weizhe wang via Gcc
Thanks for your reply. Is there some guide for building rv32 cross compiler gcc ? I encounter some error in the building progress. Sent using https://www.zoho.com/mail/ On Mon, 25 Sep 2023 23:40:51 -0700 Jonathan Wakely wrote --- On Tue, 26 Sept 2023, 03:11 weizhe wang

Re: seek advice about GCC learning

2023-09-25 Thread Jonathan Wakely via Gcc
On Tue, 26 Sept 2023, 03:11 weizhe wang via Gcc, wrote: > Hi Guys, > > > > Can we build risv-32 gcc compiler from official gcc repository ? > Yes, lots of people do that. > > > Thanks, > > > > Flint > > > > Sent using https://www.zoho.com/mail/ > > > > > > > > > On Thu, 02 Feb 2023

Re: seek advice about GCC learning

2023-09-25 Thread weizhe wang via Gcc
Hi Guys,   Can we build risv-32 gcc compiler from official gcc repository ? Thanks, Flint Sent using https://www.zoho.com/mail/ On Thu, 02 Feb 2023 05:21:36 -0800 Martin Jambor wrote --- Hello Flint, On Sat, Jan 28 2023, hmsjwzb via Gcc wrote: > Hi GCC develope

Re: seek advice about GCC learning

2023-02-02 Thread Martin Jambor
Hello Flint, On Sat, Jan 28 2023, hmsjwzb via Gcc wrote: > Hi GCC developers, > > I am learning GCC. But the GCC code is hard to understand. We are delighted you found looking into GCC interesting. I definitely agree that GCC source can be hard to read, especially for newcomers but often e

seek advice about GCC learning

2023-01-28 Thread hmsjwzb via Gcc
Hi GCC developers, I am learning GCC. But the GCC code is hard to understand. I'm reading the c compiler of GCC. It seems the understanding of AST/GENERIC representation is very important. Is there a tool can visualize the AST/GENERIC representation? Do you have