summaryrefslogtreecommitdiffstats
path: root/file_io/repeated_opens/README
blob: e562ba463a0c2ac6d2db9afe60e932854e007f32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#  README for simple example application
#

In this directory, you will find a simple RTEMS application and a Makefile.
It can be built by setting the environment variable "RTEMS_MAKEFILE_PATH"
and invoking make.

Here are a couple of example ways to do this using the erc32 BSP:

    RTEMS_MAKEFILE_PATH=/home/joel/gnat-3.10p/sparc-rtems/rtems/erc32 gmake 

The resulting application end up in o-erc32/test.exe.

An alterative way to do this is to set the environment variable separately:

  export RTEMS_MAKEFILE_PATH=/home/joel/gnat-3.10p/sparc-rtems/rtems/erc32
  gmake