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,5e9265b05e6055df,start X-Google-Attributes: gid103376,public From: grave Subject: Pb cross compilation GNAT3.10p sunos -> lynxos Date: 1998/11/05 Message-ID: <3641BE89.6196@ipnsun5.in2p3.fr>#1/1 X-Deja-AN: 408680024 Content-Transfer-Encoding: 7bit Organization: I.P.N Orsay Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-11-05T00:00:00+00:00 List-Id: Hi, I'm trying to cross compile gnat3.10p on a solaris2.6 to a lynxos 2.4, when it comme to compile the gnatlib the following command : ../../xgcc -B../../ -c -O2 -I/import/netWare/sparc-sun-solaris2.6/rs6000-ibm-lynxos/include -v -UIN_GCC -gnatpg -I. -I. g-spipat.adb give the following error : +===========================GNAT BUG DETECTED==============================+ | Error detected at g-spipat.adb:53:26 | | Please submit bug report by email to report@gnat.com | | Use a subject line meaningful to you and us to track the bug | | Include full sources in ASCII in a format compatible with gnatchop | | First line of sources must be marked by an Ada -- comment line | | Last line of sources must be last line of email message (no signature!) | | See gnatinfo.txt file for more info on procedure for submitting bugs | | 3.10p (970814) (rs6000-ibm-lynxos) Constraint_Error | +==========================================================================+ I didn't send it to report@gnat.com since It's the cross gnat1 I've compiled for lynxos which give a bug and not the sunos one. Somebody who can help ? Thanks in advance.