<?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: gdb error: not in executable format: File format not recognized in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900771#M701699</link>
    <description>&lt;BR /&gt;GREAT!!&lt;BR /&gt;&lt;BR /&gt;That's the string I was looking for :)&lt;BR /&gt;&lt;BR /&gt;Where in the HP site? I couldn't find it that's why I'm trying to build directly from the source.</description>
    <pubDate>Mon, 09 May 2005 06:24:23 GMT</pubDate>
    <dc:creator>Jose Luis Casado Moya_2</dc:creator>
    <dc:date>2005-05-09T06:24:23Z</dc:date>
    <item>
      <title>gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900764#M701692</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I try to use gdb with binaries compile as:&lt;BR /&gt;ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;I get the following error:&lt;BR /&gt;This GDB was configured as "hppa2.0w-hp-hpux11.11"..."/tmp/jose/2prugdb": not in executable format: File format not recognized&lt;BR /&gt;&lt;BR /&gt;With 32bits binaries is working fine.&lt;BR /&gt;&lt;BR /&gt;Any idea how to correct the problem?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;jose</description>
      <pubDate>Mon, 09 May 2005 03:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900764#M701692</guid>
      <dc:creator>Jose Luis Casado Moya_2</dc:creator>
      <dc:date>2005-05-09T03:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900765#M701693</link>
      <description>Are you using a 64-bit enabled version of gdb?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 03:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900765#M701693</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-09T03:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900766#M701694</link>
      <description>&lt;BR /&gt;I don't think so, actually I thought that the problem could be there but I couldn't find the option to build the gdb explicity with 64 bit support.&lt;BR /&gt;&lt;BR /&gt;The hppa2.0w-hp-hpux11.11 seems to indicate that it's 64 bits but I'm not sure of that.</description>
      <pubDate>Mon, 09 May 2005 03:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900766#M701694</guid>
      <dc:creator>Jose Luis Casado Moya_2</dc:creator>
      <dc:date>2005-05-09T03:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900767#M701695</link>
      <description>As soon as you see PA-RISC 2.0, its 64-bit. If you either do gdb -v or swlist | grep gdb you can get the version of gdb you are using. Then we can check if it can cope with 64-bit binaries. (I suspect not)</description>
      <pubDate>Mon, 09 May 2005 03:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900767#M701695</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-09T03:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900768#M701696</link>
      <description>HP's supported version of GDB (WDB) works fine with ELF (64 bit) binaries.&lt;BR /&gt;&lt;BR /&gt;You can get it from here. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/gdb" target="_blank"&gt;http://www.hp.com/go/gdb&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It installs into /opt/langtools/bin.&lt;BR /&gt;&lt;BR /&gt;$ file a.out&lt;BR /&gt;a.out:          ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;$ gdb ./a.out&lt;BR /&gt;Detected 64-bit executable.&lt;BR /&gt;Invoking /opt/langtools/bin/gdb64.&lt;BR /&gt;HP gdb 5.0 for PA-RISC 2.0 (wide), HP-UX 11.00&lt;BR /&gt;and target hppa2.0w-hp-hpux11.00.&lt;BR /&gt;Copyright 1986 - 2001 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 5.0 (based on GDB) is covered by the&lt;BR /&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;BR /&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;BR /&gt;..(no debugging symbols found)...&lt;BR /&gt;(gdb) quit</description>
      <pubDate>Mon, 09 May 2005 03:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900768#M701696</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-09T03:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900769#M701697</link>
      <description>Yes, it seems that the old versions where 32 bits so I built a new one that it's supposed to be 64bits but I'm getting the same error so I'm doing something wrong...but what?&lt;BR /&gt;&lt;BR /&gt;./gdb -v &lt;BR /&gt;GNU gdb 5.3&lt;BR /&gt;Copyright 2002 Free Software Foundation, Inc.&lt;BR /&gt;GDB is free software, covered by the GNU General Public License, and you are&lt;BR /&gt;welcome to change it and/or distribute copies of it under certain conditions.&lt;BR /&gt;Type "show copying" to see the conditions.&lt;BR /&gt;There is absolutely no warranty for GDB.  Type "show warranty" for details.&lt;BR /&gt;This GDB was configured as "hppa2.0w-hp-hpux11.11".&lt;BR /&gt;&lt;BR /&gt;I think the w in hppa2.0w-hp-hpux11.11 means 64bits, so now I'm completely lost.</description>
      <pubDate>Mon, 09 May 2005 04:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900769#M701697</guid>
      <dc:creator>Jose Luis Casado Moya_2</dc:creator>
      <dc:date>2005-05-09T04:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900770#M701698</link>
      <description>hppa2.0w-hp-hpux11.11 means that gdb configure script detected that your machine is 64-bit capable.&lt;BR /&gt;&lt;BR /&gt;You may be able to compile gdb with 64-bit binary support with&lt;BR /&gt;&lt;BR /&gt;$ ./configure --target=hppa64-hp-hpux11.11 --host=hppa64-hp-hpux11.11&lt;BR /&gt;&lt;BR /&gt;Or simply install it from HP's web site.</description>
      <pubDate>Mon, 09 May 2005 05:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900770#M701698</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-09T05:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900771#M701699</link>
      <description>&lt;BR /&gt;GREAT!!&lt;BR /&gt;&lt;BR /&gt;That's the string I was looking for :)&lt;BR /&gt;&lt;BR /&gt;Where in the HP site? I couldn't find it that's why I'm trying to build directly from the source.</description>
      <pubDate>Mon, 09 May 2005 06:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900771#M701699</guid>
      <dc:creator>Jose Luis Casado Moya_2</dc:creator>
      <dc:date>2005-05-09T06:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900772#M701700</link>
      <description>&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1665,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1665,00.html&lt;/A&gt;</description>
      <pubDate>Mon, 09 May 2005 06:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900772#M701700</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2005-05-09T06:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: gdb error: not in executable format: File format not recognized</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900773#M701701</link>
      <description>&lt;BR /&gt;Thanks for all the help with this.</description>
      <pubDate>Mon, 09 May 2005 06:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error-not-in-executable-format-file-format-not-recognized/m-p/4900773#M701701</guid>
      <dc:creator>Jose Luis Casado Moya_2</dc:creator>
      <dc:date>2005-05-09T06:43:28Z</dc:date>
    </item>
  </channel>
</rss>

