<?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: How to compile on 64 bit machine(HP-UX) using aC++ compiler for 32 bit machine. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903258#M719633</link>
    <description>Thanks for prompt reply. However can you help me to set the variable OBJECT_MODE.&lt;BR /&gt;Thanks again. &lt;BR /&gt;Ravi</description>
    <pubDate>Thu, 13 Feb 2003 03:48:46 GMT</pubDate>
    <dc:creator>Ravi Bhave</dc:creator>
    <dc:date>2003-02-13T03:48:46Z</dc:date>
    <item>
      <title>How to compile on 64 bit machine(HP-UX) using aC++ compiler for 32 bit machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903256#M719631</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am having problems to compile my application on 64 bit machine(PA RISC 2) to run on 32 bit machine(PA-RISC 1). &lt;BR /&gt;I am compiling my application on 64 bit machine using +DA1.1 and +DAPortable flags.(as per the online HP corss platform development documentation) &lt;BR /&gt;I also tried DAPortable+ and DS2.0 -N flags (as suggested earlier in this forum) &lt;BR /&gt;&lt;BR /&gt;The errors I am getting are: &lt;BR /&gt;"aCC: warning 7000: Model number is unknown will defalut to 1.1b code generation(7000)." &lt;BR /&gt;/usr/ccs/bin/ld: (Warning) At least one PA2 object file (su9_prt.o) was detected. The linked output may not work on PA 1.x system. &lt;BR /&gt;&lt;BR /&gt;su9_prt is my C++ program which compiles and works fine on 64 bit machine.&lt;BR /&gt;&lt;BR /&gt;Please help. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance. &lt;BR /&gt;Ravi</description>
      <pubDate>Wed, 12 Feb 2003 21:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903256#M719631</guid>
      <dc:creator>Ravi Bhave</dc:creator>
      <dc:date>2003-02-12T21:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile on 64 bit machine(HP-UX) using aC++ compiler for 32 bit machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903257#M719632</link>
      <description>Hey Ravi&lt;BR /&gt;   Did you try to  setting up the variable OBJECT_MODE to 32 before compiling? &lt;BR /&gt;Regards&lt;BR /&gt;Govind</description>
      <pubDate>Wed, 12 Feb 2003 22:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903257#M719632</guid>
      <dc:creator>Govind</dc:creator>
      <dc:date>2003-02-12T22:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile on 64 bit machine(HP-UX) using aC++ compiler for 32 bit machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903258#M719633</link>
      <description>Thanks for prompt reply. However can you help me to set the variable OBJECT_MODE.&lt;BR /&gt;Thanks again. &lt;BR /&gt;Ravi</description>
      <pubDate>Thu, 13 Feb 2003 03:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903258#M719633</guid>
      <dc:creator>Ravi Bhave</dc:creator>
      <dc:date>2003-02-13T03:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile on 64 bit machine(HP-UX) using aC++ compiler for 32 bit machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903259#M719634</link>
      <description>Hi Ravi,&lt;BR /&gt;  The compiler directive +DA1.1 should be all you need.&lt;BR /&gt;  If you are getting a warning about unknown model number you may have a problem with your model output not matching anything in your /opt/langtools/lib/sched.models file, although the error or problem could be caused by a typo.  The correct flag to pass is +DAportable (no capital "P" on portable).&lt;BR /&gt;  Since you are getting the warning about "at least one PA2.0 object detected" and the file it is pointing to su9_prt.o, that would imply that the link didn't default to PA1.1 after all.&lt;BR /&gt;  You can use the 'file' command to see if su9_prt.o is PA1.1 or PA2.0.&lt;BR /&gt;  Also, are you linking with the "aCC" command rather than linking with the "ld" command?  The aC++ product does require that you use aCC to link.</description>
      <pubDate>Thu, 13 Feb 2003 17:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903259#M719634</guid>
      <dc:creator>susan gregory</dc:creator>
      <dc:date>2003-02-13T17:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to compile on 64 bit machine(HP-UX) using aC++ compiler for 32 bit machine.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903260#M719635</link>
      <description>Hi!&lt;BR /&gt;This message mean that you build application on PA2.0. &lt;BR /&gt;To create portable code that also be run on PA1.1, the compiler option +DAportable must be used for ALL objects loaded into the executable.&lt;BR /&gt;&lt;BR /&gt;Regards,Stan :)</description>
      <pubDate>Thu, 13 Feb 2003 17:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-compile-on-64-bit-machine-hp-ux-using-ac-compiler-for-32/m-p/2903260#M719635</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-13T17:37:42Z</dc:date>
    </item>
  </channel>
</rss>

