Changeset db9a1d1 in ada-examples for hello_world_ada/README
- Timestamp:
- 09/27/07 14:40:55 (15 years ago)
- Branches:
- ada-examples-4-10-branch, ada-examples-4-9-branch, master
- Children:
- 67e0556
- Parents:
- fd0047e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hello_world_ada/README
rfd0047e rdb9a1d1 3 3 # 4 4 5 The Makefile.anybsp can be used to compile and link an executable 6 for most BSPs. Some BSPs require extra transformation in order to 7 download and those may require their own Makefile (e.g. pc386). 5 This directory contains a hello world Ada example program. 8 6 9 The following is an example of how to build this test: 7 See the README.Makefiles in the top directory for instructions 8 on building for most BSPs. 10 9 11 export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/CPU-rtems4.8/BSP/12 make -f Makefile.anybsp clean all13 14 This procedure has been used on the following BSPs:15 16 arm/edb731217 bfin/eZKit53318 m68k/mcf5206elite19 mips/jmr390420 powerpc/gen520021 powerpc/psim22 sparc/erc3223 sparc/leon224 sparc/leon325 sparc/sis26 27 For the i386/pc386 BSP, you need to use the other Makefile.pc386 similar28 to the following:29 30 export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/i386-rtems4.8/pc386/31 make -f Makefile.pc386 clean all32
Note: See TracChangeset
for help on using the changeset viewer.