deep

a Cross Development Platform for Java

User Tools

Site Tools


eclipse:runconfig

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eclipse:runconfig [2020/12/10 16:31] – [Editing Run Configurations] ursgrafeclipse:runconfig [2020/12/10 16:55] (current) – [Adding More Run Configurations] ursgraf
Line 2: Line 2:
 Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it. Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it.
  
-===== Create a New Run Configuration ===== +===== Creating a New Run Configuration ===== 
-Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application//. \\ {{firstexample:runas_context.png?280|}}+Create a new run configuration by marking the project file //HelloWorld.deep//. Then, right-click on it and choose //Run As -> Deep Application//. \\ {{firstexample:runas_context.png?280|}} \\ 
 ===== Editing Run Configurations ===== ===== Editing Run Configurations =====
 All the run configurations of all projects in a workspace can be edited with //Properties - > Run/Debug Settings//. \\ All the run configurations of all projects in a workspace can be edited with //Properties - > Run/Debug Settings//. \\
-{{.:runconfig2.png?300|}} +{{.:runconfig2.png?300|}} \\ 
-Choose which run configuration of the chosen board you want to run. All the available run configuration (must be defined in the board description file) are listed. One of them can be chosen.+Choose which run configuration of the chosen board you want to run. All the available run configuration (must be defined in the board description file) are listed. One of them can be chosen. \\
 {{.:runconfig1.png?430|}}  {{.:runconfig1.png?430|}} 
  
-===== Creating New Run Configurations ===== +===== Adding More Run Configurations ===== 
-If there is no run configuration yet do the following: In pulldown menu of the run button select //Run Configurations...//.\\ {{runas_pulldown.png?400&direct}} +  - Show the run configurations with //Properties - > Run/Debug Settings//. \\ {{.:runconfig2.png?300|}} \\ 
-  +  - Choose which run configuration of the chosen board you want to copyPress ''Duplicate'' to copy an existing run configuration
-If you want to create a new one so as not to change an existing one: +  - Set selection to a desired target configuration, e.g. //load program to flash//. \\ {{flashrunconfig.png?400&direct}} \\ 
-  - Make a In the following window right click on the left side on //"Deep Application"// -> New \\ {{newrunconfig.png?400&direct}} \\ +  - //Apply// stores the new configuration.
-  - Choose a name for the configuration+
-  - The //Browse...// button opens the dialog to choose the deep project file. +
-  - Enter the first letter of the file in the top field. +
-  - All hits will display in the middle field.  +
-  - Mark the desired file and press //OK//+
-  - Set selection to //Boot from flash//. \\ {{flashrunconfig.png?400&direct}} \\ +
-  - //Apply// stores configuration+
-  - //Run// compiles for the flash, downloads and runs the application.+
  
-Within a run configuration you can also specify where your program will be written to. This can be RAM or flash memory (see [[eclipse:flashing|Flashing your Program]]). 
  
  
eclipse/runconfig.1607614302.txt.gz · Last modified: 2020/12/10 16:31 by ursgraf