Operating System - OpenVMS
1827442 Members
5942 Online
109965 Solutions
New Discussion

Re: Issues with .MMS file in Itanium, when ported from Alpha

 
RajaSamyR
New Member

Issues with .MMS file in Itanium, when ported from Alpha

When we try the Build of an executable, we end up getting the following error.
%MMS-I-ALRINSUFFLST, Type '.OBJ' is already in suffixes precedence list in file DKB200:[V51_MUS_BUILD.][V21.V51_SRC]V21A_MUS_BUILD.MMS;1, line 132.
%MMS-I-RULDISCORDER, Rule '.C.OBJ' discarded as types incorrectly ordered in suffixes precedence list
%MMS-F-GWKNOACTS, Actions to update DECEDI_OBJ:DECEDI__MUST_MAIN.OBJ are unknown.

Can any one help us with a fix asap...
2 REPLIES 2
Karl Rohwedder
Honored Contributor

Re: Issues with .MMS file in Itanium, when ported from Alpha

May be the type .OBJ is multiply defined in the suffixes list in your description file, e.g. ....OBJ .C .FOR .OBJ ...
This seesm to lead to ignoring the .C.OBJ rule, so that MMS doesn't know how to build your object file.

regards Kalle
Steven Schweda
Honored Contributor

Re: Issues with .MMS file in Itanium, when ported from Alpha

> Can any one help us with a fix asap...

Can anyone tell us what's in the description
file? (Line 132, in particular.)

"MMS /IDEN" on your Alpha and IA64 systems?

Actual MMS command?

Any useful info at all about what you're
doing?