[comp.os.minix] Cross compiling ST Minix

suppe@beach.cis.ufl.edu (Dennis Suppe) (04/09/90)

I am in the process of porting ST Minix to a 68000 board which I have
built.  I would like to compile minix on my Sun workstation (or some
other system) and produce an a.out file which is compatible with ST minix.  
The problem is that I do not have an assembler which understands the
assembly code in the Atari ST distribution (I do not have access to an
Atari ST at the moment).

Does anyone out there know of a way to cross-compile minix for the ST?

Thanks in advance,

Dennis.
--
Dennis Suppe                            University of Florida
suppe@beach.cis.ufl.edu                 CSE Room 340
(904) 392-1485                          Gainesville, Florida

HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) (04/10/90)

You may use the GNU compiler/assembler together with a toolset (ar,ld)
modified to yield MINIX-ST executables.
This toolset is perhaps somewhere in the archives, look for GKERNEL.
C.V.W.
P.S.: Do not try a Sun386i, you will run into bytesex problemms.

dingbat@diku.dk (Niels Skov Olsen) (04/11/90)

HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) writes:

>You may use the GNU compiler/assembler together with a toolset (ar,ld)
>modified to yield MINIX-ST executables.
>This toolset is perhaps somewhere in the archives, look for GKERNEL.
>C.V.W.
>P.S.: Do not try a Sun386i, you will run into bytesex problemms.

GKERNEL can be found at anonymous ftp-site 

		terminator.cc.umich.edu


dingbat@diku.dk