<?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 Problems with aCC compiler in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015226#M96459</link>
    <description>Hi, all&lt;BR /&gt;&lt;BR /&gt;I have a problem when i use the compiler options -AA with the compiler aCC. I don't know if i need other options, this is a copy of the makefile that i use.&lt;BR /&gt;&lt;BR /&gt;CXX= /opt/aCC/bin/aCC&lt;BR /&gt;CXXFLAGS= -g -v -AA -Wf,-o \&lt;BR /&gt;        -I/opt/aCC/include \&lt;BR /&gt;        -I/opt/aCC/include/iostream&lt;BR /&gt;.C.o:&lt;BR /&gt;        &lt;BR /&gt;        $(CXX) -c $(CXXFLAGS) $*.cc&lt;BR /&gt;        &lt;BR /&gt;SOURCES=        testing.cc&lt;BR /&gt;OBJECTS=        ${SOURCES:.cc=.o}&lt;BR /&gt;&lt;BR /&gt;all: $(OBJECTS)&lt;BR /&gt;        $(CXX) -o $@ $(CXXFLAGS) ${OBJECTS}&lt;BR /&gt;        &lt;BR /&gt;clean clobber: tidy&lt;BR /&gt;        rm -f *.I&lt;BR /&gt;tidy:&lt;BR /&gt;        rm -f *.o core testing all&lt;BR /&gt;        rm -f *.o core all&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Jun 2007 06:21:58 GMT</pubDate>
    <dc:creator>ramirobmar</dc:creator>
    <dc:date>2007-06-07T06:21:58Z</dc:date>
    <item>
      <title>Problems with aCC compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015226#M96459</link>
      <description>Hi, all&lt;BR /&gt;&lt;BR /&gt;I have a problem when i use the compiler options -AA with the compiler aCC. I don't know if i need other options, this is a copy of the makefile that i use.&lt;BR /&gt;&lt;BR /&gt;CXX= /opt/aCC/bin/aCC&lt;BR /&gt;CXXFLAGS= -g -v -AA -Wf,-o \&lt;BR /&gt;        -I/opt/aCC/include \&lt;BR /&gt;        -I/opt/aCC/include/iostream&lt;BR /&gt;.C.o:&lt;BR /&gt;        &lt;BR /&gt;        $(CXX) -c $(CXXFLAGS) $*.cc&lt;BR /&gt;        &lt;BR /&gt;SOURCES=        testing.cc&lt;BR /&gt;OBJECTS=        ${SOURCES:.cc=.o}&lt;BR /&gt;&lt;BR /&gt;all: $(OBJECTS)&lt;BR /&gt;        $(CXX) -o $@ $(CXXFLAGS) ${OBJECTS}&lt;BR /&gt;        &lt;BR /&gt;clean clobber: tidy&lt;BR /&gt;        rm -f *.I&lt;BR /&gt;tidy:&lt;BR /&gt;        rm -f *.o core testing all&lt;BR /&gt;        rm -f *.o core all&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2007 06:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015226#M96459</guid>
      <dc:creator>ramirobmar</dc:creator>
      <dc:date>2007-06-07T06:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with aCC compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015227#M96460</link>
      <description>(I've asked this be moved to languages and scripting.)&lt;BR /&gt;&lt;BR /&gt;It would have helped if you specified your problem with a little more detail.&lt;BR /&gt;&lt;BR /&gt;You have illegally specified the default -I paths, remove them:&lt;BR /&gt;-I/opt/aCC/include&lt;BR /&gt;-I/opt/aCC/include/iostream</description>
      <pubDate>Thu, 07 Jun 2007 07:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015227#M96460</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-07T07:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with aCC compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015228#M96461</link>
      <description>My program is the next&lt;BR /&gt;&lt;BR /&gt;#include &lt;STREAM.H&gt;&lt;BR /&gt;#include &lt;FSTREAM&gt;&lt;BR /&gt;#include &lt;IOSTREAM&gt;&lt;BR /&gt;#include &lt;CSTDIO&gt;&lt;BR /&gt;&lt;BR /&gt;using namespace std;&lt;BR /&gt;&lt;BR /&gt;int main(int argc,char * argv[])&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;        cout &amp;lt;&amp;lt; "El numero de argumentos es: " &amp;lt;&amp;lt; argc &amp;lt;&amp;lt; endl;&lt;BR /&gt;        return 1;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;when i try to link my program i have the next links problems: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       /opt/aCC/bin/aCC -g -AA  -I/opt/aCC/include  -I/opt/aCC/include/iostream   -c testing.cc&lt;BR /&gt;Error 328: "/opt/aCC/include/memory", line 493 # Function 'bad_alloc' has not been defined yet; cannot call.&lt;BR /&gt;      RWSTD_THROW_NO_MSG(tmp == 0, bad_alloc);&lt;BR /&gt;      ^^^^^^^^^^^^^^^^^^                      &lt;BR /&gt;Error 419: "/opt/aCC/include/stdexcept", line 73 # 'exception' is used as a type, but has not been defined as a&lt;BR /&gt;    type.&lt;BR /&gt;    class RWSTDExport logic_error : public exception&lt;BR /&gt;                                           ^^^^^^^^^&lt;BR /&gt;Error 376: "/opt/aCC/include/stdexcept", line 73 # Class name expected.&lt;BR /&gt;    class RWSTDExport logic_error : public exception&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I use the next compilers options&lt;BR /&gt;&lt;BR /&gt;CXX= /opt/aCC/bin/aCC&lt;BR /&gt;CXXFLAGS= -g -AA \&lt;BR /&gt;        -I/opt/aCC/include \&lt;BR /&gt;        -I/opt/aCC/include/iostream&lt;BR /&gt;LIBRARY= -L/usr/lib -llibCsup_v2 -llibstd_v2&lt;BR /&gt;.C.o:&lt;BR /&gt;        @echo "Comienza a compilar ..."&lt;BR /&gt;        $(CXX) -c $(CXXFLAGS) $*.cc&lt;BR /&gt;        @echo "Fin de compilaciÃ n ..."&lt;BR /&gt;&lt;BR /&gt;SOURCES=testing.cc&lt;BR /&gt;OBJECTS=${SOURCES:.cc=.o}&lt;BR /&gt;PROGRAM=testing&lt;BR /&gt;all: $(OBJECTS)&lt;BR /&gt;        @echo "comienza a linkar ..."&lt;BR /&gt;        $(CXX) ${OBJECTS} ${LIBRARY} -o $(PROGRAM) $(CXXFLAGS)&lt;BR /&gt;        @echo "fin del linkado ..."&lt;BR /&gt;&lt;BR /&gt;clean clobber: tidy&lt;BR /&gt;        rm -f *.I&lt;BR /&gt;tidy:&lt;BR /&gt;        rm -f *.o core testing all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CSTDIO&gt;&lt;/IOSTREAM&gt;&lt;/FSTREAM&gt;&lt;/STREAM.H&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015228#M96461</guid>
      <dc:creator>ramirobmar</dc:creator>
      <dc:date>2007-06-07T10:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with aCC compiler</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015229#M96462</link>
      <description>&lt;P&gt;&amp;gt;#include &amp;lt;stream.h&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This header was obsolete even in cfront, remove it ASAP!&lt;BR /&gt;&lt;BR /&gt;-I/opt/aCC/include \&lt;BR /&gt;-I/opt/aCC/include/iostream&lt;BR /&gt;&lt;BR /&gt;You didn't do what I told you.&lt;BR /&gt;&lt;BR /&gt;LIBRARY= -L/usr/lib -llibCsup_v2 -llibstd_v2&lt;BR /&gt;&lt;BR /&gt;Again, you are illegally specifying the default runtime libs. Remove all of these. You are also specifying them in them wrong order.&lt;BR /&gt;&lt;BR /&gt;You would only need these if you are creating plugins. See the following:&lt;BR /&gt;&lt;A target="_blank" href="http://www.docs.hp.com/en/7762/5991-4874/distributing.htm#linking"&gt;http://www.docs.hp.com/en/7762/5991-4874/distributing.htm#linking&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 04:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-acc-compiler/m-p/4015229#M96462</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T04:55:14Z</dc:date>
    </item>
  </channel>
</rss>

