Date: Thu, 17 Feb 94 17:45:59 -0500 From: DJ Delorie To: tesla AT lamar DOT colostate DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Cross Compiling > - Is this really the way it is? or can I do the job with a smaller set of files? You will need to get the gcc sources, configure them for the target platform, and build them. You will also need the libraries and includes from the target platform to compile any application sources. > - Has anyone worked on cross compiling for the two platforms mentioned above? Yes. > - How hard is it get DJGPP to cross compile for another platform assuming > no one has done it for that particular machine and can share with me? :) Not too hard, if you've already built gcc for the target in question on a Unix machine and can see what configure is going to do. Otherwise, you'll have to modify configure.bat manually by looking in configure to try to figure out what files to link from where.