From: "jerryc@innerpeace.org" <jerryc@innerpeace.org>
To: linux-8086@vger.kernel.org
Subject: Re: compiler for ELKS programs
Date: Mon, 20 Jan 2003 06:48:10 -0500 [thread overview]
Message-ID: <3E2BE1FA.7050306@innerpeace.org> (raw)
Thank you Paul and Neil,
Based upon that, I should be able to find the coding style requirements
(old style, ANSI, etc) for bcc in the documentation. Any other
suggestions as we progress on this project would be appreciated.
Probably the thing that would be most helpful soon would be some links
or names of good sample code of programs that already use curses or
ncurses for 80 x 25 text screens, particularly ones that scroll both up
and down. If anybody has ideas for anything other than C using
curses/ncurses, now would be a good time to hear them, too, before we
get too commited to that solution.
Yours in peace,
Jerry
Paul Nasrat wrote:
> 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
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next reply other threads:[~2003-01-20 11:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-20 11:48 jerryc [this message]
-- strict thread matches above, loose matches on Subject: below --
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
2003-01-20 12:41 ` jb1
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=3E2BE1FA.7050306@innerpeace.org \
--to=jerryc@innerpeace.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox