<?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 HP-UX compiler error. EXPERTS help!!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434466#M768136</link>
    <description>What version of GCC and assembler are you using?&lt;BR /&gt;&lt;BR /&gt;That error looks like the compiler is producing incorrect assembler code - which is probably either a bug or a mismatch between the compiler and assembler.</description>
    <pubDate>Fri, 04 Aug 2000 07:04:24 GMT</pubDate>
    <dc:creator>Andrew Fieldsend</dc:creator>
    <dc:date>2000-08-04T07:04:24Z</dc:date>
    <item>
      <title>Gcc HP-UX compiler error. EXPERTS help!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434463#M768133</link>
      <description>I downloaded the gcc hp-ux compiler at hpux.cae.wisc.edu. Uncompress and swinstall it and set the $path. (system is HP-UX 9000 10.20)&lt;BR /&gt;I created a simple C program that outputs a line 'hello'. When compiling, gcc returned an error which is as follows:&lt;BR /&gt;&lt;BR /&gt;"/var/tmp/ccXX62Cc.s", line 23:error 1052: Directive name not recognised - NSUBSPA&lt;BR /&gt;&lt;BR /&gt;Need help urgently. Pls.&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 03 Aug 2000 08:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434463#M768133</guid>
      <dc:creator>Ishafizan Ishak</dc:creator>
      <dc:date>2000-08-03T08:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Gcc HP-UX compiler error. EXPERTS help!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434464#M768134</link>
      <description>Try compiling this program by doing this&lt;BR /&gt;&lt;BR /&gt;%gcc test.c&lt;BR /&gt;&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main (void)&lt;BR /&gt;{&lt;BR /&gt; printf ("HELLO ITRCn");&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does it give the same error?&lt;/STDIO.H&gt;</description>
      <pubDate>Thu, 03 Aug 2000 09:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434464#M768134</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-08-03T09:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Gcc HP-UX compiler error. EXPERTS help!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434465#M768135</link>
      <description>Morning. Yup, same error....The file:&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STDLIB.H&gt;&lt;BR /&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt;printf("hello");&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;1) %gcc hello.c&lt;BR /&gt;/gcc/opt/gcc/bin (root) &amp;gt;#%gcc hello.c&lt;BR /&gt;sh: %gcc:  not found.&lt;BR /&gt;2) gcc hello.c&lt;BR /&gt;/gcc/opt/gcc/bin (root) &amp;gt;#gcc hello.c&lt;BR /&gt;as: "/var/tmp/ccriEaQc.s", line 23: error 1052: Directive name not recognized -&lt;BR /&gt;NSUBSPA&lt;BR /&gt;(copied DIRECTLY from screen)&lt;BR /&gt;it's the same error. By the way, here's the PATH:&lt;BR /&gt;/ (root) &amp;gt;#echo $PATH&lt;BR /&gt;/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:usr/bin/X11:/usr/contrib/bin/X11:/opt/upgrade/bin:/opt/perf/bin:/opt/cobol/bin:/opt/ignite/bin:/op:/opt/CC/bin:/gcc/opt/gcc/bin:/sbin:/home/root&lt;BR /&gt;&lt;BR /&gt;Pls help....&lt;/STDLIB.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Thu, 03 Aug 2000 22:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434465#M768135</guid>
      <dc:creator>Ishafizan Ishak</dc:creator>
      <dc:date>2000-08-03T22:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gcc HP-UX compiler error. EXPERTS help!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434466#M768136</link>
      <description>What version of GCC and assembler are you using?&lt;BR /&gt;&lt;BR /&gt;That error looks like the compiler is producing incorrect assembler code - which is probably either a bug or a mismatch between the compiler and assembler.</description>
      <pubDate>Fri, 04 Aug 2000 07:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434466#M768136</guid>
      <dc:creator>Andrew Fieldsend</dc:creator>
      <dc:date>2000-08-04T07:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Gcc HP-UX compiler error. EXPERTS help!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434467#M768137</link>
      <description>You need GNU binutils, espec. GAS. Why can't you just read the dependencies -- they clearly state that GNU binutils are needed!&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2000 08:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-hp-ux-compiler-error-experts-help/m-p/2434467#M768137</guid>
      <dc:creator>Ralf Hildebrandt</dc:creator>
      <dc:date>2000-08-04T08:38:11Z</dc:date>
    </item>
  </channel>
</rss>

