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.67.15.103 with SMTP id fn7mr15374288pad.24.1425374415311; Tue, 03 Mar 2015 01:20:15 -0800 (PST) X-Received: by 10.140.96.99 with SMTP id j90mr397615qge.20.1425374415263; Tue, 03 Mar 2015 01:20:15 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!us.feeder.erje.net!news.glorb.com!hl2no3197940igb.0!news-out.google.com!n6ni190qar.0!nntp.google.com!j7no10449502qaq.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 3 Mar 2015 01:20:15 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.210.1.233; posting-account=orbgeAkAAADzWCTlruxuX_Ts4lIq8C5J NNTP-Posting-Host: 105.210.1.233 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <07330c00-0317-4bb2-8ffb-67bff98dc9eb@googlegroups.com> Subject: Re: GNAT stm34f4 zfp question. From: jan.de.kruyf@gmail.com Injection-Date: Tue, 03 Mar 2015 09:20:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25081 Date: 2015-03-03T01:20:15-08:00 List-Id: On Tuesday, March 3, 2015 at 9:45:30 AM UTC+2, jan.de...@gmail.com wrote: And I did find another anomaly: /usr/gnat-arm/lib/gcc/arm-eabi/4.7.4/rts-zfp//adalib/libgnat.a(s-secsta.o): In function `system__secondary_stack__ss_allocate': s-secsta.adb:(.text+0x8): undefined reference to `__gnat_get_secondary_stack' I can alleviate the symptoms by employing a local s-secsta.adb from the auxiliary zfp tar file. The linker complains still abut the '_start_rom' address, I am about to sort that. Oh by the way, I did employ the ravenscar linker scripts and project xml file That seems to work to a large extend. Without that the linker is looking for 'crt0.o'. I know what it is, but I do not know where on earth it is to be found in the ravenscar profile. There is a crti.o in the zfp profile. j.