<?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: IAS Assembler Issues in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886075#M9805</link>
    <description>&lt;P&gt;&lt;FONT face="Arial" color="#000000" size="2"&gt;One engineer suggests:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Verdana"&gt;&lt;FONT face="Arial"&gt;&lt;FONT color="#000080"&gt;ostrstream is deprecated in the &lt;/FONT&gt;&lt;A href="http://www.open-std.org/jtc1/sc22/wg21/"&gt;&lt;FONT color="#000080"&gt;ISO C++ standard&lt;/FONT&gt;&lt;/A&gt;&lt;FONT color="#000080"&gt;. I suspect theres some compiler/prepreprocessor flag that needs to be flipped one way or the other to enable the deprecated feature. The GNU header for 3.2.3 is backward/strstream.h. Maybe adding an explicit #include &lt;BACKWARD&gt; would help.&lt;/BACKWARD&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class="MsoNormal" dir="ltr" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Verdana"&gt;&lt;FONT face="Arial" color="#000000"&gt;==&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Verdana"&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Lexi S.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;IntelSoftware NetworkSupport&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.intel.com/software"&gt;http://www.intel.com/software&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/58987.htm"&gt;Contact us&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" dir="ltr" style="MARGIN: 0in 0in 0pt"&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2007 06:27:06 GMT</pubDate>
    <dc:creator>Intel_Software_Netw1</dc:creator>
    <dc:date>2007-01-30T06:27:06Z</dc:date>
    <item>
      <title>IAS Assembler Issues</title>
      <link>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886073#M9803</link>
      <description>I have been trying to compile the IAS assembler, however it does not seem to like my system very much. I've solved a number of simple problems, however gcc now spits out&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;src/ias/pmath.h:77: error: parse error before `;' token&lt;/FONT&gt;&lt;BR /&gt;make[1]: *** [frmt_hash.o] Error 1&lt;BR /&gt;make[1]: Leaving directory `/home/jeff/Desktop/ias/src/ias/build'&lt;BR /&gt;make: *** [_build_build] Error 2&lt;BR /&gt;&lt;BR /&gt;An investigation of the offending line reveals:&lt;BR /&gt;&lt;BR /&gt;74:template &lt;CLASS num_t=""&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;75:string get_string_from_num(NUM_t num)&lt;/FONT&gt;&lt;BR /&gt;76:{&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;77:  ostrstream tmp_stream;&lt;/FONT&gt;&lt;BR /&gt;78:  tmp_stream &amp;lt;&amp;lt; num &amp;lt;&amp;lt; ends;&lt;BR /&gt;79:  return string(tmp_stream.str());&lt;BR /&gt;80:}&lt;BR /&gt;&lt;BR /&gt;I'm stumped. Although I can't use either of the versions of gcc suggested (at least, not without a lot of trouble), I'm using 3.3.5, which is pretty close, and I can't imagine any gcc version peculiarities that would throw an error on this seemingly straightforward line of code.&lt;BR /&gt;&lt;BR /&gt;Anyway, any help or suggestions would be most appreciated.&lt;BR /&gt;&lt;/CLASS&gt;</description>
      <pubDate>Mon, 29 Jan 2007 04:42:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886073#M9803</guid>
      <dc:creator>inbuninbu</dc:creator>
      <dc:date>2007-01-29T04:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: IAS Assembler Issues</title>
      <link>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886074#M9804</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;We're consulting our resident experts and will reportour findings here.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;For a related discussion and alist of potentially helpful links, see &lt;/FONT&gt;&lt;A href="https://community.intel.com/en-us/forums//topic/48506"&gt;&lt;FONT face="Arial" size="2"&gt;this other thread&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Arial" size="2"&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;==&lt;/FONT&gt;&lt;/P&gt;&lt;FONT face="Arial" size="2"&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Lexi S.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;IntelSoftware NetworkSupport&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.intel.com/software"&gt;http://www.intel.com/software&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/58987.htm"&gt;Contact us&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2007 04:59:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886074#M9804</guid>
      <dc:creator>Intel_Software_Netw1</dc:creator>
      <dc:date>2007-01-30T04:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: IAS Assembler Issues</title>
      <link>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886075#M9805</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" color="#000000" size="2"&gt;One engineer suggests:&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Verdana"&gt;&lt;FONT face="Arial"&gt;&lt;FONT color="#000080"&gt;ostrstream is deprecated in the &lt;/FONT&gt;&lt;A href="http://www.open-std.org/jtc1/sc22/wg21/"&gt;&lt;FONT color="#000080"&gt;ISO C++ standard&lt;/FONT&gt;&lt;/A&gt;&lt;FONT color="#000080"&gt;. I suspect theres some compiler/prepreprocessor flag that needs to be flipped one way or the other to enable the deprecated feature. The GNU header for 3.2.3 is backward/strstream.h. Maybe adding an explicit #include &lt;BACKWARD&gt; would help.&lt;/BACKWARD&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class="MsoNormal" dir="ltr" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Verdana"&gt;&lt;FONT face="Arial" color="#000000"&gt;==&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Verdana"&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;Lexi S.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;IntelSoftware NetworkSupport&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.intel.com/software"&gt;http://www.intel.com/software&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/58987.htm"&gt;Contact us&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: black; FONT-FAMILY: Arial"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" dir="ltr" style="MARGIN: 0in 0in 0pt"&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2007 06:27:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886075#M9805</guid>
      <dc:creator>Intel_Software_Netw1</dc:creator>
      <dc:date>2007-01-30T06:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: IAS Assembler Issues</title>
      <link>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886076#M9806</link>
      <description>&lt;P&gt;Well, there are some IAS build issueswith gcc older than 3.3.0.&lt;/P&gt;
&lt;P&gt;Try to changesome codelines (it was tested with gcc 3.4.5) in the following way:&lt;/P&gt;
&lt;P&gt;src/DVLoc/global_access_board.cpp, line 748, remove ##:&lt;/P&gt;&lt;PRE&gt;#define CONTAINS_NIF_EVENTS(rgab_name) ((*p_rgabs_array)[RgabClassFactory::rgab_name]-&amp;gt;ContainsNonImpliedFEvents())&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;src/DVLoc/ia64_resource.cpp, line 821, remove ##:&lt;/P&gt;&lt;PRE&gt;&lt;P&gt;#define UPDATE_RES_NAME(res,name) strcpy(ResourceName[res],#name);&lt;/P&gt;&lt;/PRE&gt;
&lt;P&gt;src/asmutils/unwind/und_internal.h, lines 37,38,39, remove .h extensions:&lt;/P&gt;&lt;PRE&gt;&lt;P&gt; #include &lt;STRSTREAM&gt;&lt;BR /&gt; #include &lt;FSTREAM&gt;&lt;BR /&gt; #include &lt;IOMANIP&gt;&lt;/IOMANIP&gt;&lt;/FSTREAM&gt;&lt;/STRSTREAM&gt;&lt;/P&gt;&lt;/PRE&gt;
&lt;P&gt;src/ias/my_strstream.h, line 33, remove .h extension:&lt;/P&gt;&lt;PRE&gt;&lt;P&gt; #include &lt;STRSTREAM&gt;&lt;/STRSTREAM&gt;&lt;/P&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Feb 2007 02:27:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/IAS-Assembler-Issues/m-p/886076#M9806</guid>
      <dc:creator>Denis_M_Intel1</dc:creator>
      <dc:date>2007-02-02T02:27:56Z</dc:date>
    </item>
  </channel>
</rss>

