- GNAT - install from www.adacore.com/community
- Choose environment (or try several)
- GPS - installs as part of gnat. See other file for
project file.
- Adagide - easy to use. Install from Martin Carlisle
- Command line: cmd or terminal window or putty - rucs or personal machine
- Create compile and run hello.adb
with ada.text_io; use ada.text_io;
procedure hello is
begin
put("HI");
end hello;
- VPN - install from RU IT Onestop and run
- Map U drive: \\userdir\unix\username
- May need to select "Use other credentials": RADFORD\username
- Drag hello.adb to U: drive
- Log in to rucs using putty or terminal window
- Compile on rucs
gnatmake hello
- submit on rucs
submit itec320-02 hello.adb