<?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: compiler problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797357#M720598</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Assuming you are using one of the HP-compilers&lt;BR /&gt;the  option used to specify a particular&lt;BR /&gt;PARISC-version  is  +DA&lt;BR /&gt;Ex:&lt;BR /&gt;     +DA1.1    for PARISC.1.1&lt;BR /&gt;     +DA2.0    for PARISC2.0&lt;BR /&gt;     +DA2.0W   (gives 64-bit code)&lt;BR /&gt;&lt;BR /&gt;By default the compilers compiles for the&lt;BR /&gt;same PARISC version the compiling machine has.&lt;BR /&gt;&lt;BR /&gt;Also note that you do not have to compile&lt;BR /&gt;on a PARISC2.0  machine in order to generate&lt;BR /&gt;code for PARISC2.0&lt;BR /&gt;&lt;BR /&gt;See the  man-page for the compiler for&lt;BR /&gt;more info&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav</description>
    <pubDate>Fri, 30 Aug 2002 09:54:45 GMT</pubDate>
    <dc:creator>Olav Baadsvik</dc:creator>
    <dc:date>2002-08-30T09:54:45Z</dc:date>
    <item>
      <title>compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797356#M720597</link>
      <description>I have a c program that needs to be recompiled at a higher risc level. I have the source file and root access to the higher RISC system, however have no idea how to recompile it!! HELP!!</description>
      <pubDate>Fri, 30 Aug 2002 09:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797356#M720597</guid>
      <dc:creator>Michael T. Harding</dc:creator>
      <dc:date>2002-08-30T09:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797357#M720598</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Assuming you are using one of the HP-compilers&lt;BR /&gt;the  option used to specify a particular&lt;BR /&gt;PARISC-version  is  +DA&lt;BR /&gt;Ex:&lt;BR /&gt;     +DA1.1    for PARISC.1.1&lt;BR /&gt;     +DA2.0    for PARISC2.0&lt;BR /&gt;     +DA2.0W   (gives 64-bit code)&lt;BR /&gt;&lt;BR /&gt;By default the compilers compiles for the&lt;BR /&gt;same PARISC version the compiling machine has.&lt;BR /&gt;&lt;BR /&gt;Also note that you do not have to compile&lt;BR /&gt;on a PARISC2.0  machine in order to generate&lt;BR /&gt;code for PARISC2.0&lt;BR /&gt;&lt;BR /&gt;See the  man-page for the compiler for&lt;BR /&gt;more info&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav</description>
      <pubDate>Fri, 30 Aug 2002 09:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797357#M720598</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-08-30T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797358#M720599</link>
      <description>I don't think you can generate 2.0 or 2.0w on 1.1&lt;BR /&gt;&lt;BR /&gt;HPc vs. GNU gcc (available as of 3.0.4)&lt;BR /&gt;&lt;BR /&gt;+DA1.1 -&amp;gt; -pa-risc-1-1&lt;BR /&gt;+DA2.0 -&amp;gt; -pa-risc-2-0&lt;BR /&gt;+DA2.0w -&amp;gt; need the 64bit version of the compiler. No specific option&lt;BR /&gt;&lt;BR /&gt;+DA1.1 is a bad choice to begin with. *IF* you are doing this to be backward compatible, use +DAportable instead</description>
      <pubDate>Fri, 30 Aug 2002 09:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797358#M720599</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-30T09:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797359#M720600</link>
      <description>Thanks guys... only one problem... I have never compiled anything before so I don't know any of the commands?</description>
      <pubDate>Fri, 30 Aug 2002 10:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797359#M720600</guid>
      <dc:creator>Michael T. Harding</dc:creator>
      <dc:date>2002-08-30T10:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797360#M720601</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;For a simple c-program the command  to&lt;BR /&gt;compile for PARISC2.0  would be:&lt;BR /&gt;&lt;BR /&gt;cc -o progname  +DA2.0  file.c&lt;BR /&gt;&lt;BR /&gt;If the program consists of more than one&lt;BR /&gt;file, add these file after file.c&lt;BR /&gt;&lt;BR /&gt;Note that the +DA2.0  option is not needed&lt;BR /&gt;if you compile on a PARISC2.0  machine.&lt;BR /&gt;If you compile on a parisc1.1 manchine you&lt;BR /&gt;MUST use +DA2.0&lt;BR /&gt;&lt;BR /&gt;Olav</description>
      <pubDate>Fri, 30 Aug 2002 10:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797360#M720601</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-08-30T10:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797361#M720602</link>
      <description>:)&lt;BR /&gt;&lt;BR /&gt;And for gcc equivalent:&lt;BR /&gt;&lt;BR /&gt;# gcc -o xx xx.c&lt;BR /&gt;# ./xx</description>
      <pubDate>Fri, 30 Aug 2002 10:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797361#M720602</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-30T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797362#M720603</link>
      <description>Guys, &lt;BR /&gt;&lt;BR /&gt;Manny thnaks for your help... I've managed to do that. I have compiled it with the lower 1.1 RISC level as on the box the script originally failed on... however the script still fails due to incompatible hardware!?!?</description>
      <pubDate>Fri, 30 Aug 2002 10:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797362#M720603</guid>
      <dc:creator>Michael T. Harding</dc:creator>
      <dc:date>2002-08-30T10:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797363#M720604</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;What is the output of the command:&lt;BR /&gt;&lt;BR /&gt;    file  &lt;PROGRAM&gt;&lt;BR /&gt;&lt;BR /&gt;and what is the exact error-message you get.&lt;BR /&gt;&lt;BR /&gt;Olav&lt;/PROGRAM&gt;</description>
      <pubDate>Fri, 30 Aug 2002 11:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797363#M720604</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-08-30T11:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797364#M720605</link>
      <description>Ignore me it's worked many many thnak both of you! Incedently what advantages and drawbacks would I get if I loaded the gnu compiler?</description>
      <pubDate>Fri, 30 Aug 2002 11:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797364#M720605</guid>
      <dc:creator>Michael T. Harding</dc:creator>
      <dc:date>2002-08-30T11:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: compiler problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797365#M720606</link>
      <description>Advantages gcc over HPc:&lt;BR /&gt;?? it's free&lt;BR /&gt;?? it has great warnings (realy)&lt;BR /&gt;?? it compiles GNU stuff without a wink&lt;BR /&gt;?? it is *very* indulgent, and supports more features than HPC&lt;BR /&gt;&lt;BR /&gt;Advantage HPc over gcc:&lt;BR /&gt;?? it's objects are faster (avarage 26% with what we use here on HP-UX 11.00 2.0)&lt;BR /&gt;?? you get HP support&lt;BR /&gt;?? it fits better to the PA-RISC architecture</description>
      <pubDate>Fri, 30 Aug 2002 11:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiler-problems/m-p/2797365#M720606</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-30T11:43:23Z</dc:date>
    </item>
  </channel>
</rss>

