Cross 68k using GCC for a ix86-pc-msdos host...HOW-TO ?

"Michael K. Elwood" (mkelwood@qsicorp.com)
Thu, 1 Apr 1999 13:41:37 -0700


>I'd like to distribute to my students a compiled version of 'as' & 'ld'
>configured to act as a cross-assembler and cross-linker 68000 under
>MSDOS (i don't want to use cygwin and others...i just want these
>programs running stand alone).
>
>Got a i486-*-linux based PC:
>#> tar -z -xvf binutils-2.9.1.tar.gz
>#> cd binutils-2.9.1
>#> ./configure --host=i486-pc-msdos --target=m68040-motorola-aout
>#> make all install
>
>Then trying to run theses as & ld from MSDOS...insufficient memory even
>for very very small programs (129ko)...well any idea ?


I'm not sure, but I think you need to specify the host as 'i486-pc-go32'.

MKE


_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.