GNATbus speed_probe example
***************************

GtkAda mode
-----------

   For this mode you need a valid installation of GtkAda.

   1) Setting project path

      If your native GNAT compiler is not installed in the same directory as
      GNATemu, you have to set the ADA_PROJECT_PATH environment variable:

      $ export ADA_PROJECT_PATH=<PATH_TO_GNATEMULATOR>/lib/gnat:$ADA_PROJECT_PATH

   2) Compiling the example.

      To compile, un-comment the first line of speed_probes.gpr and invoke
      gprbuild:

      $ gprbuild -XHead=gtkada

   3) Running the example.

      $ main_gtkada

Console mode
------------

   1) Setting project path

      If your native GNAT compiler is not installed in the same directory as
      GNATemu, you have to set the ADA_PROJECT_PATH environment variable:

      $ export ADA_PROJECT_PATH=<PATH_TO_GNATEMULATOR>/lib/gnat:$ADA_PROJECT_PATH

   2) Compiling the example.


      To compile, simply invoke gprbuild:

      $ gprbuild

   3) Running the example.

      $ main_headless

Read guest_code/README to build and run the guest executable.
