Other Sample Demos - Tips

Location

$NitroSDK/build/demos/tips

Compilation

Move to the $NitroSDK/build/demos/tips and enter

% make

 Executable (..nef, .srl) files will be generated in

Executable (.nef, .srl) files are generated in $NitroSDK/build/demos/tips/sample_name/bin/platform/target/.

 For example:

$NitroSDK/build/demos/tips/MultiLink/bin/ARM9-TS/Release/

 

Execution

Move to the $NitroSDK/build/demos/tips/sample_name/bin/platform/target/ directory and perform one of the following:

Description

BuildFinalRom 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 NITRO_FINALROM is defined.
MultiLink This sample process compiles source files in their respective multiple sub-directories and links them in the parent directory.
MyBuildMessages This demo changes messages for individual build-time commands such as CC and LD.
SwapCrossOver 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.

Emulator

The MultiLink demo is related to the linking process. SwapCrossOver does not function.

See Also

Revision History

03/02/2005 Revised descriptions to reflect current support environment conditions.
08/17/2004 Standardized the notation of the IS-NITRO-EMULATOR.
07/10/2004 Initial version.