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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.68.180.5 with SMTP id dk5mr2856020pbc.3.1433931102918; Wed, 10 Jun 2015 03:11:42 -0700 (PDT) X-Received: by 10.140.18.194 with SMTP id 60mr31710qgf.12.1433931102656; Wed, 10 Jun 2015 03:11:42 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h15no946688igd.0!news-out.google.com!4ni358qgh.1!nntp.google.com!q107no337100qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Jun 2015 03:11:42 -0700 (PDT) In-Reply-To: <373a8c7e-8538-4de3-9647-dead707b8a88@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.163.1.105; posting-account=Srm5lQoAAAAEMX9rv2ilEKR6FDPapmSq NNTP-Posting-Host: 193.163.1.105 References: <6d5f352b-d886-4cd4-8f88-4116fe34129a@googlegroups.com> <4bc35d01-158d-48bb-b241-d4e3c3ce4344@googlegroups.com> <373a8c7e-8538-4de3-9647-dead707b8a88@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1e1e5cf8-5535-4e9f-9d85-261466ad9ce2@googlegroups.com> Subject: Re: gnat compiler issues with a partial build From: Mark Lorenzen Injection-Date: Wed, 10 Jun 2015 10:11:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:26248 Date: 2015-06-10T03:11:42-07:00 List-Id: On Tuesday, June 9, 2015 at 8:57:51 PM UTC+2, jan.de...@gmail.com wrote: > you would not see anything because as I said above your program will run = until you call the undefined symbol. and that chance is very small. (Only w= hen you have been dumb that happens) >=20 > But a kernel module will not load when there are undefined symbols, perio= d. >=20 > And perhaps ask, yes, how I cook my runtimes . . . > It helps the discussion. >=20 > cheers, >=20 > j. I just checked using the nm utility (leon3-elf-nm) and there are no undefin= ed symbols in the executable when building with the GNAT Ravenscar runtime = library (otherwise it of course would'nt succeed to link), so I still think= you must be configuring your runtime wrong. Regards, MarkL