home *** CD-ROM | disk | FTP | other *** search
- 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
-