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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 115aec,66db994d4c3982f0 X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,66db994d4c3982f0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-07 03:25:27 PST Path: swrinde!gatech!udel!news.mathworks.com!panix!cmcl2!lab.ultra.nyu.edu!kenner From: kenner@lab.ultra.nyu.edu (Richard Kenner) Newsgroups: comp.lang.ada,comp.realtime Subject: Re: GNAT & RTEMS-Ada? Date: 7 Feb 1995 10:56:42 GMT Organization: New York University Ultracomputer Research Lab Distribution: world Message-ID: <3h7jla$q08@cmcl2.NYU.EDU> References: <3gt7jq$eda@gnat.cs.nyu.edu> <3gtp1c$ih4@michp1.redstone.army.mil> NNTP-Posting-Host: lab.ultra.nyu.edu Xref: swrinde comp.lang.ada:26305 comp.realtime:8683 Date: 1995-02-07T10:56:42+00:00 List-Id: In article <3gtp1c$ih4@michp1.redstone.army.mil> acuff@redstone.army.mil writes: >The problem we've encountered is related more to gnatbl. The gnatbl build >procedure is forcing a native gnatbl even in a cross build (i.e., gnatbl >referenced the native toolsets rather than the cross). This is a recognized >problem in GNAT 2.00 which did not occur in GNAT 1.85. Our solution was to >invoke gnatbind and mk68k-coff-ld manually (or via. makefile). Peculiar. I don't see what changed in 2.00 in this area. I would have expected what you described to always have been the case. I've long argued that gnatbl should be viewed as a temporary mechanism, to be eliminated when the "gcc" driver program gets more intelligent. Others in the group have disagreed with me on this goal, but you've given me more ammunition since the driver program knows how to find cross-tools. If you're doing sophisticated processing of object files, such as having a cross-environment, it's probably best not to use gnatbl but to do as you do anyway since gnatbl is a relatively simplistic tool.