From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:b308:: with SMTP id s8mr7083742qve.16.1601546184637; Thu, 01 Oct 2020 02:56:24 -0700 (PDT) X-Received: by 2002:ac8:4d05:: with SMTP id w5mr6583631qtv.339.1601546184454; Thu, 01 Oct 2020 02:56:24 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 1 Oct 2020 02:56:24 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=173.77.169.240; posting-account=s89PEgoAAABHs2ETFyOrCeTQVQJAfzKq NNTP-Posting-Host: 173.77.169.240 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <36bad7f5-23fb-41c1-a95c-c139cce16188n@googlegroups.com> Subject: GNAT VxWorks RTP link error using GPS. From: Vincent Marciante Injection-Date: Thu, 01 Oct 2020 09:56:24 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60353 List-Id: With merely a "hello World" program, I get similar to the following two errors using the GPS IDE when set to create an RTP: ... failed: ld.exe cannot find -lsyscall ... failed: ld.exe cannot find -ldsi Does this indicate an obvious solution to anyone? It seems to me that it must be some kind of installation/configuration problem but does this indicate anything that is obvious to anyone? Might it be that the VSB given to me was compiled with Workbench's LLVM compiler but but I am using GPS? (Note that there are actually different problems when I try to use GNATbench... but these seemed the easiest to describe first.)