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,1aa4222a49de9a46,start X-Google-Attributes: gid103376,public From: Chris Powell Subject: Tips for conversion from Apex to GNAT Date: 1999/12/22 Message-ID: <38609E9C.B75C9962@rdel.co.uk>#1/1 X-Deja-AN: 564278231 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: postmaster@rdel.co.uk X-Trace: rdel.co.uk 945856183 24911 172.16.10.14 (22 Dec 1999 09:49:43 GMT) Organization: Blackbox Software UK Ltd Mime-Version: 1.0 NNTP-Posting-Date: 22 Dec 1999 09:49:43 GMT Newsgroups: comp.lang.ada Date: 1999-12-22T09:49:43+00:00 List-Id: Does anyone have any tips for converting Apex based Ada system to build under GNAT? Some obvious potential pitfalls spring to mind: the compatibility of libraries (we cross compile to PowerPC, VxWorks), the file extension mapping from Apex .1.ada/.2.ada to .ads/.adb, inconsistencies in implementation-defined areas of the compilers... Perhaps someone has written a wizzo makefile that can build an application directly from views in an Apex tower using GNAT? We are interested to see if the application builds any quicker: we spend a lot of time waiting for builds under Apex. Thanks in advance; Chris Powell.