the GNU Ada compiler that comes as part of GCC (the GNU Compiler Collection including the GNU C Compiler)
2
votes
2answers
163 views
GNAT.Sockets obtain MAC Address
Is there a way to obtain a MAC address with GNAT.Sockets?
I've read the .ads file several times and seen nothing that looks like it would yield a MAC address.
Ads here
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 ...
1
vote
1answer
154 views
Gnat create process without console
I need an application that will run silently in the background, yet still interact with the current user's desktop, and is not a service.
I want the application to start without spawning a stdout ...
3
votes
0answers
157 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
0answers
94 views
GNATbench Ada in eclipse using Remote System Explorer
I use GNATbench Ada plugin for eclipse to make eclipse Ada aware on Windows. This works well for local files, but my main development is on a remote Unix box. I successfully use the Remote System ...
0
votes
0answers
68 views
Ada - gnatbench, working with nested projects
gnatbench seems to wig out if I create an Ada project inside of a directory that contains a general project. None of the Ada functions work at all (auto code complete, building, or cleaning). I know ...
0
votes
0answers
54 views
Installing the spark GLP plugin into GNAT GPS
I am looking for advice on how to install the Spark plugin for GNAT GPS GPL version 5.1.1. So far the information i have found has been brief or irrelevant to version 5.1.1.
Many thanks
Stuart
0
votes
0answers
66 views
GNAT GPS isn't recognizing changes I've made to my code
I've been working on an Ada project in GPS. My project is coming along, however I went and made some changes to the main.adb file and I noticed that no matter what changes I make, when I click Run it ...