Homework 1 Steps



  1. Find or install the GNAT Ada Compiler:

  2. Choose one of these IDEs:

  3. Create homework_one.adb and edit to include your name, etc.

  4. Get (from RU IT One Stop), install, and run the RU VPN client

  5. Transfer your file to rucs, either by (1) using WinSCP or by (2) mapping your U: unix drive.
    1. Use WinSCP (Windows secure copy) (or scp from a mac terminal window) - VPN session must be running

    2. Map your U: Drive:

  6. Use putty (or a terminal window) to access rucs and compile and submit the file:
    1. Connect and log in to rucs (VPN connection required if off campus, and perhaps if you are on campus)
    2. If homework_one.adb is in a subdirectory, use cd to navigate to that subdirectory
    3. Compile your program on rucs, to create an executable and to verify that it works on rucs:
    4.          gnatmake homework_one
               homework_one
               
    5. Submit the .adb source program, the object file, and the executable, and then check that the submit worked:
    6.          submit itec320-02 homework_one.adb homework_one.o homework
               submit itec320-02 -ls 
    7. The second submit should list the three files that you submitted