deep

a Cross Development Platform for Java

User Tools

Site Tools


crosscompiler:deep_projects

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
Next revisionBoth sides next revision
crosscompiler:deep_projects [2015/03/13 17:12] – [Editing Run Configurations] ursgrafcrosscompiler:deep_projects [2020/09/10 18:31] – [Create and manage deep projects] ursgraf
Line 1: Line 1:
 ====== Create and manage deep projects ====== ====== Create and manage deep projects ======
  
-When creating new projects all the necessary settings will be written automatically in a configuration file (''PROJECTNAME.deep'' in the root folder of the project). This file can also be manually edited to change project settings or to add more library files.+When creating new projects all the necessary settings will be written automatically in a configuration file (''PROJECTNAME.deep'' in the root folder of the project). This file can also be manually edited to change project settings.
  
 ===== The deep project file ===== ===== The deep project file =====
Line 16: Line 16:
  libpath = "I:\deep\lib";  libpath = "I:\deep\lib";
  boardtype = ntbMpc555HB;  boardtype = ntbMpc555HB;
- ostype = ntbSTS;+ ostype = ntbSTS_ppc;
  programmertype = ntbMpc555UsbBdi;  programmertype = ntbMpc555UsbBdi;
  
Line 57: Line 57:
 Choose an operating system with Choose an operating system with
 <code> <code>
-  ostype = ntbSTS;+  ostype = ntbSTS_ppc;
 </code> </code>
  
Line 74: Line 74:
  
  
----- 
- 
- 
- 
- 
-===== Renaming Deep Projects ===== 
-Refactoring is a very powerful tool in the eclipse framework. You can rename a deep project by choosing a project in the package explorer and pressing Shift+Alt+R. The project together with its associated deep project file will be renamed. 
  
  
crosscompiler/deep_projects.txt · Last modified: 2022/12/20 15:56 by ursgraf