Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
software:deep:ide:create_project [2012-12-10 10:51] – graf | software:deep:ide:create_project [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Create and manage deep projects ====== | ||
- | When creating new projects all the necessary settings will be written automatically in the appropriate deep-file. This file can also be manually edited to change project settings or to add more library files. | ||
- | < | ||
- | #deep-1 | ||
- | |||
- | meta { | ||
- | version = " | ||
- | description = " | ||
- | } | ||
- | |||
- | project ExampleProjectMpc555 { | ||
- | # libpath = " | ||
- | libpath = " | ||
- | |||
- | boardtype = ntbMpc555HB; | ||
- | ostype = ntbMpc555STS; | ||
- | |||
- | programmertype = ntbMpc555UsbBdi; | ||
- | |||
- | rootclasses = " | ||
- | # | ||
- | |||
- | # imgfile = " | ||
- | # imgformat = bin; | ||
- | |||
- | # tctfile = " | ||
- | |||
- | } | ||
- | |||
- | </ | ||
- | The library path must be carefully set up. It can consist of several strings. For each path the directory //bin// is added to the path. At this resulting location the configuration files and the class files must be found. \\ | ||
- | It is possible as well to choose a jar-file as library path.\\ | ||
- | If several paths and/or jar-files are given, the search order for any given class file is in the order of the given paths. | ||