$TwlSDK/build/demos/tips
Move to the $TwlSDK/build/demos/tips directory and enter
% make
Compiling will begin, and the SRL executable file and the NEF or TEF files having binary information will be generated in $TwlSDK/build/demos/gx/tips/(sample name)/bin/(platform)/(target)/.
For example:
$TwlSDK/build/demos/tips/MultiLink/bin/ARM9-TS/Release/main.srl
will be the executable file for the MultiLink demo.
If using the Ensata emulator:
If using IS-NITRO-DEBUGGER:
loadrun.exe tool from a command line
If using IS-TWL-DEBUGGER:
loadrun.TWL.exe tool from a command line
If using IS-NITRO-DEBUGGER:
loadrun.exe tool from a command line
If using IS-TWL-DEBUGGER:
loadrun.TWL.exe tool from a command line
If using IS-TWL-DEBUGGER:
loadrun.TWL.exe tool from a command line
| Name | Directory | Operation |
|---|---|---|
BuildFinalRom |
demos |
This demo shows an example of the process that incorporates files that need to be included in the final ROM. For building from the upper directory, this directory is built only when TWL_FINALROM is defined. |
MultiLink |
demos |
This sample process compiles source files in their respective multiple sub-directories and links them in the parent directory. |
MyBuildMessages |
demos |
This demo changes messages for individual build-time commands such as CC and LD. |
SwapCrossOver |
demos |
Use this procedure to check for process omissions in 3D screen drawing processes. It sends dummy polygons to the graphics engine and checks by counting polygons. |
NTRBanner |
demos |
This demo converts a source image into an NTR banner and embeds it in ROM. |
TWLBanner_anim1 |
demos.TWL |
This demo converts source Nitro-Character data into an animated TWL banner and embeds it in ROM. |
TWLBanner_anim2 |
demos.TWL |
This demo converts a source comprising 8 bitmap files and an XML file into an animated TWL banner and embeds it in ROM. |
TWLBanner_image |
demos.TWL |
This demo converts a source image into a still-image TWL banner and embeds it in ROM. |
The MultiLink demo is related to the linking process.
The SwapCrossOver demo will not work properly with ensata.
NTRBanner functions normally only when using NITRO ROM.
2008/09/29 Added a banner demo.
2008/07/11 Changed descriptions corresponding to TWL.
2005/03/02 Revised descriptions to meet the conditions of the currently supported environment.
2004/08/17 Standardized the notation used for IS-NITRO-EMULATOR.
2004/07/10 Initial version.
CONFIDENTIAL