Page 1 of 1

Is VMS-IDE supposed to work with the new C compiler for x86?

Posted: Wed Mar 08, 2023 10:16 am
by ajbrehm
I get as far as building on VMS announcing success but also the error

MMS/EXTENDED_SYNTAX/DESCR=project.mms/MACRO=("DEBUG=1","OUTDIR=out","NAME=project","UNIXNAME=project","CONFIG=DEBUG")
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\MMS\

And there is no EXE file created that I can find.

Any ideas?

Re: Is VMS-IDE supposed to work with the new C compiler for x86?

Posted: Wed Mar 08, 2023 10:27 am
by tim.stegner
That message suggests that MMS is not installed or started on your VMS system. MMS is part of the DECset product package, and should be downloadable from the portal.

Re: Is VMS-IDE supposed to work with the new C compiler for x86?

Posted: Wed Mar 08, 2023 8:44 pm
by arne_v
Is DECset available for x86-64?

Re: Is VMS-IDE supposed to work with the new C compiler for x86?

Posted: Wed Mar 08, 2023 11:47 pm
by sms

Code: Select all

> Is DECset available for x86-64?

   It was for the field test E9.2:

V87 $ tcpip show vers

  VSI TCP/IP Services for OpenVMS x86_64 Version X6.0
  on a VMware, Inc. running OpenVMS E9.2    

V87 $ prod show prod decset
------------------------------------ ----------- ---------
PRODUCT                              KIT TYPE    STATE
------------------------------------ ----------- ---------
VSI X86VMS DECSET V13.0-1            Platform    Installed
------------------------------------ ----------- ---------
1 item found

V87 $ mms /ident
%MMS-I-IDENT, MMS V4.0-4 © Copyright 2022 VMS Software, Inc and Hewlett-Packard 
Development Company, L.P.


   I had no special problems with it (until the PAKs expired).

Re: Is VMS-IDE supposed to work with the new C compiler for x86?

Posted: Thu Mar 09, 2023 7:06 am
by ajbrehm
tim.stegner wrote:
Wed Mar 08, 2023 10:27 am
That message suggests that MMS is not installed or started on your VMS system. MMS is part of the DECset product package, and should be downloadable from the portal.
Yes, that appears to have been that.

I installed DECset now. Ta!