<?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: gcc/cc compile error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493644#M653358</link>
    <description>As JRF said, ignore it.  Your 785 is a PA2.0 machine.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I cannot build a simple .c source code that contains a printf because of the error.&lt;BR /&gt;&lt;BR /&gt;You need to show the error.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;JRF: If you want to build PA-RISC 1.1 code, then you can compile with +DA1.1&lt;BR /&gt;&lt;BR /&gt;If you are using a foreign devil compiler you'll need to use something like: -march=1.1</description>
    <pubDate>Thu, 10 Sep 2009 07:23:07 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-09-10T07:23:07Z</dc:date>
    <item>
      <title>gcc/cc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493640#M653354</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a HP-UX 11.11. I installed from  Porting And Archive Centre for HP-UX a gcc compiler. When I try to compile with it I get the below error message. Same if use the cc that came installed.&lt;BR /&gt;&lt;BR /&gt;bash-2.04# cc test.c&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (test.o) was detected&lt;BR /&gt;. The linked output may not run on a PA 1.x system.&lt;BR /&gt;bash-2.04# gcc test.c&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (/var/tmp//ccX0Ejgg.o&lt;BR /&gt;) was detected. The linked output may not run on a PA 1.x system.&lt;BR /&gt;&lt;BR /&gt;Can anybody help me with this issue ?&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Stefan</description>
      <pubDate>Tue, 08 Sep 2009 13:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493640#M653354</guid>
      <dc:creator>savus</dc:creator>
      <dc:date>2009-09-08T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: gcc/cc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493641#M653355</link>
      <description>Hi Stefan:&lt;BR /&gt;&lt;BR /&gt;This isn't an error, it's a warning (as noted).&lt;BR /&gt;&lt;BR /&gt;This isn't from the compiler, its from the linker.&lt;BR /&gt;&lt;BR /&gt;There is nothing to be concerned about unless you have a very ancient piece of hardware!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Sep 2009 13:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493641#M653355</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-08T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: gcc/cc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493642#M653356</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks for the answer. &lt;BR /&gt;I cannot build a simple .c source code that contains a printf because of the error. &lt;BR /&gt;The model command returns: 9000/785/B2600.&lt;BR /&gt;&lt;BR /&gt;Do you have any ideea how could I fix this ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stefan</description>
      <pubDate>Tue, 08 Sep 2009 14:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493642#M653356</guid>
      <dc:creator>savus</dc:creator>
      <dc:date>2009-09-08T14:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: gcc/cc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493643#M653357</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;If you want to build PA-RISC 1.1 code, then you can compile with +DA1.1 as for example:&lt;BR /&gt;&lt;BR /&gt;# cc +DA1.1 -o foo foo.c &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Sep 2009 15:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493643#M653357</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-08T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: gcc/cc compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493644#M653358</link>
      <description>As JRF said, ignore it.  Your 785 is a PA2.0 machine.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I cannot build a simple .c source code that contains a printf because of the error.&lt;BR /&gt;&lt;BR /&gt;You need to show the error.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;JRF: If you want to build PA-RISC 1.1 code, then you can compile with +DA1.1&lt;BR /&gt;&lt;BR /&gt;If you are using a foreign devil compiler you'll need to use something like: -march=1.1</description>
      <pubDate>Thu, 10 Sep 2009 07:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-cc-compile-error/m-p/4493644#M653358</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-09-10T07:23:07Z</dc:date>
    </item>
  </channel>
</rss>

