Page 1 of 1

My first steps with X86 OpenVMS

Posted: Fri Apr 28, 2023 12:35 pm
by afassl
Hi all,

have managed to get the kit, installed, and all is fine.
Not sure, if you know this link, is a brilliant blog of all the required tasks.

https://raymii.org/s/blog/OpenVMS_9.2_f ... arted.html

currently transferring all our code from our Vax/Alpha/Itanium - source repositories.

Being curious - I've started with one of my favourite tools, CSWING.
For some reason, not sure why, the mms run was interrupted several times with this information
%MMS-F-ABORT, For target [.OBJ]SEARCH.OBJ, CLI returned abort status: %X10B91260.
%MMS-F-ABORT, For target SYSTEM, CLI returned abort status: %X10EE8034.


But , just entered
# mms
until all was done.

And .. it runs. WOW!

I'm really amazed, and keen to start to port more tools. If interested, I'll build an installation kit for this and others.

Thanks VSI - great job.


BR Andreas

Re: My first steps with X86 OpenVMS

Posted: Sat May 06, 2023 8:46 pm
by wademj
That's great; CSWING is a favorite of mine too. Where do you find the source?

Re: My first steps with X86 OpenVMS

Posted: Sat May 06, 2023 10:12 pm
by arne_v
wademj wrote:
Sat May 06, 2023 8:46 pm
That's great; CSWING is a favorite of mine too. Where do you find the source?
It is available on the internet.

One copy is here:

https://www.digiater.nl/openvms/decus/v ... rs/cswing/

I have no idea whether it is latest and greatest.

Re: My first steps with X86 OpenVMS

Posted: Mon May 15, 2023 12:58 am
by wademj
Got it; thanks. Also found v3.7.6 elsewhere. v3.7.6 will compile (with @COMPILE and then @LINK) ands despite warnings it works.

Thanks,
Malcolm

Re: My first steps with X86 OpenVMS

Posted: Mon May 15, 2023 9:30 am
by sms

Code: Select all

> [...] elsewhere. [...]

   Thanks for the helpful link.

> [...] warnings [...]

   And for the detailed report.