<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linking using .obj on Integrity VMS Server in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092063#M38657</link>
    <description>&lt;!--!*#--&gt;OBJ files contain machine instructions.  &lt;BR /&gt;&lt;BR /&gt;OBJ files from Alpha, contain Alpha instructions in an OpenVMS Alpha-specific file format.&lt;BR /&gt;&lt;BR /&gt;The Itanium linker is expecting an Itanium object file.  That contains Itanium instructions in a different file format called ELF.  The linker told you that the file was not a valid Itanium OBJ file.&lt;BR /&gt;&lt;BR /&gt;The Itanium linker does not know now to take Alpha objects and magically turn them into Itanium images.&lt;BR /&gt;&lt;BR /&gt;As others have said, the I64 COBOL compiler (current version is 2.9) should be able to recompile your COBOL source and create Itanium objects for you.&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Oct 2007 07:57:19 GMT</pubDate>
    <dc:creator>John Reagan</dc:creator>
    <dc:date>2007-10-25T07:57:19Z</dc:date>
    <item>
      <title>Linking using .obj on Integrity VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092060#M38654</link>
      <description>HI,&lt;BR /&gt;I am running a brief feasability study on the amount of work to get our Alpha vms Cobol images running on the integrity vms platform.&lt;BR /&gt;&lt;BR /&gt;My Alpha VMS server is 8.3 (cobol 2.8)&lt;BR /&gt;&lt;BR /&gt;I am trying to see if i can just port the obj and link against that on the integrity box but get the same error with several images, any ideas?&lt;BR /&gt;&lt;BR /&gt;Directory :[EXE]&lt;BR /&gt;&lt;BR /&gt;L300.EXE;6          L300.OBJ;1&lt;BR /&gt;&lt;BR /&gt;Total of 2 files.&lt;BR /&gt;RX2620_&amp;gt;link l300&lt;BR /&gt;%ILINK-E-INVLDHDR, invalid ELF header; field 'ehdr$b_ei_mag0' has invalid value&lt;BR /&gt;%X3D&lt;BR /&gt;        module: &lt;UNASSIGNED&gt;&lt;BR /&gt;        file: :[EXE]L300.OBJ;1&lt;BR /&gt;%ILINK-F-NOMODS, no input modules specified (or found)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul.&lt;/UNASSIGNED&gt;</description>
      <pubDate>Thu, 25 Oct 2007 05:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092060#M38654</guid>
      <dc:creator>Paul Whapshott</dc:creator>
      <dc:date>2007-10-25T05:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linking using .obj on Integrity VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092061#M38655</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;what do you mean by 'port the object'?&lt;BR /&gt;You had to compile and link on IA64.&lt;BR /&gt;&lt;BR /&gt;See Help/message INVLDHDR for more information.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 25 Oct 2007 05:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092061#M38655</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-10-25T05:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linking using .obj on Integrity VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092062#M38656</link>
      <description>&amp;gt;&amp;gt; I am running a brief feasability study on the amount of work to get our Alpha vms Cobol images running on the integrity vms platform.&lt;BR /&gt;&lt;BR /&gt;You can get the images running iwth binary translation, but I would not recommend that.&lt;BR /&gt;&lt;BR /&gt;You can NOT use the objects, as you foudn out.&lt;BR /&gt;&lt;BR /&gt;You can just re-compile, link and go.&lt;BR /&gt;&lt;BR /&gt;For 'normal' cobol programs this is likely all you need to do. Just compile and go. For bonus points you may want to monitor the 'allignment faults' during the initial runs to see if there is poor coding/datalayout which was sub-obtipaml on Alpha alerady, but which may have become problematic (performance) on Itanium.&lt;BR /&gt;&lt;BR /&gt;Be sure to check the OpenVMS website and google for detailed advise, and please consider to engage someone 'who has been there' to help you.&lt;BR /&gt;&lt;BR /&gt;Enjoy the Itanium!&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Oct 2007 06:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092062#M38656</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-25T06:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linking using .obj on Integrity VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092063#M38657</link>
      <description>&lt;!--!*#--&gt;OBJ files contain machine instructions.  &lt;BR /&gt;&lt;BR /&gt;OBJ files from Alpha, contain Alpha instructions in an OpenVMS Alpha-specific file format.&lt;BR /&gt;&lt;BR /&gt;The Itanium linker is expecting an Itanium object file.  That contains Itanium instructions in a different file format called ELF.  The linker told you that the file was not a valid Itanium OBJ file.&lt;BR /&gt;&lt;BR /&gt;The Itanium linker does not know now to take Alpha objects and magically turn them into Itanium images.&lt;BR /&gt;&lt;BR /&gt;As others have said, the I64 COBOL compiler (current version is 2.9) should be able to recompile your COBOL source and create Itanium objects for you.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Oct 2007 07:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092063#M38657</guid>
      <dc:creator>John Reagan</dc:creator>
      <dc:date>2007-10-25T07:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linking using .obj on Integrity VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092064#M38658</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;You have pointed me in the right direction. As I say im no programmer but I understand now that I need get get Cobol and temporary license on this server which I am now progressing. I will copy the soure cobol code over and compile and relink once I have the cobol license.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 25 Oct 2007 08:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092064#M38658</guid>
      <dc:creator>Paul Whapshott</dc:creator>
      <dc:date>2007-10-25T08:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linking using .obj on Integrity VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092065#M38659</link>
      <description>If timing is critical, and license/compiler seems slow in happening, then you may want to pursue getting access to the HP test drive system (td183) and try there.&lt;BR /&gt;Google: testdrive +site:hp.com&lt;BR /&gt;&lt;BR /&gt;There are folks out there (like myself) who would be interested to assist you with a conversion effort as an assignment.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Oct 2007 08:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092065#M38659</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-25T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linking using .obj on Integrity VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092066#M38660</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;As has been noted, OBJ files are architecture specific. So, the code will need to be recompiled.&lt;BR /&gt;&lt;BR /&gt;If the codebase is old, I generally recommend that clients recompile (and verify that the code recompiles correctly and runs correctly) on Alpha; then recompile and test on Itanium.&lt;BR /&gt;&lt;BR /&gt;Your mileage (or kilometerage) may vary, but well written build procedures often work with no problem.&lt;BR /&gt;&lt;BR /&gt;Recompilation is the preferred route, however, image translation is useful tool for transitioning large code bases.&lt;BR /&gt;&lt;BR /&gt;Some comments on this are contained in my OpenVMS Technical Journal article, "Strategies for Migrating from Alpha and VAX systems to HP Integrity Servers on OpenVMS" (Volume 10, June 2007). An abstract of that article, together with a link to the complete article, can be found at: &lt;A href="http://www.rlgsc.com/publications/vmstechjournal/migrationstrategies.html" target="_blank"&gt;http://www.rlgsc.com/publications/vmstechjournal/migrationstrategies.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linking-using-obj-on-integrity-vms-server/m-p/4092066#M38660</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-10-25T10:43:11Z</dc:date>
    </item>
  </channel>
</rss>

