Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 18 and Version 19 of Developer/Eclipse/Information


Ignore:
Timestamp:
12/10/10 21:28:55 (14 years ago)
Author:
Danielcode
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Eclipse/Information

    v18 v19  
    121121
    122122Some people even use [http://stackoverflow.com/questions/321196/is-git-with-cvs-faster-than-cvs-alone Git as a CVS client]
     123= LEON C/C++ IDE for Eclipse =
     124
     125[http://www.gaisler.com/cms/index.php?option=com_content&task=view&id=148&Itemid=31 LeonIDE] in conjunction with CDT plugin makes it possible to cross- compile C and C++ application for LEON and ERC32 processors, and to debug them on either simulator and target hardware (TSIM or GRMON).
     126- LEON IDE is a plug-in for the Eclipse C/C++ Development Tooling or CDT.
     127- CDT is a C / C++ development environment for Eclipse.
     128- LEON IDE extends the CDT environment to include support for development and debugging using the tools provided by Aeroflex Gaisler.
     129Supported toolchains:
     130? RTEMS 4.6.5 1.0.19
     131? RTEMS 4.7.99.2 1.0.4
     132
     133Also see [http://www.gaisler.com/cms/index.php?option=com_content&task=view&id=150&Itemid=31 LEON/ERC32 RTEMS Cross Compilation System (RCC)] a cross-compilation system for both ERC32 and LEON processors.
     134= Embedded Linux Development Kit =
     135
     136[http://www.denx.de/wiki/DULG/ELDK Embedded Linux Development Kit (ELDK)]includes the GNU cross development tools, such as the compilers, binutils, gdb, etc., and a number of pre-built target tools and libraries necessary to provide some functionality on the target system. It is provided for free with full source code, including all patches, extensions, programs and scripts used to build the tools.
    123137=  Plug-in Development Environment =
    124138[http://www.eclipse.org/pde/ Plug-in Development Environment (PDE)] , which provides tools to create, develop, test, debug, build and deploy Eclipse plug-ins, fragments, features, update sites and RCP products.