<?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>Thema "Xcode &amp;quot;compact unwind&amp;quot; warnings" in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775797#M1128</link>
    <description>Using Xcode 4.3.2 on Lion (Mac OS X 10.7.3) adding -Wl,-no_compact_unwind to "Other Linker Flags" removes that warning, but it sprays a bunch of other warnings instead:&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;ld: warning: direct access in __ZN3UMC20ColorSpaceConversion8GetFrameEPNS_9MediaDataES2_ to global weak symbol __ZN3UMC9VideoData12GetClassNameEv means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.&lt;/P&gt;
&lt;P&gt;ld: warning: direct access in __ZN3UMC20ColorSpaceConversion8GetFrameEPNS_9MediaDataES2_ to global weak symbol __ZN3UMC9VideoData12GetClassNameEv means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 10 Apr 2012 22:59:47 GMT</pubDate>
    <dc:creator>Torrey_Lyons</dc:creator>
    <dc:date>2012-04-10T22:59:47Z</dc:date>
    <item>
      <title>Xcode "compact unwind" warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775795#M1126</link>
      <description>When using IPP with Xcode 4 on OS X I get hundreds of warnings along the lines of:&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;ld: warning: could not create compact unwind&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;A &lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-compiler-and-xcode-322-ld-warning-could-not-create-compact-unwind/"&gt;KB article from 18 months ago&lt;/A&gt; said that an Apple update was expected to fix this. Has there been any progress on that, or is there any way to suppress those warning messages? There are so many of them that true warnings may be getting lost once the maximum number of warnings has been reached.&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Apr 2012 05:37:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775795#M1126</guid>
      <dc:creator>gauss256</dc:creator>
      <dc:date>2012-04-09T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Xcode "compact unwind" warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775796#M1127</link>
      <description>&lt;P&gt;Hi Gauss, &lt;BR /&gt;&lt;BR /&gt;What's your OSX version? &lt;BR /&gt;Would youplease try to &lt;BR /&gt;add -no_compact_unwind to the link line to suppress the warning message.&lt;BR /&gt;&lt;BR /&gt;The option is totell the linker (ld)to notproduce compact unwind information &lt;BR /&gt;for example,add option "-Wl,-no_compact_unwind" to builder makefile&lt;/P&gt;&lt;P&gt; gcc -arch i386 -arch x86_64... -Wl,-no_compact_unwind... -o "$(name).dylib"&lt;BR /&gt;&lt;BR /&gt;and see if it works?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying H.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2012 07:00:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775796#M1127</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-04-09T07:00:02Z</dc:date>
    </item>
    <item>
      <title>Xcode "compact unwind" warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775797#M1128</link>
      <description>Using Xcode 4.3.2 on Lion (Mac OS X 10.7.3) adding -Wl,-no_compact_unwind to "Other Linker Flags" removes that warning, but it sprays a bunch of other warnings instead:&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;ld: warning: direct access in __ZN3UMC20ColorSpaceConversion8GetFrameEPNS_9MediaDataES2_ to global weak symbol __ZN3UMC9VideoData12GetClassNameEv means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.&lt;/P&gt;
&lt;P&gt;ld: warning: direct access in __ZN3UMC20ColorSpaceConversion8GetFrameEPNS_9MediaDataES2_ to global weak symbol __ZN3UMC9VideoData12GetClassNameEv means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Apr 2012 22:59:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775797#M1128</guid>
      <dc:creator>Torrey_Lyons</dc:creator>
      <dc:date>2012-04-10T22:59:47Z</dc:date>
    </item>
    <item>
      <title>Xcode "compact unwind" warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775798#M1129</link>
      <description>Hello torrey, &lt;BR /&gt;&lt;BR /&gt;I checked the problem in internet, see some solutions as &amp;lt;&amp;lt;&lt;A href="http://stackoverflow.com/questions/8685045/xcode-with-boost-linkerid-warning-about-visibility-settings"&gt;http://stackoverflow.com/questions/8685045/xcode-with-boost-linkerid-warning-about-visibility-settings&lt;/A&gt;&amp;gt;&amp;gt;. &lt;BR /&gt;&lt;BR /&gt;would you please try : &lt;BR /&gt;set for an entire target or project with the &lt;STRONG&gt;Symbols Hidden by Default&lt;/STRONG&gt; build setting to &lt;STRONG&gt;YES&lt;BR /&gt;and rebuild all. &lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;let us know how it works?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ying &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2012 03:31:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Xcode-quot-compact-unwind-quot-warnings/m-p/775798#M1129</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-04-17T03:31:54Z</dc:date>
    </item>
  </channel>
</rss>

