From mboxrd@z Thu Jan 1 00:00:00 1970 From: mjn3@codepoet.org (Manuel Novoa III) Subject: Re: C compiler, assembler and linker Date: Sun, 14 Jul 2002 11:27:26 -0600 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20020714172726.GA6179@codepoet.org> References: <1026654527.19494.39.camel@cool> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1026654527.19494.39.camel@cool> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Harry Kalogirou Cc: Linux-8086 Harry, On Sun, Jul 14, 2002 at 05:05:55PM +0300, Harry Kalogirou wrote: > > Hi Ken, > > as I recall you was working on making the smallC compiler work under > ELKS. What is the status of it? I checked the as86 and ld86 and both > compile fine with bcc(hope they don't need more than 64KB of data) so we > probably just need a compiler now. Can you brief us on it? I don't know about small C, but I managed to get bcc to build itself for elks by omitting all the floating point related code. The preprocessor appears to work, but the code generator dies. I haven't had time to track down the problem(s). Manuel