From: Tomislav Vujec Subject: Re: Cross-compiler To: wolcendo AT alpha DOT im DOT pw DOT edu DOT pl (Marcin Wolcendorf) Date: Mon, 10 Jul 1995 23:53:36 +0200 (MET DST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > On Fri, 7 Jul 95 14:56 MDT, > Mat Hostetter wrote: > > 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. > It is very normal fact that make is missing some files. You didn't wrote, so I pressume that you didn't copy motorola target include and lib directories. As I understand cross-compiling, you can not build compiler just from machine description, and only that is included in gcc distribution. For making that right you surely need other files such as stdio.h ... and libs libc.a ... Please correct me if I am wrong about it. Regards, Tomislav Vujec Croatia "640K ought to be enough for anybody" - Bill Gates 1981 -------------------------------------------------------------------- E-mail: tvujec AT fly DOT cc DOT fer DOT hr Tel: +385-(0)42-210-486 Adr: Tomislav Vujec Hercegovacka 15 42000 Varazdin Croatia