From mboxrd@z Thu Jan 1 00:00:00 1970 From: vasco@icpnet.pl (Andrzej Popielewicz) Date: Mon, 24 Apr 2006 11:50:40 +0200 Subject: [TUHS] gcc-3.4.6 and old unix In-Reply-To: <1145868247.444c8fd727f62@www.paradise.net.nz> References: <000701c6672d$8d6f2ae0$2f01a8c0@myhome.westell.com> <444C1CDD.20805@pacbell.net> <444C7F4E.7040906@icpnet.pl> <1145868247.444c8fd727f62@www.paradise.net.nz> Message-ID: <444C9F70.2030409@icpnet.pl> Wesley Parish napisaƂ(a): >djggp relies on a DOS extender to run its 32-bit programs in a 16-bit >operating environment on a 32-bit machine. go32 is Delorie's own DOS extender >- OpenWatcom offers at least two other DOS extenders to pull the same kind of >trick. > > I know that, because I have used djgpp for a quite lot of time. I thought , that Bill wanted to "scale down" gcc compiler to 16 bit environment, and probably djgpp could be a good starting point. I understand , that gcc is not "directly" portable.But because gcc can create pdp code in cross compile environment, perhaps it is not impossible . BTW I have just ported Bob Supnik pdp11 emulator to Coherent 4.2.10 and it seems to work(compile works etc). Coherent being 32 bit for 386 processors has nonetheless 286 support builtin in kernel, so it seems to be good environment for this simulator (?). I have the same problem as Bill, I have to kill pdp11 process on another console to exit. Andrzej