|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| build/ | | 22-Apr-2024 | - | 9,950 | 6,268 |
| README.txt | D | 21-Apr-2024 | 3.5 KiB | 84 | 48 |
README.txt
1=======================================================================
2Revolution SDK Extensions 2.4 with CW for GCN
3 2009/06/05
4=======================================================================
5
6- Introduction
7- System Requirements
8- Quick Start
9- About the Changes
10
11=======================================================================
12Introduction
13=======================================================================
14The Revolution SDK Extensions package (the REX package) is an extended library package that adds various features to Revolution SDK (the SDK). These features include Internet-based wired and wireless network functions, functions for data communications with the Nintendo DS system, and virtual file system functions.
15
16Because RevoEX does not run on its own, be sure to install the SDK first.
17
18This package supports CW for GCN.
19
20=======================================================================
21System Requirements
22=======================================================================
23The corresponding SDK version is as follows.
24
25- Revolution SDK 3.2 patch 3
26- NDEV Firmware 55.18.25
27- CodeWarrior for Nintendo GameCube version 3.0 alpha 5
28
29This will run on the NDEV Wii development platform.
30
31
32=======================================================================
33Quick Start
34=======================================================================
35
361) Install tools including the Revolution SDK tools.
37
38Be sure to install SDK-related tools and NDEV-related tools according to the prescribed procedure.
39
40
412. Extract the Revolution SDK Extensions package.
42
43Unpack the RevoEX package in a directory different from the SDK directory. Also, be sure to install RevoEX and the SDK in separate directories. This will prevent problems such as file collisions and disparity of file versions caused by current differences in the frequency with which the SDK and RevoEX packages are updated.
44
45Note: The package configuration may be standardized (so that the two packages are updated together) in the future.
46
47
483. Set the REVOLUTION_EXT_ROOT environment variable.
49
50Set the REVOLUTION_EXT_ROOT environment variable as the path to the top directory of the package.
51When $/RevoEX appears below, it refers to the top directory. The following files and directories are in the top directory.
52
53 % ls $REVOLUTION_EXT_ROOT
54 RVL X86 build include makefile man
55
56
574. Update the NDEV firmware.
58
59To use RevoEX 2.4, you need version 55.18.25 or later of the NDEV firmware. Therefore, use the latest version of Revolution SDK and update your NDEV firmware.
60
61
625. Network settings.
63
64Because some of the network demos use the settings saved to the console's NAND flash memory, you should configure your network settings after referring to $/RevoEX/docs/TechnicalNotes/NetworkDevelopment.pdf.
65
66
676. Build demos.
68
69To start building demos supplied with RevoEX, run the following from the $/RevoEX directory:
70
71 % make
72
73The binary files are generated in $/RevoEX/RVL/bin/demos.
74
75
76=======================================================================
77About the Changes
78=======================================================================
79
80For changes related to the individual packages released up through Revolution SDK Extensions 2.4, see the "Revolution SDK Extensions Revision History" page in the Function Reference Manual.
81
82
83=======================================================================
84