Re: hi all

2011-07-20 Thread Ian Lance Taylor
santosh tatoju writes: > for gcc there are many directories in gcc/testsuite directory > > like gcc.dg, gcc.c-torture,gcc-misc-tests, gcc-target, and for > > g++ compiler g++.dg, g++-old.dg i just want to know what are all these for. > > i got info. for gcc related as gcc.c-torture for stressin

hi all

2011-07-20 Thread santosh tatoju
hi all i am working with cross compiler version gcc - 4.1.2 our team has ported the c & c++ cross compiler for our target processor. i have a task of testing the c++ cross compiler, i just want to know about the test suites available for c++, and i have the following questions for gcc t

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
the offset of each field. Is it possible? Where can I read more about to use gdb for embedded development with very poor uControllers? Thanks Alle 21:28, sabato 3 marzo 2007, Dave Korn ha scritto: > On 03 March 2007 20:15, Fabio Giovagnini wrote: > > Hi all, > > I'd like to

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 uni

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 t