2008-08-18 08:06:54 gnat
suresh kumar (INDIA)
Message: 60574
HI
I am installed gnat-gpl-2008-i686-gnu-linux-libc2.3-bin.tar in fedora 8.i am using bf357 with 0.3 version.but i dont know how to start the gnat for debugg.i try it gnat-gps loop.c --debugger bfin-uclinux.gdb.but it showing error as command gnat is not found.
QuoteReplyEditDelete
2008-08-18 14:48:42 Re: gnat
Robin Getz (UNITED STATES)
Message: 60593
Suresh:
As far as I am aware - gnat is for ada - is that what you are developing? Or do you mean a different package?
http://www.gnu.org/software/gnat/gnat.html
Or do you really want gps (gnat programming studio)?
https://libre2.adacore.com/gps/
-Robin
QuoteReplyEditDelete
2008-08-18 17:36:40 Re: gnat
Miquel Soler i Mir (SPAIN)
Message: 60599
If you trying to use GNAT-GPS to degub a program.
In may case I'm using this comand:
gnat-gps hola.c --debugger bfin-uclinux-gdb
Miquel Soler i Mir
TranslateQuoteReplyEditDelete
2008-08-20 04:54:41 Re: gnat
suresh kumar (INDIA)
Message: 60743
HI
i am try to use ada
The GNAT Programming Studio
for application program debugging in bf537.
Is it possible to debug the assembly program under the GPS.
QuoteReplyEditDelete
2008-08-20 11:09:24 Re: gnat
Robin Getz (UNITED STATES)
Message: 60765
Suresh:
you need to start using the words properly - ADA is a programming language - http://www.sei.cmu.edu/str/descriptions/ada95_body.html
GNAT Programming Studio is a integrated development environment (IDE) https://libre.adacore.com/gps/main.html
You said:
> I am try to use ada, the GNAT Programming Studio for application program debugging in 537
Is your application built in ADA? and you just want to see the mixed mode (ADA/assembly)? Or what exactly are you trying to do?
QuoteReplyEditDelete
2008-08-21 05:45:52 Re: gnat
suresh kumar (INDIA)
Message: 60816
HI robin.
i am using ada gnat programming studio for graphical front end debugging.i need to debug blackfin assembly code debug through gdb in host,gdbserver in target with front end gnat.
Is it possible assembly debug.how can to plotting in gnat?
QuoteReplyEditDelete
2008-08-21 09:28:58 Re: gnat
Robin Getz (UNITED STATES)
Message: 60836
Suresh:
Thanks for the info. (although you are still using the wrong words - I think I understand what you are trying to do).
>i need to debug blackfin assembly code debug through gdb in host,gdbserver in target with front end gnat.
you mean with host based GPS? ("front end gnat" - gnat is for ADA development - it is not an IDE)
Yes you can debug blackfin assembly code through gdb. I have not used GPS - but I know others have.
As for plotting - you need to check the GPS manual.
-Robin
QuoteReplyEditDelete
2008-08-25 02:07:01 Re: gnat
suresh kumar (INDIA)
Message: 60968
Thanks robin
I can do assembly debugging in DDD but not in GNAT.
QuoteReplyEditDelete
2008-08-28 22:33:34 Re: gnat
Robin Getz (UNITED STATES)
Message: 61298
Suresh:
As I have never used GPS - I can only point you to the GPS mailing list.
http://lists.adacore.com/mailman/listinfo/gps-users
You might want to ask there what the trick is to get GPS to debug things in assembly.
-Robin