All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Nasrat <pauln@truemesh.com>
To: linux-8086@vger.kernel.org
Subject: Re: compiler for ELKS programs
Date: Mon, 20 Jan 2003 08:51:23 +0000	[thread overview]
Message-ID: <20030120085123.GW30557@raq465.uk2net.com> (raw)
In-Reply-To: <3E2B6B51.2030403@innerpeace.org>

On Sun, Jan 19, 2003 at 10:21:53PM -0500, jerryc@innerpeace.org wrote:
Jerry
> 
> I've read that page over several times, and there was some info about 
> compiling ELKS itself. However, if it does say what to use to compile 

Dev86 (which may be installed on your linux box already rpm -q dev86 on
a rpm derived distro, linux86 on a debian one) contains a
compiler called bcc.

So if you have a simple c program like a Hello World. Named hello.c 

#include <stdio.h>

main()
{
	printf ("Hello, World!\n");
}

Under linux run:

bcc -o hello hello.c 

This will produce a file called hello which is

file hello
hello: Linux-8086 executable not stripped

You should then be able to run this in your elks environment of choice.

Hth

Paul

  parent reply	other threads:[~2003-01-20  8:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-19  6:48 compiler for ELKS programs jerryc
2003-01-19  8:20 ` Neil Holmes
2003-01-20  3:21   ` jerryc
2003-01-20  6:43     ` Neil Holmes
2003-01-20  8:51     ` Paul Nasrat [this message]
2003-01-20 12:41       ` jb1
  -- strict thread matches above, loose matches on Subject: below --
2003-01-20 11:48 jerryc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030120085123.GW30557@raq465.uk2net.com \
    --to=pauln@truemesh.com \
    --cc=linux-8086@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.