<?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: Compile C scripts using aCC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184153#M91149</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you have a support contract, uplift to the latest version:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA" target="_blank"&gt;https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;An evaulation copy is also available:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL" target="_blank"&gt;https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 21 Apr 2008 21:26:36 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-04-21T21:26:36Z</dc:date>
    <item>
      <title>Compile C scripts using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184152#M91148</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We are using a Systinet SOAP Server which is predominantly a C++ source base except for a few Client Stubs which are in C language. I have two questions.&lt;BR /&gt;1. Can we use aCC to compile the Client stubs in C language ?&lt;BR /&gt;2. Does aCC support C language compilation ? Will we have any issues if this aCC compiled Binary makes any calls to other C binaries compiled using other compilers ?&lt;BR /&gt;&lt;BR /&gt;We use the aCC version - ANSI C++ B3910B A.03.45</description>
      <pubDate>Mon, 21 Apr 2008 21:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184152#M91148</guid>
      <dc:creator>Compile C programs with</dc:creator>
      <dc:date>2008-04-21T21:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Compile C scripts using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184153#M91149</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you have a support contract, uplift to the latest version:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA" target="_blank"&gt;https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;An evaulation copy is also available:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL" target="_blank"&gt;https://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Apr 2008 21:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184153#M91149</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-04-21T21:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compile C scripts using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184154#M91150</link>
      <description>&amp;gt;1. Can we use aCC to compile the Client stubs in C language?&lt;BR /&gt;&lt;BR /&gt;Yes but with the recent restructuring, you get both a C and C++ compilers for the same price.  See JRF's links.&lt;BR /&gt;If they are just "stubs", you can probably use cc_bundled(1) to compile them.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;2. Does aCC support C language compilation? Will we have any issues if this aCC compiled binary makes any calls to other C binaries compiled using other compilers?&lt;BR /&gt;&lt;BR /&gt;Yes, with -Ae.  Especially on IPF where it is the same compiler.&lt;BR /&gt;No, C is C and isn't complex like C++.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We use the aCC version A.03.45:&lt;BR /&gt;&lt;BR /&gt;That's pretty old.</description>
      <pubDate>Tue, 22 Apr 2008 06:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184154#M91150</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-22T06:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compile C scripts using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184155#M91151</link>
      <description>Hi Dennis &amp;amp; James...&lt;BR /&gt;&lt;BR /&gt;Thank you for the replies... &lt;BR /&gt;&lt;BR /&gt;We are trying to troubleshoot an "unreproducible" issue in an environment of C/Cpp binaries interacting with each other... The issue is not a typical "memory leak" issue... We have done exhaustive code review of all binaries and found no clues... &lt;BR /&gt;&lt;BR /&gt;We finally found out that these c stubs were compiled using aCC compiler using the -Ae option while the other binaries compile the c stubs using the Ansi C compiler... So, this is under suspicion... Do you feel that this could be an issue ? Will there actually be a difference in the object code between a C compiled and Cpp compiled C stub code ?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Apr 2008 13:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184155#M91151</guid>
      <dc:creator>Compile C programs with</dc:creator>
      <dc:date>2008-04-22T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compile C scripts using aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184156#M91152</link>
      <description>&amp;gt;We are trying to troubleshoot an "unreproducible" issue in an environment of C/Cpp binaries interacting with each other...&lt;BR /&gt;&amp;gt;The issue is not a typical "memory leak" issue&lt;BR /&gt;&lt;BR /&gt;What is going wrong?  An abort?  A leak?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Do you feel that this could be an issue? Will there actually be a difference in the object code between a C compiled and aCC compiled C stub code?&lt;BR /&gt;&lt;BR /&gt;I wouldn't think so.  If there were, it would likely abort right away.&lt;BR /&gt;It would help if you could explain the failure modes.</description>
      <pubDate>Wed, 23 Apr 2008 03:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compile-c-scripts-using-acc/m-p/4184156#M91152</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-23T03:46:36Z</dc:date>
    </item>
  </channel>
</rss>

