home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
utlsrc33.lzh
/
UTLSRC33
/
XREADME
< prev
Wrap
Text File
|
1993-07-30
|
710b
|
20 lines
This is the README file for the GNU cross development utils.
-make file is called `Makefile.cross'
-configuration:
edit Makefile.cross to make sure the following
are defined appro.:
CROSSDIR -- the home directory of the cross dev. system
-make by
make -f Makefile.cross install
will make and install ld, nm, ar, size and size68
- note
size and nm only work on Gnu format objects (.o's essentially).
size68 will give the size information of atari format executables
(ie. .prg/.tos/.ttp files -- see st-out.h for details).
If you are going to run the cross linker on a machine that aligns structures
at longword boundaries (machines such as Sun-Sparc, Convex etc) add
-DWORD_ALIGNED to CFLAGS