<?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: Itanium linker in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994875#M34602</link>
    <description>Please disregard this message, I know what is wrong.</description>
    <pubDate>Wed, 02 Aug 2006 13:18:33 GMT</pubDate>
    <dc:creator>Malleka Ramachandran</dc:creator>
    <dc:date>2006-08-02T13:18:33Z</dc:date>
    <item>
      <title>Itanium linker</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994874#M34601</link>
      <description>This sounds so silly but I don't understand why the following link command fails on Itanium.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ libr/lis/fu/names/only=vm$$_malloc [ndm.3301dev.ndm.images]NDM3301.OLB/lo&lt;BR /&gt;Directory of ELF OBJECT library DKA100:[NDM.3301DEV.NDM.IMAGES]NDM3301.OLB;1 on&lt;BR /&gt; 2-AUG-2006 13:01:38&lt;BR /&gt;Creation date:   2-AUG-2006 11:16:39      Creator:  Librarian I01-29&lt;BR /&gt;Revision date:   2-AUG-2006 11:23:59      Library format:   6.0&lt;BR /&gt;Number of modules:    356                 Max. key length:  1024&lt;BR /&gt;Other entries:       2369                 Preallocated index blocks:    213&lt;BR /&gt;Recoverable deleted blocks:        0      Total index blocks used:      259&lt;BR /&gt;Max. Number history records:      20      Library history records:       20&lt;BR /&gt;&lt;BR /&gt;Module VM$$_MALLOC      Ident V1.0             Inserted  2-AUG-2006 11:23:57 2 s&lt;BR /&gt;ymbols&lt;BR /&gt;&lt;BR /&gt;VM$$_CFREE&lt;BR /&gt;VM$$_FREE&lt;BR /&gt;&lt;BR /&gt;$ lin testalloc,[ndm.3301dev.ndm.images]NDM3301.OLB/lib&lt;BR /&gt;%ILINK-W-NUDFSYMS, 1 undefined symbol:&lt;BR /&gt;%ILINK-I-UDFSYM,        VM$$_MALLOC&lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol VM$$_MALLOC referenced&lt;BR /&gt;        section: $CODE$&lt;BR /&gt;        offset: %X0000000000000130  slot: 2&lt;BR /&gt;        module: TESTALLOC&lt;BR /&gt;        file: DKA100:[MALLEKA.EXAMPLES]TESTALLOC.OBJ;1&lt;BR /&gt;$ typ/page testalloc.c&lt;BR /&gt;struct  queue&lt;BR /&gt;&lt;BR /&gt;        {&lt;BR /&gt;           unsigned  int  f_link  ;&lt;BR /&gt;           unsigned  int  b_link  ;&lt;BR /&gt;        }  ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                /*                           */&lt;BR /&gt;                                                /* Queue Entry               */&lt;BR /&gt;                                                /*                           */&lt;BR /&gt;struct  entry&lt;BR /&gt;&lt;BR /&gt;        {&lt;BR /&gt;           struct    queue  link        ;&lt;BR /&gt;           unsigned  char   pqe   [  ]  ;&lt;BR /&gt;        }       ;&lt;BR /&gt;static  int  pqe_entry_size  =0;&lt;BR /&gt;main(int argc, char **argv[]) {&lt;BR /&gt;struct    entry             *pqe_entry;&lt;BR /&gt;&lt;BR /&gt;pqe_entry = vm$$_malloc ( pqe_entry_size );&lt;BR /&gt;}</description>
      <pubDate>Wed, 02 Aug 2006 13:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994874#M34601</guid>
      <dc:creator>Malleka Ramachandran</dc:creator>
      <dc:date>2006-08-02T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium linker</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994875#M34602</link>
      <description>Please disregard this message, I know what is wrong.</description>
      <pubDate>Wed, 02 Aug 2006 13:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994875#M34602</guid>
      <dc:creator>Malleka Ramachandran</dc:creator>
      <dc:date>2006-08-02T13:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium linker</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994876#M34603</link>
      <description>Malleka,&lt;BR /&gt;  for our collective education can you say what the problem was ?</description>
      <pubDate>Thu, 03 Aug 2006 04:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994876#M34603</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-03T04:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium linker</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994877#M34604</link>
      <description>Re: Ian&lt;BR /&gt;&lt;BR /&gt;Me thinks that the module VM$$_MALLOC, defines the functions VM$$_CFREE and VM$$_FREE, but not the function VM$$_MALLOC itself (just guessing from the info provided by Malleka).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 05:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994877#M34604</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2006-08-03T05:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium linker</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994878#M34605</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;The problem was that the routines in VSS_MALLOC had each coditional compilation for VAX and Alpha. It was being updated by another person to include the ia64. I thought that this had already been done and tried to link but the object modules were apparently empty.</description>
      <pubDate>Sun, 06 Aug 2006 16:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-linker/m-p/4994878#M34605</guid>
      <dc:creator>Malleka Ramachandran</dc:creator>
      <dc:date>2006-08-06T16:46:48Z</dc:date>
    </item>
  </channel>
</rss>

