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,cfbf7c3afa2fb3fd X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: Using GNAT with (or without) VxWorks Date: 1996/07/05 Message-ID: <4rk5ph$5n6@news.nyu.edu>#1/1 X-Deja-AN: 163976239 references: <4rhq58$gnu@myall.awadi.com.au> organization: New York University Ultracomputer Research Lab newsgroups: comp.lang.ada Date: 1996-07-05T00:00:00+00:00 List-Id: In article Mark Eichin writes: >Before assuming that there is no answer, have you considered asking >Wind River Systems (wrs.com, makers of vxworks) directly? > >Gcc is not hard to set up as a cross compiler, there are merely a lot >of details. Also, gcc already supports VxWorks on most targets. >Gnat is probably likewise -- with the addition that you >need to interface the ada runtime to the target threads package... Correct. Once you have a gcc cross-system built, making a GNAT cross-compiler is trivial (you add "Ada" to the LANGUAGES parameter), but you do have to deal with runtime issues.