GNATbus uart example
********************

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.

   $ gnatbus_uart


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