<?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: Is there cc which support debugging of optimized 64-bit code in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446370#M707789</link>
    <description>This feature is available in AR1204 Compiler for HP-UX. Contact the Response Centre to get this Compiler.&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Dec 2004 09:12:10 GMT</pubDate>
    <dc:creator>Auxilia Jansi Rani</dc:creator>
    <dc:date>2004-12-20T09:12:10Z</dc:date>
    <item>
      <title>Is there cc which support debugging of optimized 64-bit code</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446366#M707785</link>
      <description>In my machine, cc compiler work well with '-g', '-O' options together when target binary is 32 bit.&lt;BR /&gt;But when target binary is 64 bit, it doesn't work.&lt;BR /&gt;Is there any cc compiler that support '-g', '-O' option together?&lt;BR /&gt;&lt;BR /&gt;environment: &lt;BR /&gt;#uname -a&lt;BR /&gt;HP-UX tmaxh4 B.11.11 U 9000/800 2618835799</description>
      <pubDate>Fri, 17 Dec 2004 20:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446366#M707785</guid>
      <dc:creator>김유성</dc:creator>
      <dc:date>2004-12-17T20:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there cc which support debugging of optimized 64-bit code</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446367#M707786</link>
      <description>error message attachment&lt;BR /&gt;&lt;BR /&gt;cc test.c -O -g +DA2.0W -o test_og -L. -lsh&lt;BR /&gt;cc: warning 483: The DOC (Debug of Optimized Code) option is unavailable with&lt;BR /&gt;e PA64 compiler; ignored.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2004 20:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446367#M707786</guid>
      <dc:creator>김유성</dc:creator>
      <dc:date>2004-12-17T20:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there cc which support debugging of optimized 64-bit code</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446368#M707787</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I really don't think is possible since the code, which the compiler generates is purly optimized to the 64 bit cpu, which does some runtime descisions, and might modify the way the code works, so debugging information might not be too helpful.&lt;BR /&gt;If it calms you down - debugging and optimization do not dance together on other OS's like Sun Solaris.&lt;BR /&gt;Thanks&lt;BR /&gt;Shay</description>
      <pubDate>Sun, 19 Dec 2004 10:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446368#M707787</guid>
      <dc:creator>Shay Zukerman</dc:creator>
      <dc:date>2004-12-19T10:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there cc which support debugging of optimized 64-bit code</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446369#M707788</link>
      <description>If you are compiling on a PA64 machine and seeing this error message then try using the latest compilers. &lt;BR /&gt;&lt;BR /&gt;The problem is not reproducible with my compiler cc version - &lt;BR /&gt;&lt;BR /&gt;$ what /opt/ansic/bin/cc                                &lt;BR /&gt;/opt/ansic/bin/cc:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.37 040218 $&lt;BR /&gt;        LINT B.11.11.12 CXREF B.11.11.12&lt;BR /&gt;        HP92453-01 B.11.11.12 HP C Compiler&lt;BR /&gt;         $ PATCH/11.00:PHCO_27774  Oct  3 2002 09:45:59 $ &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 04:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446369#M707788</guid>
      <dc:creator>Auxilia Jansi Rani</dc:creator>
      <dc:date>2004-12-20T04:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there cc which support debugging of optimized 64-bit code</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446370#M707789</link>
      <description>This feature is available in AR1204 Compiler for HP-UX. Contact the Response Centre to get this Compiler.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 09:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-there-cc-which-support-debugging-of-optimized-64-bit-code/m-p/3446370#M707789</guid>
      <dc:creator>Auxilia Jansi Rani</dc:creator>
      <dc:date>2004-12-20T09:12:10Z</dc:date>
    </item>
  </channel>
</rss>

