$TwlSystem/build/demos/gfd/
Move to the $TwlSystem/build/demos/gfd/
directory and run:
% make
Compiling begins, and the SRL executable file and the NEF or TEF files with the binary information are generated in:
$TwlSystem/build/demos/gfd/samples/VramManager/(sample name)/bin/(platform)/(target)/
For example:
$TwlSystem/build/demos/gfd/samples/VramManager/FrameTexVramMan/bin/ARM9-TS.HYB/Release/
The executable file of the release version for the NITRO/TWL HYBRID of the FrameTexVramMan
demo is generated in the path described above.
Move to the $TwlSystem/build/demos/gfd/samples/VramManager/(sample_name)/bin/(platform)/(target)/
directory. Depending on the type of the built ROM, one of the following methods is used for execution.
When using the Ensata emulator:
ensata
.
When using IS-NITRO-DEBUGGER:
loadrun.exe
tool from a command line.
When using IS-TWL-DEBUGGER:
loadrun.TWL.exe
tool from a command line.
When using IS-NITRO-DEBUGGER:
loadrun.exe
tool from a command line.
When using IS-TWL-DEBUGGER:
loadrun.TWL.exe
tool from a command line.
When using IS-TWL-DEBUGGER:
loadrun.TWL.exe
tool from a command line.
FrameTexVramMan |
This sample uses the frame VRAM manager (texture image). |
FramePlttVramMan |
This sample uses the frame VRAM manager (texture palette). |
LinkedListTexVramMan |
This sample tests the operations of the internal modules of the linked list VRAM manager. |
Normal operation for all of the samples using IS-TWL-DEBUGGER and IS-NITRO-EMULATOR has been confirmed.
The current version of ensata is not supported.
2008/06/20 Updated compile method and execution method for TWL.
2006/05/29 Initial version.
CONFIDENTIAL