Date: Wed, 7 Jul 93 08:48:53 EDT From: DJ Delorie To: 100140 DOT 424 AT compuserve DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: DJGPP and stuff other than 80x86's > - Can it, or could it be adapted to cross compile for other processors > (eg i960, SPARClite). How hard would this be? djgpp can be used to build gcc. Since gcc can be targeted to almost any processor, you can thus use djgpp to build a cross compiler targeted at almost any platform. It's not trivial, but it's not that hard either. > - If so, what debugging tools could be used? Depends on the platform. If the platform has a native debugger, you can use that. Alternatively, you could cross-build gdb for that platform. You could also try building gdb for ms-dos using the async library, for remote debugging.