• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

build/22-Apr-2024-5,7174,697

documents/22-Apr-2024-522,059462,442

include/22-Apr-2024-148,35357,618

libraries/22-Apr-2024-

resources/22-Apr-2024-72,00271,879

sources/libraries/22-Apr-2024-44,41928,967

tools/22-Apr-2024-16,55414,674

Readme-CTR_SDK-4_2_5-en.htmlD20-Nov-201811.8 KiB317165

index.htmlD20-Nov-2018233 85

Readme-CTR_SDK-4_2_5-en.html

1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>CTR-SDK</title>
6<style type="text/css">
7<!--
8body {
9/*
10    font-size       : 10pt;
11*/
12    font-weight     : normal;
13    color           : #000000;
14    margin          : 8px;
15}
16
17div {
18    width           : 98%;
19    white-space     : nowrap;
20}
21
22div.title {
23    text-align      : left;
24    font-weight     : bold;
25/*
26    font-size       : 16pt;
27*/
28    font-size       : 150%;
29    color           : #202020;
30    border-style    : double;
31    border-width    : 8px;
32    /* タイトルを囲む枠線の色を指定 */
33    border-color    : #CD202C;
34
35    /* RVLプラットフォーム系列 */
36/*
37    border-color    : #34beed;
38*/
39
40    /* TWLプラットフォーム系列 */
41/*
42    border-color    : #ff458f;
43*/
44
45    margin          : 4px;
46    padding         : 4px;
47}
48
49h1, h2 {
50    font-weight     : bold;
51    border-style    : none none solid double;
52    border-width    : 0px 0px 2px 8px;
53    /* 見出しの線の色を指定 */
54    border-color    : #CD202C;
55
56    /* RVLプラットフォーム系列 */
57/*
58    border-color    : #34beed;
59*/
60
61    /* TWLプラットフォーム系列 */
62/*
63    border-color    : #ff458f;
64*/
65}
66h1 {
67/*
68    font-size       : 16pt;
69*/
70    font-size       : 150%;
71    border-style    : none none solid double;
72    border-width    : 0px 0px 2px 8px;
73    margin-left     : 2px;
74    padding-left    : 4px;
75}
76h2 {
77    font-size       : 120%;
78    border-style    : none none solid double;
79    border-width    : 0px 0px 1px 8px;
80    margin-left     : 0.5em;
81    padding-left    : 4px;
82}
83table {
84  margin-top        : 2pt;
85  margin-bottom     : 2pt;
86  margin-left       : 0pt;
87  margin-right      : 0pt;
88  padding-left      : 0pt;
89  padding-right     : 0pt;
90  position          : relative;
91  left              : 12px;
92  font-family       : Arial;
93  font-size         : 10pt;
94  border-style      : none none none none;
95}
96td,th {
97  padding           : 2pt;
98  border-width      : 2pt;
99  border-style      : none none none none;
100  font-style        : normal;
101  text-align        : left;
102}
103td {
104  background        : #e8f4f4;
105  font-weight       : normal;
106}
107th {
108  background        : #c0d8d8;
109  font-weight       : bold;
110}
111
112p {
113    margin-left     : 1em;
114}
115
116pre {
117    margin-left     : 3em;
118}
119
120-->
121</style>
122
123</head>
124<body>
125<a name="top"></a>
126
127<div class="title">
128Readme-CTR_SDK-4_2_5-en.html<br />
129<br />
130CTR-SDK 4.2.5<br />
131</div>
132
133<h1>Contents</h1>
134<ol>
135    <li><a href="#ss01">Introduction</a></li>
136    <li><a href="#ss02">Revision History</a></li>
137    <li><a href="#ss03">Notes</a></li>
138    <li><a href="#ss04">Confirmed Operating Environment</a></li>
139    <li><a href="#ss05">Installation</a></li>
140    <li><a href="#ss06">File Structure</a></li>
141    <li><a href="#ss07">Main Documentation</a></li>
142</ol>
143
144<h1>1. <a name="ss01">Introduction</a></h1>
145<p>
146The CTR-SDK contains the libraries, tools, and documentation required to develop CTR applications.
147</p>
148
149<div align="right"><a href="#top">Back to top</a></div>
150
151
152<h1>2. <a name="ss02">Revision History</a></h1>
153<p>
154For a list of changes to each package, see the <A href="./documents/ReleaseNotes/changelog.html">Change Log</A>.
155</p>
156
157<div align="right"><a href="#top">Back to top</a></div>
158
159
160<h1>3. <a name="ss03">Notes</a></h1>
161<p>
162The source code for the libraries that are included in this package is intended for reference purposes during debugging. Note that the operation of these libraries is not guaranteed if the libraries are rebuilt.<br/><br/> To use this package, you must run the corresponding System Updater, which is distributed as a separate package. <br/>Programs built with the following CTR-SDKs can run on test units to which this System Updater is applied.
163<ul>
164<li>CTR-SDK 0.14.23, CTR-SDK 0.14.24</li>
165<li>CTR-SDK 1.x</li>
166<li>CTR-SDK 2.3.4, CTR-SDK 2.4.x</li>
167<li>CTR-SDK 3.3, CTR-SDK 3.3.x</li>
168<li>CTR-SDK 4.1.x, CTR-SDK 4.2.x</li>
169<li>This version of the CTR-SDK</li>
170</ul>
171<p><font color="red">Programs or tools from other versions of the CTR-SDK do not always run on development hardware when this SystemUpdater is applied. Do not use this SystemUpdater in combination with any such programs or tools.</font><br/><br/> For more information about how to apply the SystemUpdater, see <CODE>SystemUpdater_Manual.pdf</CODE> in the SystemUpdater package.<br/>
172</p>
173<p><br/><font color="red">Note that PARTNER-CTR version 2011/03/25 or later of the debugger software is required when using CTR-SDK version 2.2 or later, and PARTNER-CTR version 2011/12/22 or later is required when using CTR-SDK version 4.0 or later.</font></p>
174
175<p>If you use the debugger, also read the <a href="documents/DevHomeMenu/AboutTestMenu.html">Dev Menu</a> and <a href="documents/DevHomeMenu/HomeMenu.html#debugger">HOME Menu</a> pages.</p>
176
177<p>
178Note that operation is not guaranteed when you specify a build type of <CODE>Debug</CODE>, or when you use any of the libraries located under the <CODE>$CTR_SDK/libraries/CTR-TS.Process.MPCore/noopt</CODE> directory.
179</p>
180
181<div align="right"><a href="#top">Back to top</a></div>
182
183
184<h1>4. <a name="ss04">Confirmed Operating Environment</a></h1>
185<p>
186  <table border="1">
187    <tbody>
188      <tr>
189        <td width="25%" align="center"><strong>OS</strong></td>
190        <td width="75%">Microsoft Windows 7 Professional (64-bit)</td>
191      </tr>
192      <tr>
193        <td align="center"><strong>Compiler</strong></td>
194        <td>ARM C/C++ Compiler, ARMCC 4.1 b791 (2011/07/25)</td>
195      </tr>
196      <tr>
197        <td align="center"><strong>Debugger</strong></td>
198        <td>PARTNER-CTR Ver.5.70 029 20121003</td>
199      </tr>
200      <tr>
201        <td align="center"><strong>Run time</strong></td>
202        <td>Microsoft .NET Framework 3.5 SP1</td>
203      </tr>
204    </tbody>
205  </table>
206</p>
207
208<div align="right"><a href="#top">Back to top</a></div>
209
210<h1>5. <a name="ss05">Installation</a></h1>
211<p>
212For more information about setting up the CRT-SDK, see <CODE>CTR-StartupGuide.pdf</CODE>. <br />
213</p>
214
215<div align="right"><a href="#top">Back to top</a></div>
216
217
218<H1>6. <a name="ss06">File Structure</a></H1>
219
220<H2>Overview of the Directory Structure</H2>
221<p>
222    The following section shows the directory structure of the CTR-SDK. After this section, there is an introduction to the contents of each directory.
223</p>
224<pre>
225CTR_SDK
226  ├ build                           Stores scripts for the build system provided by CTR-SDK. &nbsp;
227  ├ documents                       Stores documentation.
228  ├ include                         Stores header files.
229  ├ libraries
230  │   ├ CTR-TS.Process.MPCore      Stores CTR library files.
231  │   └ Win32-x86                  Stores Windows library files.
232  ├ resources
233  │   ├ banner                     Stores default banners and icons.
234  │   ├ bannermodel                Stores banner model samples/data.
235  │   ├ configtool                 Stores setting file samples used by Config.
236  │   ├ icon                       Stores icons the applications can use.
237  │   ├ shaders                    Stores geometry shader binaries provided by DMPGL 2.0&nbsp;
238  │   ├ shareddata                 Stores font data that can be used by CTR applications. &nbsp;
239  │   └ specfiles                  Stores RSF files and DESC files.
240  │   └ xllt                       Stores character filter files for font converter.&nbsp;
241  ├ sources
242  │   └ libraries                  Stores some source code provided by the CTR-SDK libraries. &nbsp;
243  ├ tools
244  │   ├ CommandLineTools           Stores tools that execute from the command line on a PC and related files. &nbsp;
245  │   ├ FontConverter              Stores a tool that converts Windows fonts for use by the CTR-SDK.
246  │   └ TargetTools                Stores tools that run on CTR and stores related files.
247  └ ReadMe-CTR_SDK-*_*_*-*.html
248</pre>
249
250<H2><CODE>/build</CODE></H2>
251<p>
252    This directory contains scripts for the CTR-SDK build system. <br/>For more information about how to use the CTR-SDK build system, see <a href="documents/SDKRules/BuildRules.html">Build System</a>.
253</p>
254
255<H2><CODE>/documents</CODE></H2>
256<p>
257    This directory contains tool documentation and a reference manual for the libraries provided by the CTR-SDK. <br/> You can access all of the documentation from <a href="documents/index.html" target="_parent"><CODE>documents/index.html</CODE></a>.
258</p>
259
260<H2><CODE>/include</CODE></H2>
261<p>
262    This directory contains header files for the libraries provided by the CTR-SDK. You must specify the path to this directory as an include path to the compiler when you develop CTR applications. For more information, see the <a href="documents/TechnicalNotes/BuildSystemDevelopmentGuide/BuildSystemDevelopmentGuide.html#include" target="_parent"><I>Guide to Developing a Build System</I></a>.
263</p>
264
265<H2><CODE>/libraries</CODE></H2>
266<p>
267    This directory contains library files for the libraries provided by the CTR-SDK. For more information about how to use the libraries in the CTR-SDK, see the <a href="documents/TechnicalNotes/BuildSystemDevelopmentGuide/BuildSystemDevelopmentGuide.html#sdk_lib" target="_parent"><I>Guide to Developing a Build System</I></a>.
268</p>
269
270<H2><CODE>/resources</CODE></H2>
271<p>
272    This directory contains data files that can be used or are required for developing and debugging CTR applications. For more information, see <a href="documents/toc/resources.html">Resource Data</a>.
273</p>
274
275<H2><CODE>/sources</CODE></H2>
276<p>
277    This directory contains some source code for the CTR-SDK libraries. This source code is intended to be a reference when debugging applications. <br/>It is prohibited to build and use libraries from this source code.
278</p>
279
280<H2><CODE>/tools</CODE></H2>
281<p>
282This directory contains necessary tools and related files for developing and debugging CTR applications. For more information about tools that can be used on a PC, see <a href="documents/toc/wtools.html">Windows Tools</a>. For more information about tools that can be used on a CTR system, see <a href="documents/toc/ctools.html">CTR Tools</a>.
283</p>
284
285<div align="right"><a href="#top">Back to top</a></div>
286
287
288
289<H1>7. <a name="ss07">Main Documentation</a></H1>
290<p>
291    You can find all of the documentation in the CTR-SDK at <a href="documents/index.html" target="_parent"><CODE>documents/index.html</CODE></a>.
292</p>
293<p>
294    This section provides simple descriptions and links for the main documentation.
295</p>
296<ul>
297    <li><a href="documents/TechnicalNotes/Glossary/Glossary.html"><I>CTR-SDK Glossary</I></a><br/>This glossary explains the terminology that is used in the CTR-SDK documentation.
298    </li>
299
300    <li><a href="documents/api/index.html">Function Reference Manual</a><br/>The reference manual for the functions that are provided by the CTR-SDK.
301    </li>
302
303    <li><a href="documents/SDKRules/BuildRules.html">Build System</a><br/>This document explains how to use the CTR-SDK build system.
304    </li>
305
306<li><a href="documents/TechnicalNotes/BuildSystemDevelopmentGuide/BuildSystemDevelopmentGuide.html"><I>Guide to Developing a Build System</I></a><br/>This document summarizes the necessary information for building a CTR application by using your own independent build system.
307    </li>
308
309<li><a href="documents/TechnicalNotes/SystemProgrammingGuide/SystemProgrammingGuide.pdf"><I>System Programming Guide</I></a><br/>This document summarizes the necessary information for building basic application functionality, such as startup and memory management.
310    </li>
311</ul>
312
313<div align="right"><a href="#top">Back to top</a></div>
314
315<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table>
316<hr><p>CONFIDENTIAL</p></body>
317</html>