Re: Hi all, just an onfo about huw to use gcc tree

2007-03-04 Thread Michael Eager
Fabio Giovagnini wrote: Thanks a lot for your answer. Following some question about your gdb remote stuff. How big is your gdb remote stuff? Go to the gdb website (http://www.gnu.org/software/gdb/gdb.html) and download the documentation on gdb. That should answer your questions. -- Michael

Re: Hi all, just an onfo about huw to use gcc tree

2007-03-04 Thread Fabio Giovagnini
Thanks a lot for your answer. Following some question about your gdb remote stuff. Alle 02:12, domenica 4 marzo 2007, Michael Eager ha scritto: > Fabio Giovagnini wrote: > > Thanks for the answer. > > I go deeper in my thought so that maybe you can give me more infos about > > how I have to inve

Re: Hi all, just an onfo about huw to use gcc tree

2007-03-04 Thread Fabio Giovagnini
Where could I find any toturial about? Could you suggest me how to start? I'm a newby in this. Thanks a lot Alle 22:30, sabato 3 marzo 2007, Richard Guenther ha scritto: > On 3/3/07, Fabio Giovagnini <[EMAIL PROTECTED]> wrote: > > Thanks for the answer. > > I go deeper in my thought so that mayb

Re: Hi all, just an onfo about huw to use gcc tree

2007-03-03 Thread Michael Eager
Fabio Giovagnini wrote: Thanks for the answer. I go deeper in my thought so that maybe you can give me more infos about how I have to investagte about gcc/gdb We are developers of embedded software on board designed and build by us; Generally we use 16 bit cisc and 32 bits risc cpu (Renesas h8

Re: Hi all, just an onfo about huw to use gcc tree

2007-03-03 Thread Richard Guenther
On 3/3/07, Fabio Giovagnini <[EMAIL PROTECTED]> wrote: Thanks for the answer. I go deeper in my thought so that maybe you can give me more infos about how I have to investagte about gcc/gdb We are developers of embedded software on board designed and build by us; Generally we use 16 bit cisc and

Re: Hi all, just an onfo about huw to use gcc tree

2007-03-03 Thread Fabio Giovagnini
Thanks for the answer. I go deeper in my thought so that maybe you can give me more infos about how I have to investagte about gcc/gdb We are developers of embedded software on board designed and build by us; Generally we use 16 bit cisc and 32 bits risc cpu (Renesas h8/h8s; sh 2 / 3 ). We write

RE: Hi all, just an onfo about huw to use gcc tree

2007-03-03 Thread Dave Korn
On 03 March 2007 20:15, Fabio Giovagnini wrote: > Hi all, > I'd like to develop a tool able to do the following things: > 1) to load all the .h and .c/.cpp files; > 2) to analyze allo the data struct / unions and classes; > 3) to give me for each data member of a struct or union and for each data

Hi all, just an onfo about huw to use gcc tree

2007-03-03 Thread Fabio Giovagnini
Hi all, I'd like to develop a tool able to do the following things: 1) to load all the .h and .c/.cpp files; 2) to analyze allo the data struct / unions and classes; 3) to give me for each data member of a struct or union and for each data member of a class, the offset in bytes related to the base