$REVOLUTION_SDK_ROOT/build/demos/reldemo
Go to the $REVOLUTION_SDK_ROOT/build/demos/reldemo directory and enter make. The executable (elf file), relocatable module (rel file), and the module string table (str file) will be generated in $REVOLUTION_SDK_ROOT/build/demos/reldemo/bin/RVL/.
Copy all the generated relocatable module files and the module string table file to your game disc root directory. Go to the $REVOLUTION_SDK_ROOT/build/demos/reldemo/bin/RVL/ directory and execute one of the following.
ndrun script using the .elf file as an argument.ide with the .elf file as an argument.| static.elf | Loads and links a.rel and b.rel dynamically from the disc. |
|---|---|
| a.rel | Generates several class A objects. |
| b.rel | Generates several class B objects. Class B inherits class A. |
2006/03/01 Initial version.
CONFIDENTIAL