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-2_4_0.html<br /> <br /> CTR-SDK 2.4.0<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/>To use this package, you must run the corresponding System Updater (which is distributed as a separate package). <br/><br/>Programs built with the following SDKs will run on test units to which this System Updater is applied. 138<ul> 139<li>CTR-SDK 0.14.23, CTR-SDK 0.14.24</li> 140<li>CTR-SDK 1.x</li> 141<li>CTR-SDK 2.3.4</li> 142<li>This version of the CTR-SDK</li> 143</ul> 144<font color="red">Programs built by, and tools included in, any version of the CTR-SDK other than those above will sometimes not run on development hardware to which this System Updater has been applied. Do not use this System Updater in combination with any such programs or tools.</font><br/><br/> For instructions on how to apply the System Updater, see <CODE>SystemUpdater_Manual.pdf</CODE> included in the System Updater Package.<br/> 145</p> 146<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 2.2 or a later version.</font></p> 147 148<div align="right"><a href="#top">Back to top</a></div> 149 150 151<h1>3. <a name="ss03">Confirmed Operating Environment</a></h1> 152<p> 153 <table border="1"> 154 <tbody> 155 <tr> 156<td width="25%" align="center"><strong>OS</strong></td> 157<td width="75%">Microsoft Windows XP Professional Service Pack 3 (32-bit)<br/>Microsoft Windows 7 Professional (64-bit)</td> 158 </tr> 159 <tr> 160<td align="center"><strong>Compiler</strong></td> 161<td>ARM C/C++ Compiler, RVCT 4.0 b902 (2010/12/09)</td> 162 </tr> 163 <tr> 164<td align="center"><strong>Debugger</strong></td> 165<td>PARTNER-CTR version 5.61 128 20110609</td> 166 </tr> 167 <tr> 168<td align="center"><strong>Runtime</strong></td> 169<td>Microsoft .NET Framework 3.5 SP1</td> 170 </tr> 171 </tbody> 172 </table> 173</p> 174 175<div align="right"><a href="#top">Back to top</a></div> 176 177<h1>4. <a name="ss04">Installation Procedure</a></h1> 178<p> 179The 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 /> 180</p> 181 182<div align="right"><a href="#top">Back to top</a></div> 183 184<h1>5. <a name="ss05">How to Use the Build System</a></h1> 185<p> 186See 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. 187</p> 188 189<div align="right"><a href="#top">Back to top</a></div> 190 191<h1>6. <a name="ss06">Revision History</a></h1> 192<p> 193For a list of changes to each package, refer to the <A href="./documents/ReleaseNotes/changelog.html">change log</A>. <br /> 194</p> 195 196<div align="right"><a href="#top">Back to top</a></div> 197 198<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table> 199<hr><p>CONFIDENTIAL</p></body> 200</html> 201