Changes between Version 10 and Version 11 of Projects/Apache_Runtime


Ignore:
Timestamp:
07/12/12 22:38:27 (12 years ago)
Author:
C Rempel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Apache_Runtime

    v10 v11  
    1212Although, my original port was a brute-force approach to the RTEMS source tree, my current attempt utilizes the RTEMS Addon Packages build system.  When doing an RTEMS Addon Packges port, there are three files that need to be modified: Makefile.<<lib>>, Makefile, and BuildTests.sh
    1313
    14 The shared memory module of the Apache Runtime Library requires memory management (mman) support.  To get mman support, you can use the mmap_kit inside of the RTEMS Graphics toolkit
     14The shared memory module of the Apache Runtime Library requires memory management (mman) support.  To get mman support, you can use the mmap_kit inside of the RTEMS Graphics toolkit.
    1515
    1616 ~$ git clone git://git.rtems.org/rtems-graphics-toolkit.git
     
    1818 ~$ make && make install
    1919
    20 Now you that have very basic memory management (mman) support, you can install the Apache Runtime Library.
     20Another approach that I will explore in the near future is to use the [ http://git.rtems.org/chrisj/rtl.git/ RTEMS Runtime Linker library.]
     21
     22 ~$ git clone git://http://git.rtems.org/chrisj/rtl.git/
     23
     24
     25Once you have basic memory management (mman) support, you can install the Apache Runtime Library.
    2126=  Makefile.apr  =
    2227