Preparing for launch
Preparing for launch involves the following steps, discussed in this section:
If you decide to use your own makefile, pay attention to the following requirements:
-g
flag and link with the -debug
flag.
modbin
command with the -debug
option to properly configure the final executable.
stripaif
command to create a separate symbols file.
stripaif
command-a duplicate
command that duplicates the following files to the /remote folder:
You can set the source directory either for one program only or for several programs the following way:
setsourcedir
setsourcedir PubsStation:3DO:Examples:UFO:
setsourcedir PubsStation:3DO:Examples:Lib3DO.lib:
setsourcedir
with the NULL
string:
setsourcedir
setsourcedir dirname
If you have an older "Green" Station, make sure the Debug switch on the 3DO Station is in the UP position.
If you have a newer, International Station, you should be set up for debugging by default. If not, use the ROM pop-up in the Preferences dialog, as described in Preferences dialog pop-ups.
You are prompted for a script to execute.
The Debugger starts up the 3DO Station and downloads and launches the operating system. A number of messages appear, followed by a Debugger prompt.
You can now start using the Debugger to download your programs.