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,bdb7a2f3e34b671,start X-Google-Attributes: gid103376,public From: knelson@cs.umn.edu (Kenneth Nelson) Subject: Need help with gnat 3.05 for nextstep3 m68k Date: 1997/05/14 Message-ID: <5lbdio$n72@epx.cis.umn.edu>#1/1 X-Deja-AN: 241401756 Organization: University of Minnesota Newsgroups: comp.lang.ada Date: 1997-05-14T00:00:00+00:00 List-Id: Hello, I am running OpenStep 4.0 for Mach on Next (black) hardware and recently installed a copy of gnat 3.05 for NextStep 3 (m68k) (gnat-3.05-m68k-next-nextstep3-bin.tar). Installation went smoothly so I tried to compile & execute the example "hello" program. Compilation passed, but the program failed at runtime. I then generated a very simple "hello" program which only uses Ada.Text_IO. This also failed to run. The program appears to fail during startup in start(): hobbes kln [151]% gdb hello GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.14 (NEXTSTEP 4.0 --target m68k), Copyright 1995 Free Software Foundation, Inc... Reading symbols from /private/swapdisk/tmp/hello/hello...done. (gdb) run Starting program: /private/swapdisk/tmp/hello/hello Program generated(1): Memory access exception on address 0x0 (protection failure). 0x3f20 in start () (gdb) (gdb) Could this be a dynamic linked library problem? Please help. Regards, Ken