From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling into m68k asmbley Date: Sun, 28 Oct 2001 11:50:02 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 17 Message-ID: <1004269803.973618@queeg.ludd.luth.se> References: <3bd97274 AT news DOT bezeqint DOT net> X-Trace: news.luth.se 1004269802 14106 130.240.16.109 (28 Oct 2001 11:50:02 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Orca wrote: : Hi. : I need to compile c code into m68k-compatible-instruction-set asmbley, But : can't seem to figure out how to make that work... :( : all i want is the asm source. : can you show me the light? You need a DJGPP to m68k cross-compiler. This is not to be done for the faint of heart. Download gcc sources and follow the directions for building one. Right, MartinS