From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c2b9f59b1435bd9 X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: Ada for QNX4 realtime Operating-System Date: 1997/06/11 Message-ID: <5nms55$ier$1@news.nyu.edu>#1/1 X-Deja-AN: 247716784 References: <5nji30$g4f$1@news01.btx.dtag.de> <5nkosv$n2l@freud.mda.ca> Organization: New York University Ultracomputer Research Lab Newsgroups: comp.lang.ada Date: 1997-06-11T00:00:00+00:00 List-Id: In article <5nkosv$n2l@freud.mda.ca> blaak@mda.ca (Ray Blaak) writes: >Well, here is a post about gcc 2.7.2 being ported to QNX. Porting GCC to an operating system is usually nearly a zero-cost task since there's so little of the compiler that depends on the operating system. Usually all you have is a couple of definitions of things like object file and debugging format definitions and symbol name rules, so this isn't saying much. >GNAT (Gnu Ada) rests >on top of gcc to generate machine code, so in theory GNAT could then be built >for QNX (most likely without tasking). But that's the biggest issue in such a port.