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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,50c7e391f0749c94,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Fabien" Newsgroups: comp.lang.ada Subject: Unsupported .stab relocation error / mlongcall issue Date: 3 Oct 2005 03:33:40 -0700 Organization: http://groups.google.com Message-ID: <1128335620.226219.159160@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 213.16.181.73 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1128335629 27867 127.0.0.1 (3 Oct 2005 10:33:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 3 Oct 2005 10:33:49 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=213.16.181.73; posting-account=vYMGuA0AAADG0mJyIs75zvShQ4gA4_bq Xref: g2news1.google.com comp.lang.ada:5354 Date: 2005-10-03T03:33:40-07:00 List-Id: Hi, We are developping an Ada95 application using the GNAT 5.01a compiler for PowerPC, running on a Motorola 5100 card, with VxWorks 5.5.1. The application is rather big therefore we compile using the -mlongcall option (no other options). We observe that the complete system has an unstable behaviour: it gets stack. We get some references to "Unsupported .stab relocation" error. We didn't find any piece of code in our application that may overwrite the O.S. memory (we do dynamic memory allocation only at startup time), that may have uninitialized variables... The same application compiled for Windows 2000 seems to behave properly. Is there some known issues regarding the compiler and long call jumps under VxWorks? Do we need to recompile the Ada Libraries with the -mlongcall option? If yes, how? Does anyone have any idea on what could possibly raise an "Unsupported .stab relocation error"? Thanks in advance, Best Regards, Fabien.