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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: storage error: stack overflow Date: Fri, 14 Aug 2015 17:01:54 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="701e1a91696e79a9574ebe874fee72d6"; logging-data="11668"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/xkec9M9HQz666Wbt27kVg30cMtenJt9g=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:N+/mUxIkwJHXGbmDZFigF7l2VII= sha1:oqej1N7Uag71WYEXWBWHYPKgJWM= Xref: news.eternal-september.org comp.lang.ada:27451 Date: 2015-08-14T17:01:54+01:00 List-Id: hreba writes: > All project files have "-g" as Compiler switch. One imported project > file has it additionally as builder and linker switch. Makes it a > difference? Should be a Builder switch, so it gets applied in all the packages that need it; I'm pretty sure the Binder needs to see it as well as the Linker (and, for your code of course) the Compiler.