source: ada-examples/hello_world_ada/README @ 3538a0c

ada-examples-4-10-branchada-examples-4-8-branchada-examples-4-9-branch
Last change on this file since 3538a0c was 9e6e1e8, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/07 at 22:11:30

2007-07-23 Joel Sherrill <joel.sherrill@…>

  • hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386, hello_world_ada/init.c: Clean up.
  • hello_world_ada/.cvsiginore, hello_world_ada/README: New files.
  • hello_world_ada/Makefile.score603e, hello_world_ada/README.ERC32, hello_world_ada/README.PSIM, hello_world_ada/gdb.psim: Removed.
  • Property mode set to 100644
File size: 803 bytes
Line 
1#
2#  $Id$
3#
4
5The Makefile.anybsp can be used to compile and link an executable
6for most BSPs.  Some BSPs require extra transformation in order to
7download and those may require their own Makefile (e.g. pc386).
8
9The following is an example of how to build this test:
10
11export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/CPU-rtems4.8/BSP/
12make -f Makefile.anybsp clean all
13
14This procedure has been used on the following BSPs:
15
16  arm/edb7312
17  bfin/eZKit533
18  m68k/mcf5206elite
19  mips/jmr3904
20  powerpc/gen5200
21  powerpc/psim
22  sparc/erc32
23  sparc/leon2
24  sparc/leon3
25  sparc/sis
26
27For the i386/pc386 BSP, you need to use the other Makefile.pc386 similar
28to the following:
29
30export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/i386-rtems4.8/pc386/
31make -f Makefile.pc386 clean all
32
Note: See TracBrowser for help on using the repository browser.