Changeset 162291d in ada-examples
- Timestamp:
- 08/31/01 19:21:15 (21 years ago)
- Branches:
- rtems-4-5-branch
- Children:
- bd0cc4e
- Parents:
- 373d380
- Location:
- hello_world_ada
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
hello_world_ada/Makefile.erc32
r373d380 r162291d 7 7 # Tool paths 8 8 target=sparc-rtems 9 tooldir=/ home/joel/gnat-to-test/${target}/10 tooldir=/usr2/tools_install/gnat-3.12p//${target}/11 rtemsdir=${tooldir}/ erc329 tooldir=/opt/gnatrtems 10 #tooldir=/usr2/tools_install/gnat-3.12p//${target}/ 11 rtemsdir=${tooldir}/sparc-rtems/erc32 12 12 13 13 # Tool names -
hello_world_ada/Makefile.psim
r373d380 r162291d 7 7 # Tool paths 8 8 target=powerpc-rtems 9 tooldir=/ home/joel/gnat-3.11b/${target}/10 rtemsdir=${tooldir}/ rtems/psim9 tooldir=/opt/gnatrtems 10 rtemsdir=${tooldir}/${target}/psim 11 11 12 12 # Tool names … … 21 21 all: init.o 22 22 $(GNATMAKE) -v -O -gnata -gnatE -gnato $(MAIN) -g \ 23 -bargs - r\23 -bargs -Mgnat_main \ 24 24 -cargs $(CARGS) \ 25 25 -largs $(CARGS) init.o … … 33 33 run: 34 34 -$(PSIM) -o "/#address-cells 2" \ 35 -o "/openprom/options/oea-memory-size 4194304" $(MAIN)35 -o "/openprom/options/oea-memory-size 8388608" $(MAIN) 36 36 @echo Ignore the return code. It is meaningless. 37 37
Note: See TracChangeset
for help on using the changeset viewer.