
2-4
Motorola DSP56000 Family Optimizing C Compiler User’s Manual
For More Information On This Product,
Go to: www.freescale.com
Motorola
Alternate Installation On A SUN
2.4 Alternate Installation On A SUN
1. Insert the supplied first floppy diskette into the floppy drive.
2. Login as
root
, or as yourself, if access permissions allow.
3. Inside the shell, use the command
cd
to go to the directory where the compiler’s
DSP directory tree is to reside. For this example, assume that the compiler is to be
installed in /usr/mydir (referred to by <compiler’s DSP directory tree> here).
4. Make sure that you have write permission in the directory.
5. Enter the command:
bar xZvf /dev/rfd0
. If the floppy drive must be accessed via a
different device file than
rfd0
, then use the appropriate device for your system.
6. Make sure that every user adds <compiler’s DSP directory tree>/dsp/bin to their
path. In this example, the path /usr/mydir/dsp/bin would be added to everyone’s
path.
7. Make sure that every user sets the environment variable DSPLOC to the path
leading to the
DSP
directory tree which is the directory <compiler’s dsp directory
tree>. In this example, DSPLOC would be set to /usr/mydir. Note that DSPLOC
would not be set to /usr/mydir/dsp.
2.5 Test Program
The following test program is intended to be a very simple check to see if the installation
has been completed correctly. The program should be put in a file named “hello.c”. The
control program, G56k, compiles the program in the file “hello.c” and generates the output
file “a.cld”. Do not enter the
C:>
as it is simply a prompt indicating that this line should be
entered from the keyboard. The command run56 executes the program in the file “a.cld”
and the result is to print “hello world.” on the computer screen.
Example 2-1. Test Program
#include <stdio.h>
main ( )
{
printf ( “hello world.\n” );
}
C:\> g56k hello.c
C:\> run56 a.cld
hello
F
Freescale Semiconductor, Inc.
n
.