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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,78cc2be3bd40e13 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.235.4 with SMTP id ui4mr280195pbc.3.1333141050557; Fri, 30 Mar 2012 13:57:30 -0700 (PDT) Path: z9ni19939pbe.0!nntp.google.com!news2.google.com!postnews.google.com!k24g2000yqe.googlegroups.com!not-for-mail From: Rugxulo Newsgroups: comp.lang.ada Subject: Re: Alsys 5.3 on MS DOS 6.22 in VMWare? Date: Fri, 30 Mar 2012 13:56:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2a4c18c0-2b1b-4d34-bab4-5b0478f22f07@k24g2000yqe.googlegroups.com> References: <4176570.260.1333132542299.JavaMail.geo-discussion-forums@vbyw15> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 X-Trace: posting.google.com 1333141050 18447 127.0.0.1 (30 Mar 2012 20:57:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 30 Mar 2012 20:57:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k24g2000yqe.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-03-30T13:56:07-07:00 List-Id: Hi, On Mar 30, 1:35=A0pm, jfgall...@gmail.com wrote: > > I'm seeing some discussion about the old Alsys compiler and VMWare on thi= s group, but not both at the same time, so I'll risk asking... > > We have this older (... much... older...) product that we need to support= . It is an embedded 80386 target. The application is in Ada 83, and was com= piled with the Alsys compiler. > > The compiler works fine, and indeed the binaries that come out of it are = valid and run on the platform. What doesn't work is the AdaPROBE debugger. > > I've tried everything I could think of and am running out of ideas. Any h= elp appreciated. (Note that I don't know Ada and have never use Alsys, but I enjoy DOS.) A lot of VMs have bugs and omissions because DOS isn't used nor wanted nearly as much as other OSes. I'd be surprised if debugging (presumably 386 hardware debugging registers) was fully supported nor serial port stuff, etc. I honestly can only suggest you use a different VM (though I know VirtualBox has bugs, ugh, hope you have VT-X). And (at the very least!) be sure to ask in one of the DOS-oriented groups like news://comp.os.msdos.programmer or even on FreeDOS' mailing lists (e.g. freedos-user). I know at least two guys in FreeDOS use VMware a lot (Bernd, Eduardo), so it can't hurt to ask. And Japheth is the resident debugging expert there.