Changeset fef087a in ada-examples
- Timestamp:
- 08/20/99 19:38:17 (24 years ago)
- Parents:
- 7efcefa
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
hello_world_ada/Makefile.erc32
r7efcefa rfef087a 7 7 # Tool paths 8 8 target=sparc-rtems 9 tooldir=/home/joel/gnat- 3.10b/${target}/10 rtemsdir=${tooldir}/ rtems/erc329 tooldir=/home/joel/gnat-to-test/${target}/ 10 rtemsdir=${tooldir}/erc32 11 11 12 12 # Tool names … … 14 14 GNATMAKE=${tooldir}/bin/${target}-gnatmake 15 15 SIZE=${tooldir}/bin/${target}-size 16 SIS=${tooldir}/bin/s is17 GDB=${tooldir}/bin/s is-gdb16 SIS=${tooldir}/bin/sparc-rtems-sis 17 GDB=${tooldir}/bin/sparc-rtems-gdb 18 18 19 CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mc ypress19 CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcpu=cypress 20 20 21 21 all: init.o -
hello_world_ada/init.c
r7efcefa rfef087a 54 54 assert( !status ); 55 55 56 #define GNAT_MAIN_STACKSPACE 100 56 57 #ifdef GNAT_MAIN_STACKSPACE 57 58 stacksize = GNAT_MAIN_STACKSPACE * 1024; … … 80 81 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 81 82 83 #define CONFIGURE_MAXIMUM_SEMAPHORES 10 82 84 #define CONFIGURE_GNAT_RTEMS 83 85 /*
Note: See TracChangeset
for help on using the changeset viewer.