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} 105 106--> 107</style> 108 109</head> 110<body> 111<a name="top"></a> 112 113<div class="title"> 114Readme-CTR_SDK-0_14_4.html<br /> <br /> CTR-SDK 0.14.4<br /> 115</div> 116 117<h1>Table of Contents</h1> 118<ol> 119 <li><a href="#ss01">Introduction</a></li> 120 <li><a href="#ss02">Notes</a></li> 121 <li><a href="#ss03">Confirmed Operating Environment</a></li> 122 <li><a href="#ss04">Installation Procedure</a></li> 123 <li><a href="#ss05">How to Use the Build System</a></li> 124 <li><a href="#ss06">Revision History</a></li> 125</ol> 126 127<h1>1. <a name="ss01">Introduction</a></h1> 128<p> 129The CTR-SDK contains the libraries, tools, and documentation required to develop CTR applications. 130</p> 131 132<div align="right"><a href="#top">Back to top</a></div> 133 134 135<h1>2. <a name="ss02">Notes</a></h1> 136<p> 137The 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/><!-- また、本パッケージを使用するためには、別途配布されている CTR-SDK 0.13 用 システムアップデータの適用が必要です。<br/> --> To use this package, you must run System Updater (which is distributed as a separate package).<br/> <font color="red">Do not use any versions of the CTR-SDK other than the current package on target boards that have been updated with the current System Updater.</font><br/><br/> For directions on the procedure for applying the System Updater, see <CODE>SystemUpdaterPack_Manual.pdf</CODE> in the SystemUpdaterPack.<br/> 138</p> 139 140<div align="right"><a href="#top">Back to top</a></div> 141 142 143<h1>3. <a name="ss03">Confirmed Operating Environment</a></h1> 144<p> 145 <table border="1"> 146 <tbody> 147 <tr> 148 <td width="25%" align="center"><strong>OS</strong></td> 149 <td width="75%">Microsoft Windows XP Professional Service Pack 3 (32-bit)<br/>Microsoft Windows 7 Professional (64-bit)</td> 150 </tr> 151 <tr> 152 <td align="center"><strong>Compiler</strong></td> 153 <td>ARM C/C++ Compiler, RVCT 4.0 b865 (2010/09/09 Build)</td> 154 </tr> 155 <tr> 156 <td align="center"><strong>Debugger</strong></td> 157<td>PARTNER-CTR/S Version 5.61 102 20101110</td> 158 </tr> 159 <tr> 160 <td align="center"><strong>Runtime</strong></td> 161 <td>Microsoft .NET Framework 3.5 SP1</td> 162 </tr> 163 </tbody> 164 </table> 165</p> 166 167<div align="right"><a href="#top">Back to top</a></div> 168 169<h1>4. <a name="ss04">Installation Procedure</a></h1> 170<p> 171The 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 /> 172</p> 173 174<div align="right"><a href="#top">Back to top</a></div> 175 176<h1>5. <a name="ss05">How to Use the Build System</a></h1> 177<p> 178See 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. 179</p> 180 181<div align="right"><a href="#top">Back to top</a></div> 182 183<h1>6. <a name="ss06">Revision History</a></h1> 184<p> 185For a list of changes to each package, refer to the <A href="./documents/ReleaseNotes/changelog.html">change log</A>. <br /> 186</p> 187 188<div align="right"><a href="#top">Back to top</a></div> 189 190<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table> 191<hr><p>CONFIDENTIAL</p></body> 192</html> 193