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,240902f8042614b0,start X-Google-Attributes: gid103376,public From: "James Bean" Subject: GNAT/Linux error message Date: 1998/02/03 Message-ID: <6b7v36$nao@bgtnsc03.worldnet.att.net>#1/1 X-Deja-AN: 321765830 Organization: Dell Computer Corporation Newsgroups: comp.lang.ada Date: 1998-02-03T00:00:00+00:00 List-Id: Hi, Can anyone recognize what this error sequence is? ... /tmp/cca00422.i:1: numeric constant with no digits /tmp/cca00422.i:1: numeric constant with no digits /tmp/cca00422.i:1: invalid #line /tmp/cca00422.i:2: parse error at null character /tmp/cca00422.i:2: virtual memory exhausted gnatmake: *** link failed. make: *** [hello_world] Error 2 ... I am making a clone of a working Ada/Linux system on a larger disk. The original (small disk) obviously works fine. Seems to be a loader problem but... This is GNAT Ada 3.09 with the RedHat 4.2 Linux OS. The GNAT 3.09 requires installing different versions of libc, ld and make, however the .tar files were copied over from the original disk so there is not a version problem. I probably messed up the loader (ld) installation somehow. TIA for any leads. Jim Bean