Changes between Version 25 and Version 26 of Developer/Eclipse/Plugin


Ignore:
Timestamp:
12/15/14 15:50:43 (9 years ago)
Author:
Amar Takhar
Comment:

Fix filename case to fix images.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Eclipse/Plugin

    v25 v26  
    2323You can install the plug-in via the standard Eclipse infrastucture.  Simply add ftp://ftp.rtems.org/pub/rtems/eclipse/updates/ to the software update sites ('''Help > Install New Software...''').
    2424
    25 [[Image(repi-install.jpg)]]
     25[[Image(Repi-install.jpg)]]
    2626
    2727= Plug-In Setup =
     
    2929After the plug-in installation you should setup the preferences ('''Window > Preferences''').
    3030
    31 [[Image(repi-setup.jpg)]]
     31[[Image(Repi-setup.jpg)]]
    3232
    3333Base path: is the path to the RTEMS installed toolchain
     
    4848Switch to the ''C/C++ Perpective'' ('''Window > Open Perspective > Other > C/C++ Perpective''').  You can now create a new ''C Project'' or ''C++ Project'' ('''File > New > C Project''' or '''File > New > C++ Project''') and follow the wizard.  You can create projects for RTEMS executables and static libraries.  A ''Hello, World!'' template is also available.
    4949
    50 [[Image(repi-project.jpg)]]
     50[[Image(Repi-project.jpg)]]
    5151
    5252= Project Properties =
     
    5454You can change the RTEMS specific project properties like RTEMS base installation path and board support package path via the standard properties dialog ('''Project > Properties''') and with the project wizard.
    5555
    56 [[Image(org-rtems-cdt-props.jpg)]]
     56[[Image(Org-rtems-cdt-props.jpg)]]
    5757
    5858= Trouble Shooting =
     
    6363Consult the problems view ('''Window > Show View > Problems'''), if something works not like expected.  Errors like below indicate that the paths in the RTEMS preferences and properties are not correct.
    6464
    65 [[Image(org-rtems-cdt-problem-0.jpg)]]
    66 [[Image(org-rtems-cdt-problem-1.jpg)]]
     65[[Image(Org-rtems-cdt-problem-0.jpg)]]
     66[[Image(Org-rtems-cdt-problem-1.jpg)]]
    6767
    6868= Cross-references not Working =