aboutsummaryrefslogtreecommitdiff
path: root/doc/SysCheck/Descriptor.html
blob: 46752bb612f9009a036e0934b195b6b38158fa99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237

<!DOCTYPE html>
<html lang="en" dir="ltr" class="client-nojs">
<head>
<title>Operating System Descriptor</title>
<meta charset="UTF-8" />
<meta name="generator" content="MediaWiki 1.18.1" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch_desc.php" title="ISP_RAS (en)" />
<link rel="EditURI" type="application/rsd+xml" href="http://ispras.linuxbase.org/api.php?action=rsd" />
<link rel="alternate" type="application/atom+xml" title="ISP_RAS Atom feed" href="/index.php?title=Special:RecentChanges&amp;feed=atom" />
<link rel="stylesheet" href="/load.php?debug=false&amp;lang=en&amp;modules=mediawiki.legacy.commonPrint%2Cshared%7Cskins.monobook&amp;only=styles&amp;skin=monobook&amp;*" />
<!--[if lt IE 5.5000]><link rel="stylesheet" href="/skins/monobook/IE50Fixes.css?303" media="screen" /><![endif]-->
<!--[if IE 5.5000]><link rel="stylesheet" href="/skins/monobook/IE55Fixes.css?303" media="screen" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="/skins/monobook/IE60Fixes.css?303" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/skins/monobook/IE70Fixes.css?303" media="screen" /><![endif]--><meta name="ResourceLoaderDynamicStyles" content="" />
<link rel="stylesheet" href="/load.php?debug=false&amp;lang=en&amp;modules=site&amp;only=styles&amp;skin=monobook&amp;*" />
<style>a:lang(ar),a:lang(ckb),a:lang(fa),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur){text-decoration:none}a.new,#quickbar a.new{color:#ba0000}

/* cache key: rasispdb:resourceloader:filter:minify-css:4:c88e2bcd56513749bec09a7e29cb3ffa */
</style>
<script src="/load.php?debug=false&amp;lang=en&amp;modules=startup&amp;only=scripts&amp;skin=monobook&amp;*"></script>
<script>if(window.mw){
	mw.config.set({"wgCanonicalNamespace": "", "wgCanonicalSpecialPageName": false, "wgNamespaceNumber": 0, "wgPageName": "Operating_System_Descriptor", "wgTitle": "Operating System Descriptor", "wgCurRevisionId": 7476, "wgArticleId": 2657, "wgIsArticle": true, "wgAction": "view", "wgUserName": null, "wgUserGroups": ["*"], "wgCategories": ["ABI Compliance Checker"], "wgBreakFrames": false, "wgRestrictionEdit": [], "wgRestrictionMove": []});
}
</script><script>if(window.mw){
	mw.loader.load(["mediawiki.page.startup"]);
}
</script>
</head>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-Operating_System_Descriptor action-view skin-monobook">
<div id="globalWrapper">
<div id="column-content"><div id="content">
	<a id="top"></a>
	
	<h1 id="firstHeading" class="firstHeading">Operating System Descriptor</h1>
	<div id="bodyContent">
		<div id="siteSub"></div>
		<div id="contentSub"></div>
		
		<!-- start content -->
<div lang="en" dir="ltr" class="mw-content-ltr"><h2> <span class="mw-headline" id="Primary_Sections"> Primary Sections </span></h2>
<pre>   <span style="color:Green;">&lt;name&gt;</span>
       /* Name of the system */
   <span style="color:Green;">&lt;/name&gt;</span>
   
   <span style="color:Green;">&lt;headers&gt;</span>
       /* The list of paths to header files and/or
          directories with header files, one per line */
   <span style="color:Green;">&lt;/headers&gt;</span>
   
   <span style="color:Green;">&lt;libs&gt;</span>
       /* The list of paths to shared libraries and/or
          directories with shared libraries, one per line */
   <span style="color:Green;">&lt;/libs&gt;</span>
</pre>
<h2> <span class="mw-headline" id="Optional_Sections"> Optional Sections </span></h2>
<pre>   <span style="color:Green;">&lt;search_headers&gt;</span>
       /* List of directories to be searched
          for header files to automatically
          generate include paths, one per line */
   <span style="color:Green;">&lt;/search_headers&gt;</span>
   
   <span style="color:Green;">&lt;search_libs&gt;</span>
       /* List of directories to be searched
          for shared libraries to resolve
          dependencies, one per line */
   <span style="color:Green;">&lt;/search_libs&gt;</span>
   
   <span style="color:Green;">&lt;tools&gt;</span>
       /* List of directories with tools used
          for analysis (GCC toolchain), one per line */
   <span style="color:Green;">&lt;/tools&gt;</span>
   
   <span style="color:Green;">&lt;cross_prefix&gt;</span>
       /* GCC toolchain prefix.
          Examples:
              arm-linux-gnueabi
              arm-none-symbianelf */
   <span style="color:Green;">&lt;/cross_prefix&gt;</span>
   
   <span style="color:Green;">&lt;gcc_options&gt;</span>
       /* Additional GCC options,
          one per line */
   <span style="color:Green;">&lt;/gcc_options&gt;</span>
</pre>
<h2> <span class="mw-headline" id="Examples"> Examples </span></h2>
<ul><li> <b>Symbian^3</b>
</li></ul>
<pre>   <span style="color:Green;">&lt;name&gt;</span>
       Symbian^3
   <span style="color:Green;">&lt;/name&gt;</span>
   
   <span style="color:Green;">&lt;headers&gt;</span>
       c:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\include\
   <span style="color:Green;">&lt;/headers&gt;</span>
   
   <span style="color:Green;">&lt;libs&gt;</span>
       c:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\release\armv5\lib\
   <span style="color:Green;">&lt;/libs&gt;</span>
   
   <span style="color:Green;">&lt;tools&gt;</span>
       c:\Program Files\CodeSourcery\Sourcery G++ Lite\bin\
   <span style="color:Green;">&lt;/tools&gt;</span>
   
   <span style="color:Green;">&lt;cross_prefix&gt;</span>
       arm-none-symbianelf
   <span style="color:Green;">&lt;/cross_prefix&gt;</span>
</pre>
<ul><li> <b>S60 5th Edition</b>
</li></ul>
<pre>   <span style="color:Green;">&lt;name&gt;</span>
       S60 5th Edition
   <span style="color:Green;">&lt;/name&gt;</span>
   
   <span style="color:Green;">&lt;headers&gt;</span>
       c:\Nokia\devices\S60_5th_Edition_SDK_v1.0\epoc32\include\
   <span style="color:Green;">&lt;/headers&gt;</span>
   
   <span style="color:Green;">&lt;libs&gt;</span>
       c:\Nokia\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\armv5\lib\
   <span style="color:Green;">&lt;/libs&gt;</span>
   
   <span style="color:Green;">&lt;tools&gt;</span>
       c:\Program Files\CSL Arm Toolchain\bin\
   <span style="color:Green;">&lt;/tools&gt;</span>
   
   <span style="color:Green;">&lt;cross_prefix&gt;</span>
       arm-none-symbianelf
   <span style="color:Green;">&lt;/cross_prefix&gt;</span>
</pre>
<ul><li> <b>S60 3rd Edition</b>
</li></ul>
<pre>   <span style="color:Green;">&lt;name&gt;</span>
       S60 3rd Edition
   <span style="color:Green;">&lt;/name&gt;</span>
   
   <span style="color:Green;">&lt;headers&gt;</span>
       c:\Nokia\devices\S60_3rd_FP2_SDK_v1.1\epoc32\include
   <span style="color:Green;">&lt;/headers&gt;</span>
   
   <span style="color:Green;">&lt;libs&gt;</span>
       c:\Nokia\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\armv5\lib\
   <span style="color:Green;">&lt;/libs&gt;</span>
   
   <span style="color:Green;">&lt;tools&gt;</span>
       c:\Program Files\CSL Arm Toolchain\bin\
   <span style="color:Green;">&lt;/tools&gt;</span>
   
   <span style="color:Green;">&lt;cross_prefix&gt;</span>
       arm-none-symbianelf
   <span style="color:Green;">&lt;/cross_prefix&gt;</span>
</pre>
<ul><li> <b>Windows SDK 7.1</b>
</li></ul>
<pre>   <span style="color:Green;">&lt;name&gt;</span>
       Windows SDK 7.1
   <span style="color:Green;">&lt;/name&gt;</span>
   
   <span style="color:Green;">&lt;headers&gt;</span>
       c:\Program Files\Microsoft SDKs\Windows\v7.1\Include\
   <span style="color:Green;">&lt;/headers&gt;</span>
   
   <span style="color:Green;">&lt;libs&gt;</span>
       c:\Windows\system32\
   <span style="color:Green;">&lt;/libs&gt;</span>
   
   <span style="color:Green;">&lt;tools&gt;</span>
       c:\MinGW\bin\
   <span style="color:Green;">&lt;/tools&gt;</span>
   
   <span style="color:Green;">&lt;gcc_options&gt;</span>
       -D_WIN32_WINNT=0x0700
   <span style="color:Green;">&lt;/gcc_options&gt;</span>
   
   <span style="color:Green;">&lt;search_headers&gt;</span>
       c:\Program Files\Microsoft Visual Studio 9.0\VC\include\
   <span style="color:Green;">&lt;/search_headers&gt;</span>
</pre>
<ul><li> <b>Windows SDK 6.0</b>
</li></ul>
<pre>   <span style="color:Green;">&lt;name&gt;</span>
       Windows SDK 6.0
   <span style="color:Green;">&lt;/name&gt;</span>
   
   <span style="color:Green;">&lt;headers&gt;</span>
       c:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\
   <span style="color:Green;">&lt;/headers&gt;</span>
   
   <span style="color:Green;">&lt;libs&gt;</span>
       c:\Windows\system32\
   <span style="color:Green;">&lt;/libs&gt;</span>
   
   <span style="color:Green;">&lt;tools&gt;</span>
       c:\MinGW\bin\
   <span style="color:Green;">&lt;/tools&gt;</span>
   
   <span style="color:Green;">&lt;gcc_options&gt;</span>
       -D_WIN32_WINNT=0x0600
   <span style="color:Green;">&lt;/gcc_options&gt;</span>
   
   <span style="color:Green;">&lt;search_headers&gt;</span>
       c:\Program Files\Microsoft Visual Studio 9.0\VC\include\
   <span style="color:Green;">&lt;/search_headers&gt;</span>
</pre>
<ul><li> <b>Windows SDK 5.0</b>
</li></ul>
<pre>   <span style="color:Green;">&lt;name&gt;</span>
       Windows SDK 5.0
   <span style="color:Green;">&lt;/name&gt;</span>
   
   <span style="color:Green;">&lt;headers&gt;</span>
       c:\Program Files\Microsoft SDKs\Windows\v5.0\Include\
   <span style="color:Green;">&lt;/headers&gt;</span>
   
   <span style="color:Green;">&lt;libs&gt;</span>
       c:\Windows\system32\
   <span style="color:Green;">&lt;/libs&gt;</span>
   
   <span style="color:Green;">&lt;tools&gt;</span>
       c:\MinGW\bin\
   <span style="color:Green;">&lt;/tools&gt;</span>
   
   <span style="color:Green;">&lt;gcc_options&gt;</span>
       -D_WIN32_WINNT=0x0500
   <span style="color:Green;">&lt;/gcc_options&gt;</span>
</pre>
<!-- 
NewPP limit report
Preprocessor node count: 90/1000000
Post-expand include size: 0/2097152 bytes
Template argument size: 0/2097152 bytes
Expensive parser function count: 0/100
-->

<!-- Saved in parser cache with key rasispdb:pcache:idhash:2657-0!*!*!!*!*!* and timestamp 20130809144454 -->
</div></div></div></div></div></body></html>