This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Atari configuartion


On Wed, Sep 19, 2001 at 11:18:26AM -0400, Keates, Mark wrote:
> Hi,
> 
> Can someone point me to the sources for
> startup code and linker (.ld) files for GCC
> so that I can build executables to run on
> an Atari ST or STE (i.e. 68000, no FPU only)
> 
> Are there support libraries available? (e.g. for GEM)
> 
> Do you have recommendations on which cross
> compiler to build, e.g. coff, elf, PIC enabled?

I think the patches are not yet mergedinto the mainstream gcc/binutils
sources.

You can find them on
http://wh58-508.st.uni-magdeburg.de/sparemint/cross-mint.html

(MiNT means "Mint is Now TOS", and is a multitasking-kernel that replaces
Gemdos. MiNT-binaries will run on standard Gemdos, too.)

The MiNTLIB (which is the libc equivalent for MiNT) should contain OS
bindings for Gemdos/MiNT, and GEM (VDI/AES).

The correct target should be something like m68k-atari-mint. IIRC, it is an
a.out variant with a Gemdos header in front of the a.out header for the
binaries.

If in doubt, Frank Naumann and Guido Flohr (addresses are on the sparemint
website) should be able to help regarding the tools.

cu
Michael

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]