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-Thread: 103376,cc52b4ebc7fb7ff3,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: "new" Newsgroups: comp.lang.ada Subject: GPS Ada, C setup Date: 23 Dec 2005 10:46:50 -0800 Organization: http://groups.google.com Message-ID: <1135363610.266213.118490@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 209.8.85.66 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1135363615 27046 127.0.0.1 (23 Dec 2005 18:46:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 23 Dec 2005 18:46:55 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=209.8.85.66; posting-account=gJ_cWQwAAABkkC_lFfSozCs3Or7cWLH8 Xref: g2news1.google.com comp.lang.ada:6993 Date: 2005-12-23T10:46:50-08:00 List-Id: I am having trouble setting up the free GPS 3.0.0 to do what I need. There are two things I cannot figure out. My project requires compiling both C and Ada together. While both compile they will not link when I select make from the menu. I can get the project to link if I select make, wait for it to fail and bind and link separately from the command line. There should be a way to do this from within the environment, however. Afterwards, I can run the project from the environment in the debugger as needed. When I run the project with a console, but I cannot change the properties of the console. I need to be able the change the properities of the console so that I can scrole around and see all of the output. How do I do that? I am running on an intel windows XP machine. Thanks for your help.