Date: Mon, 10 Jul 95 12:33:53 +0100 From: Marcin Wolcendorf To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Cross-compiler On Fri, 7 Jul 95 14:56 MDT, Mat Hostetter wrote: >>>>>> "Wolcendorf" == Wolcendorf Marcin writes: > > Wolcendorf> I have a problem with makeing a cross-compiler using > Wolcendorf> DJGPP. I have all (I think) sources and tried to use > Wolcendorf> info (there is 'something' about cross- compilers), > Wolcendorf> but it did't work ( make couldn't find some > Wolcendorf> file(s)). Can you help me, please ? > >We compile Executor, our commercial Mac emulator for DOS, under Linux >using a cross compiler. What's the problem? > >-Mat > > I want to make (to compile) a cross compiler, not to cross compile C programs ( yet ), but I don't know how. I tried to follow README and Info: configure --target=M68K make but results was as above i.e. make couldn't find some file(s) (error code: -1). All I want is to compile C under DOS and get executable which runs on Motorola 68302 (68000 is almost the same). I never compiled gcc nor configured it thats why I don't know how to do it. Regards, Marcin Wolcendorf.