the GNU Ada compiler that comes as part of GCC (the GNU Compiler Collection including the GNU C Compiler)
3
votes
0answers
158 views
Using .net commands in Ada
I know, it's a noob question but..... I don't know :(
I am using dotnet-gnat, I'm having trouble using the commands of the platform. Net in Ada ... I can use the WriteLine, but the ReadLine command, ...
2
votes
2answers
239 views
How to use unicode in GNAT Programming Studio?
I am using the GPS to programming.
But I can't use unicode characters in code.
I set the Character Set as UTF-8 in preferences. But I still could not type the unicode characters as comment in the ...
2
votes
1answer
231 views
Ada - strange error - consistent version of gcc/gnatbind
i'm trying to compile an Ada project.
I installed the current 2011 GNAT GPL package from Libre AdaCore, it contains the gcc compiler too.
The strange error is the following
fatal error: file ...
1
vote
1answer
741 views
Ada GPS IDE can't seem to find GtkAda
I have installed both the GNAT Programming Studio (GPS) and GtkAda. They both seem to work fine, but when I try to build the Simple Window project under New Project from Template, I get a bunch of ...
2
votes
2answers
569 views
How to Run Ada Code in GPS
In GNAT Programming Studio, how do you run the program? I see it compiled successfully, but I do not see where my program has started running. I would like to test it.
1
vote
3answers
203 views
Ada, how to package the Ada code to an independent exe file?
I am use GNAT Programming Studio 2011.
I want to know how package the code to an exe file.
Such as package and release my code to a exe file and could running in other computer which is not install ...
3
votes
2answers
250 views
separate procedure in ada
I have a very big project, and I'm trying to start using GPS (Gnat Programming Studio) instead of what I have.
The naming conventions of the proj are as following:
something.1.ada for a spec
...
2
votes
2answers
238 views
How to bind to OpenCV for GNAT?
Can anybody tell me how to find or create a binding to OpenCV for GNAT?
I want to use Ada2005 to implement some program with OpenCV (1.0 or 2.X),
but I don't know how. Can anybody teach me how to do ...
1
vote
2answers
446 views
Is there an API Reference for GNAT GPL (LEGO MINDSTORMS NXT – Ravenscar Edition)
I am trying to code my NXT using GNAT GPL for LEGO MINDSTORMS NXT – Ravenscar Edition which uses the Ada language. Some examples are provided with the installation but is there an API reference ...
1
vote
2answers
314 views
Gnatbench runs Ada program before compile
I have GNATbench installed in my Eclipse (Indigo) for coding in Ada; and for some odd reason, the program is first run and then compiled, which doesn't quite work when I update the code. I know the ...
0
votes
1answer
131 views
Makefile help (and Shell command)
I need help extracting test from a shell command for use in a Makefile variable.
Basically, I am using two different versions of a piece a software on different servers, but using a common makefile. ...
2
votes
2answers
186 views
Ada compilation Missing Subunits
I recently updated to a new version of the GNAT compiler.. I am trying to compile the GNADE source (http://gnade.sourceforge.net/)
Is there some sort of flag that I need to set or some way to debug ...
1
vote
2answers
442 views
Ada issue with STORAGE_ERROR
I have this small function that is causing me headaches on RHEL6, and I am not sure what is going on... and it is a pain to debug. When I run this I am getting a STORAGE_ERROR, so I did a gstack to ...
2
votes
3answers
510 views
Ada - GNAT GPS IDE not binding and linking
I'm trying to learn Ada from Wikibooks. I've downloaded and installed GNAT GPL 2011, created a project in the GPS IDE which comes with it and written an example hello world programme.
The problem I ...
1
vote
3answers
201 views
How to write gnatcheck rules
Is it possible to write your own gnatcheck rules, and if so, can someone point me to a good reference? I am searching for a particular "style" that is being used, and would love if I could simply ...
2
votes
3answers
236 views
Ada compilation issue (Looking for adbs i don't have?)
I am trying to compile a third part library into my existing application using gnatmake.. And I am getting this error:
gnatmake: "dds.adb" not found
gnatmake: "dds-domainparticipant.adb" not found
...
1
vote
2answers
249 views
Set specific cpu core for task in GNAT
I'm using Gnat and want to set a specific execution core for one of the tasks. The problem is that I couldn't find any docs on that. Despite the addition of System.Multiprocessor, as mentioned here ...
2
votes
1answer
237 views
Dump current stack in GNAT compiled Ada?
In java I use this method sometimes to see where I am in the current stack:
http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html#dumpStack()
I am new to the Ada world, but am ...
2
votes
2answers
278 views
Command line for Ada version?
I am looking for a command line to check for the version of my Ada installation. Any help ?
2
votes
2answers
1k views
Ada Slicing with Strings
I'm a long time C++ programmer learning Ada for fun. If any of the following is bad form, please feel free to point it out. I'm trying to learn the Ada way to do things, but old habits are hard to ...
1
vote
2answers
1k views
Package not visible error
I've having trouble with package visibility. I have a really simple package and the code is listed below. The error message is shown here:
viterbi.adb:12:14: "Integer_Text_IO" is not visible (more ...
1
vote
1answer
210 views
Ada code layout with gnatpp query
I am trying to use gnatpp to improve the layout of some ada code, however when reformatting procedure calls it is putting named parameters on the same line, rather than on separate lines as I prefer. ...
2
votes
2answers
393 views
Can't make Ada work with Xcode 3.2
I've been looking around the web for an hour and I'm just giving up to ask it here...
I've got to work under Ada. I managed to make gnat work as a command line to compile my files.
But I want to be ...
1
vote
3answers
2k views
How do I compile and link using gnatmake with an Ada shared library?
I am having trouble compile an applicant again the Florist library. Turns out I have a larger issue with florist (same error results from both newest 2010 Adacore GPL download and 2009 version in ...
