Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:eclipse [2015/04/01 16:56] – fixed missing link liedmannen:eclipse [2022/08/04 15:02] (current) – external edit 127.0.0.1
Line 8: Line 8:
   * Eclipse Indigo   * Eclipse Indigo
   * CDT 8.0   * CDT 8.0
-  * TQMa28 with i.MX28 (ARM9+  * TQMa28 with i.MX28 (1 x Arm926EJ-S<sup>(tm)</sup>
-  * TQMa35 with i.MX35 (ARM11)+  * TQMa35 with i.MX35 (1 x Arm1136JF-S<sup>(tm)</sup>)
   * LTIB 9.1.1   * LTIB 9.1.1
   * ELDK 4.2   * ELDK 4.2
Line 106: Line 106:
   - Right click on the project name and select ''Properties'' in the context menu. Select menu item ''C/C++ Build'' in the setting dialog. Turn off the option ''Generate Makefiles automatically'' there.    - Right click on the project name and select ''Properties'' in the context menu. Select menu item ''C/C++ Build'' in the setting dialog. Turn off the option ''Generate Makefiles automatically'' there. 
  
-{{:eclipse:screenshot-properties_for_hello_world.png?nolink|}}+{{:eclipse:screenshot-properties_for_hello_world.png?nolink}}
  
  Build the project with a click on the hammer.  Build the project with a click on the hammer.
   - The binary with the additional information about the architecture, in our case "arm", is in the Project Explorer after a successful build.    - The binary with the additional information about the architecture, in our case "arm", is in the Project Explorer after a successful build. 
-**fehlender Link** **fehlender Link** **fehlender Link**+{{:eclipse:screenshot-project_explorer.png?nolink}}
  
 <WRAP round info> <WRAP round info>
 The wrong compiler was chosen if the host architecture (e.g. x86) is stated instead of "arm". See also  The wrong compiler was chosen if the host architecture (e.g. x86) is stated instead of "arm". See also 
  
-**fehlender Link** **fehlender Link** **fehlender Link**+[[en:eclipse#configuration]] 
 </WRAP> </WRAP>
 +
  
 ===== Cross compiling with Eclipse ===== ===== Cross compiling with Eclipse =====
  • Last modified: 2022/08/04 15:04