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: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Using GNAT with (or without) VxWorks Date: 1996/07/06 Message-ID: #1/1 X-Deja-AN: 167163543 references: <4rhq58$gnu@myall.awadi.com.au> <4rk5ph$5n6@news.nyu.edu> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-06T00:00:00+00:00 List-Id: Richard said "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." Well running the compilation may be trivial, but testing to see if the resulting cross GNAT compiler works, and fixing any bugs that this testing may reveal may be a little less trivial!