Date: Sun, 29 Jan 1995 14:08:16 -0500 To: thon AT irp DOT uni-stuttgart DOT de (andreas thon) From: jk55 AT cornell DOT edu (Jim Karpinski) Subject: Re: C++ cross compiler for m68k Cc: djgpp AT sun DOT soe DOT clarkson DOT edu >I am looking for a C++ cross compiler, host: msdos, target: mc68340(cpu32). >Is is possible to configure djgpp as a cross compiler for the target m68k? >So far I found a cross assembler, which seems to work fine. But I really >get problems with the libraries, especially the libg++ library. >I wasn't able to recompile the sources to create the libraries. >Help would be appreciated. > >Andreas I'm using djgpp as a C cross compiler, host=msdos, target=68000-coff. The executables, sources and docs are at: ftp.lysator.liu.se /pub/msdos/gnu/gcc-dos-m68k This would get you started, but you'd be on your own for the C++ parts. -Jim Karpinski jk55 AT cornell DOT edu