The CTR-SDK contains the libraries, tools, and documentation required to develop CTR applications.
For a list of changes to each package, see the Change Log.
The 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.
To use this package, you must run the corresponding System Updater, which is distributed as a separate package.
Programs built with the following CTR-SDKs can run on test units to which this System Updater is applied.
Programs or tools from other versions of the CTR-SDK do not always run on development hardware when this System Updater is applied. Do not use this System Updater in combination with any such programs or tools.
For more information about how to apply the System Updater, see SystemUpdater_Manual.pdf in the System Updater package.
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.
If you use the debugger, also read the Dev Menu and HOME Menu pages.
Note that operation is not guaranteed when you specify a build type of Debug, or when you use any of the libraries located under the $CTR_SDK/libraries/CTR-TS.Process.MPCore/noopt directory.
| OS | Microsoft Windows 7 Professional (64-bit) |
| Compiler | ARM C/C++ Compiler, ARMCC 4.1 b791 (2011/07/25) |
| Debugger | PARTNER-CTR Version 5.70 035 20130723 |
| Run time | Microsoft .NET Framework 3.5 SP1 |
For more information about setting up the CTR-SDK, see CTR-StartupGuide.pdf.
The following section shows the directory structure of the CTR-SDK. After this section, there is an introduction to the contents of each directory.
CTR_SDK ├ build Scripts for the CTR-SDK build system. ├ documents Documentation. ├ include Header files. ├ libraries │ ├ CTR-TS.Process.MPCore CTR library files. │ └ Win32-x86 Windows library files. ├ resources │ ├ banner Default banners and icons. │ ├ bannermodel Banner model samples and data. │ ├ configtool Sample configuration files that can be used by the Config tool │ ├ icon Icons that can be used by the application │ ├ shaders Geometry shader binaries provided by DMPGL 2.0 │ ├ shareddata Font data that can be used by CTR applications │ └ specfiles RSF and DESC files │ └ xllt Stores character filter files for Font Converter. ├ sources │ └ libraries Some source code for the CTR-SDK libraries. ├ tools │ ├ CommandLineTools Command-line tools for the PC and related files. │ ├ FontConverter Tool(s) for converting Windows fonts into a format that can be used by the CTR-SDK │ └ TargetTools Tools that run on a CTR system and related files. └ ReadMe-CTR_SDK-*_*_*-*.html
/build
This directory contains scripts for the CTR-SDK build system.
For more information about how to use the CTR-SDK build system, see Build System.
/documents
This directory contains tool documentation and a reference manual for the libraries provided by the CTR-SDK.
You can access all of the documentation from documents/index.html.
/includeThis 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 Guide to Developing a Build System.
/librariesThis 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 Guide to Developing a Build System.
/resourcesThis directory contains data files that can be used or are required for developing and debugging CTR applications. For more information, see Resource Data.
/sources
This directory contains some source code for the CTR-SDK libraries. This source code is intended to be a reference when debugging applications.
It is prohibited to build and use libraries from this source code.
/toolsThis 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 Windows Tools. For more information about tools that can be used on a CTR system, see CTR Tools.
You can find all of the documentation in the CTR-SDK at documents/index.html.
This section provides simple descriptions and links for the main documentation.
CONFIDENTIAL