summaryrefslogtreecommitdiffstats
path: root/hello_world_ada/README
blob: a57bfda3e8a49fe48941d2ffdaed7ac6414be5d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
#  $Id$
#

The Makefile.anybsp can be used to compile and link an executable
for most BSPs.  Some BSPs require extra transformation in order to
download and those may require their own Makefile (e.g. pc386).

The following is an example of how to build this test:

export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/CPU-rtems4.8/BSP/
make -f Makefile.anybsp clean all

This procedure has been used on the following BSPs:

  arm/edb7312
  bfin/eZKit533
  m68k/mcf5206elite
  mips/jmr3904
  powerpc/gen5200
  powerpc/psim
  sparc/erc32
  sparc/leon2
  sparc/leon3
  sparc/sis

For the i386/pc386 BSP, you need to use the other Makefile.pc386 similar
to the following:

export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/i386-rtems4.8/pc386/
make -f Makefile.pc386 clean all