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 : #FF6600; 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 { 50 font-weight : bold; 51/* 52 font-size : 16pt; 53*/ 54 font-size : 150%; 55 border-style : none none solid double; 56 border-width : 0px 0px 2px 8px; 57 /* 見出しの線の色を指定 */ 58 border-color : #FF6600; 59 60 /* RVLプラットフォーム系列 */ 61/* 62 border-color : #34beed; 63*/ 64 65 /* TWLプラットフォーム系列 */ 66/* 67 border-color : #ff458f; 68*/ 69 70 margin-left : 2px; 71 padding-left : 4px; 72} 73table { 74 margin-top : 2pt; 75 margin-bottom : 2pt; 76 margin-left : 0pt; 77 margin-right : 0pt; 78 padding-left : 0pt; 79 padding-right : 0pt; 80 position : relative; 81 left : 12px; 82 font-family : Arial; 83 font-size : 10pt; 84 border-style : none none none none; 85} 86td,th { 87 padding : 2pt; 88 border-width : 2pt; 89 border-style : none none none none; 90 font-style : normal; 91 text-align : left; 92} 93td { 94 background : #e8f4f4; 95 font-weight : normal; 96} 97th { 98 background : #c0d8d8; 99 font-weight : bold; 100} 101 102p { 103 margin-left : 4px; 104} 105p.spec { 106 font-family : "Courier New", monospace; 107 position : normal; 108 left : 12px; 109 font-size : 10pt; 110 background : #FFFFCC; 111# background : #e8f4f4; 112} 113 114--> 115</style> 116 117</head> 118<body> 119<a name="top"></a> 120 121<div class="title"> 122Readme-CTR_SDK-1_1_0.html<br /> <br /> CTR-SDK 1.0.0<br /> 123</div> 124 125<h1>Table of Contents</h1> 126<ol> 127<li><a href="#ss01">Introduction</a></li> 128<li><a href="#ss02">Notes</a></li> 129<li><a href="#ss03">Confirmed Operating Environment</a></li> 130<li><a href="#ss04">Installation Procedure</a></li> 131<li><a href="#ss05">How to Use the Build System</a></li> 132<li><a href="#ss06">Revision History</a></li> 133<li><a href="#ss07">Symptoms Treated as Specifications</a></li> 134</ol> 135 136<h1>1. <a name="ss01">Introduction</a></h1> 137<p> 138The CTR-SDK contains the libraries, tools, and documentation required to develop CTR applications. 139</p> 140 141<div align="right"><a href="#top">Back to top</a></div> 142 143 144<h1>2. <a name="ss02">Notes</a></h1> 145<p> 146The source code for the libraries included in this package is intended for reference purposes during debugging. Note that the operation of these libraries is not guaranteed if they are rebuilt.<br/><br/>To use this package, you must apply System Updater for CTR-SDK 0.14.23 (which is distributed as a separate package). For directions on the procedure for applying the System Updater, see <CODE>SystemUpdaterPack_Manual.pdf</CODE> in the System Updater Package.<br/> 147</p> 148 149<div align="right"><a href="#top">Back to top</a></div> 150 151 152<h1>3. <a name="ss03">Confirmed Operating Environment</a></h1> 153<p> 154 <table border="1"> 155 <tbody> 156 <tr> 157<td width="25%" align="center"><strong>OS</strong></td> 158<td width="75%">Microsoft Windows XP Professional Service Pack 3 (32-bit)<br/>Microsoft Windows 7 Professional (64-bit)</td> 159 </tr> 160 <tr> 161<td align="center"><strong>Compiler</strong></td> 162<td>ARM C/C++ Compiler, RVCT 4.0 b865 (2010/09/09 Build)</td> 163 </tr> 164 <tr> 165<td align="center"><strong>Debugger</strong></td> 166<td>PARTNER-CTR/S Ver.5.61 116 20110209</td> 167 </tr> 168 <tr> 169<td align="center"><strong>Runtime</strong></td> 170<td>Microsoft .NET Framework 3.5 SP1</td> 171 </tr> 172 </tbody> 173 </table> 174</p> 175 176<div align="right"><a href="#top">Back to top</a></div> 177 178<h1>4. <a name="ss04">Installation Procedure</a></h1> 179<p> 180The separately released document <CODE>CTR-StartupGuide.pdf</CODE> explains the procedures for setting up the CTR-SDK, so be sure to read it beforehand. <br /> 181</p> 182 183<div align="right"><a href="#top">Back to top</a></div> 184 185<h1>5. <a name="ss05">How to Use the Build System</a></h1> 186<p> 187See the <A href="./documents/SDKRules/BuildRules.html">Build Rules</A> page for more information about how to use the build system. The .NET Framework must be installed in order to perform a build. 188</p> 189 190<div align="right"><a href="#top">Back to top</a></div> 191 192<h1>6. <a name="ss06">Revision History</a></h1> 193<p> 194For a list of changes to each package, refer to the <A href="./documents/ReleaseNotes/changelog.html">change log</A>. <br /> 195</p> 196 197<div align="right"><a href="#top">Back to top</a></div> 198 199<h1>7. <a name="ss07">Symptoms Treated as Specifications</a></h1> 200<p> 201For a list of symptoms that are treated as specifications under CTR-SDK 1.x, see <A href="./documents/ReleaseNotes/knownIssues.html">Symptoms Treated as Specifications</A>.<br /> 202<div align="right"><a href="#top">Back to top</a></div> 203 204<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table> 205<hr><p>CONFIDENTIAL</p></body> 206</html> 207