Changeset fef087a in ada-examples


Ignore:
Timestamp:
08/20/99 19:38:17 (24 years ago)
Author:
cvs2git <rtems-devel@…>
Parents:
7efcefa
Message:

This commit was manufactured by cvs2svn to create tag 'ada-
examples-19990820'.

Sprout from OAR 1999-04-20 13:05:42 UTC Joel Sherrill <joel.sherrill@…> 'base GNAT/RTEMS examples'
Cherrypick from master 1999-08-20 19:38:16 UTC Joel Sherrill <joel.sherrill@…> 'Changed version to 19990820.':

VERSION
hello_world_ada/Makefile.erc32
hello_world_ada/init.c

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • hello_world_ada/Makefile.erc32

    r7efcefa rfef087a  
    77# Tool paths
    88target=sparc-rtems
    9 tooldir=/home/joel/gnat-3.10b/${target}/
    10 rtemsdir=${tooldir}/rtems/erc32
     9tooldir=/home/joel/gnat-to-test/${target}/
     10rtemsdir=${tooldir}/erc32
    1111
    1212# Tool names
     
    1414GNATMAKE=${tooldir}/bin/${target}-gnatmake
    1515SIZE=${tooldir}/bin/${target}-size
    16 SIS=${tooldir}/bin/sis
    17 GDB=${tooldir}/bin/sis-gdb
     16SIS=${tooldir}/bin/sparc-rtems-sis
     17GDB=${tooldir}/bin/sparc-rtems-gdb
    1818
    19 CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcypress
     19CARGS=-B${rtemsdir}/lib/ -specs bsp_specs -qrtems -mcpu=cypress
    2020
    2121all: init.o
  • hello_world_ada/init.c

    r7efcefa rfef087a  
    5454  assert( !status );
    5555
     56#define GNAT_MAIN_STACKSPACE 100
    5657#ifdef GNAT_MAIN_STACKSPACE
    5758  stacksize = GNAT_MAIN_STACKSPACE * 1024;
     
    8081#define CONFIGURE_POSIX_INIT_THREAD_TABLE
    8182
     83#define CONFIGURE_MAXIMUM_SEMAPHORES 10
    8284#define CONFIGURE_GNAT_RTEMS
    8385/*
Note: See TracChangeset for help on using the changeset viewer.