<?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: 32bit or 64bit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000315#M126340</link>
    <description>&lt;A href="https://www.beepz.com/personal/merijn/#FAQ" target="_blank"&gt;https://www.beepz.com/personal/merijn/#FAQ&lt;/A&gt; or &lt;A href="http://www.cmve.net/~merijn/#FAQ" target="_blank"&gt;http://www.cmve.net/~merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does my system support 64bit builds&lt;BR /&gt;&lt;BR /&gt;You can find out if your kernel supports 64bit binaries by issuing:&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 110 &amp;gt; file /stand/vmunix&lt;BR /&gt;      /stand/vmunix:  ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 111 &amp;gt; getconf KERNEL_BITS&lt;BR /&gt;      64&lt;BR /&gt;      a5:/usr/local 112 &amp;gt; getconf HW_32_64_CAPABLE&lt;BR /&gt;      1&lt;BR /&gt;      a5:/usr/local 113 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX 10.20 does not support 64bit objects&lt;BR /&gt;How can I see if my program is a 64bit object?&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 108 &amp;gt; file pa*/bin/gcc&lt;BR /&gt;      pa11_32/bin/gcc:        PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_32/bin/gcc:        PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_64/bin/gcc:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 109 &amp;gt;&lt;BR /&gt;How can I see how my binary was compiled?&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 32bit SOM that info should be reveiled with odump -compunit&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 64bit ELF (LP64) that info should be reveiled with elfdump -dc&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
    <pubDate>Wed, 18 Jun 2003 06:47:32 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2003-06-18T06:47:32Z</dc:date>
    <item>
      <title>32bit or 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000309#M126334</link>
      <description>&lt;BR /&gt;Is there such a command in HPUX11.11 that can be use to check if a executable file is compiled in 32bit or 64bit??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 06:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000309#M126334</guid>
      <dc:creator>YLTan</dc:creator>
      <dc:date>2003-06-18T06:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit or 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000310#M126335</link>
      <description>Try this command:&lt;BR /&gt;# getconf KERNEL_BITS</description>
      <pubDate>Wed, 18 Jun 2003 06:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000310#M126335</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-18T06:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit or 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000311#M126336</link>
      <description>file &lt;FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 18 Jun 2003 06:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000311#M126336</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2003-06-18T06:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit or 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000312#M126337</link>
      <description>Just do a &lt;BR /&gt;#file &lt;EXECUTABLE&gt;&lt;BR /&gt;&lt;BR /&gt;32bit ---&amp;gt;&lt;BR /&gt;PA-RISC1.1 shared executable dynamically linked &lt;BR /&gt;64 bit ---&amp;gt;&lt;BR /&gt;ELF-64 shared object file - PA-RISC 2.0 (LP64) &lt;BR /&gt;&lt;BR /&gt;Other way would be using&lt;BR /&gt;#chatr &lt;BINARY&gt;&lt;BR /&gt;&lt;/BINARY&gt;&lt;/EXECUTABLE&gt;</description>
      <pubDate>Wed, 18 Jun 2003 06:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000312#M126337</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-06-18T06:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit or 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000313#M126338</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;to know if a binary is 32 ou 64 bits use&lt;BR /&gt;&lt;BR /&gt;file binary&lt;BR /&gt;&lt;BR /&gt;if you got PA-RISC1.1 executable it is a 32 bits, if you got ELF-64 executable object file then ...&lt;BR /&gt;&lt;BR /&gt;To know if the hardware support 32 or 64 bits use &lt;BR /&gt;&lt;BR /&gt;getconf HW_CPU_SUPP_BITS&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 18 Jun 2003 06:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000313#M126338</guid>
      <dc:creator>schneider_15</dc:creator>
      <dc:date>2003-06-18T06:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit or 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000314#M126339</link>
      <description>&lt;BR /&gt;e.g.&lt;BR /&gt;# file /usr/sbin/pvdisplay&lt;BR /&gt;&lt;BR /&gt;Returns with PA-RISC 1.x are 32 bit&lt;BR /&gt;Returns with PA-RISC 2.x are 64 bit&lt;BR /&gt;&lt;BR /&gt;The usage of 'getconf kernel_bits' tells you th running kernel. You can't run anything that is 64 bit on a 32 bit kernel.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 06:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000314#M126339</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-18T06:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: 32bit or 64bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000315#M126340</link>
      <description>&lt;A href="https://www.beepz.com/personal/merijn/#FAQ" target="_blank"&gt;https://www.beepz.com/personal/merijn/#FAQ&lt;/A&gt; or &lt;A href="http://www.cmve.net/~merijn/#FAQ" target="_blank"&gt;http://www.cmve.net/~merijn/#FAQ&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does my system support 64bit builds&lt;BR /&gt;&lt;BR /&gt;You can find out if your kernel supports 64bit binaries by issuing:&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 110 &amp;gt; file /stand/vmunix&lt;BR /&gt;      /stand/vmunix:  ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 111 &amp;gt; getconf KERNEL_BITS&lt;BR /&gt;      64&lt;BR /&gt;      a5:/usr/local 112 &amp;gt; getconf HW_32_64_CAPABLE&lt;BR /&gt;      1&lt;BR /&gt;      a5:/usr/local 113 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX 10.20 does not support 64bit objects&lt;BR /&gt;How can I see if my program is a 64bit object?&lt;BR /&gt;&lt;BR /&gt;      a5:/usr/local 108 &amp;gt; file pa*/bin/gcc&lt;BR /&gt;      pa11_32/bin/gcc:        PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_32/bin/gcc:        PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;      pa20_64/bin/gcc:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;      a5:/usr/local 109 &amp;gt;&lt;BR /&gt;How can I see how my binary was compiled?&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 32bit SOM that info should be reveiled with odump -compunit&lt;BR /&gt;&lt;BR /&gt;Provided your binary isn't stripped, and it is 64bit ELF (LP64) that info should be reveiled with elfdump -dc&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Wed, 18 Jun 2003 06:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/32bit-or-64bit/m-p/3000315#M126340</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-06-18T06:47:32Z</dc:date>
    </item>
  </channel>
</rss>

