Changes between Version 3 and Version 4 of Projects/GNUJavaCompiler


Ignore:
Timestamp:
03/02/13 04:13:10 (11 years ago)
Author:
C Rempel
Comment:

Status

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GNUJavaCompiler

    v3 v4  
    22
    33
    4 '''Status:''' No active volunteers.
     4'''Status:''' Completed the i386 port as part of Google Summer of Code 2011, may need to be extended to other architectures, and/or upstreamed.
    55
    66The purpose of this project is to make the [http://gcc.gnu.org/java/ GJC (GNU Java Compiler)] work with RTEMS.  RTEMS is supported as a target in GCC so it is expected that the primary development focus of this project will be to adapt the run-time library to RTEMS.  Since the GNU Ada and C++ run-times are already ported to RTEMS, there are examples to work from for many issues.  Also if the porter assumes it is using the POSIX thread interface, it is very likely that the GNU/Linux port will be a good reference.