<?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 Strange linker warnings on Mac OS X 10.7 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Strange-linker-warnings-on-Mac-OS-X-10-7/m-p/819313#M4589</link>
    <description>We just upgraded to MKL 10.3 update 8. One of our engineers is using Mac OS X 10.7 with Xcode 4.1 and gcc 4.2.1.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;He is seeing lots of linker warnings like these (just a sample for about 2600 warnings):&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;ld: warning: could not create compact unwind for _dqform_: cfa had negative offset (dwarf might contain epilog)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ld: warning: could not create compact unwind for _dfdjc1_: register saved more than once (might be shrink wrap)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;ld: warning: could not create compact unwind for _mkl_lapack_spotrf: r15 is saved too far from return address&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;ld: warning: could not create compact unwind for _mkl_vml_serv_openmp_get_num_procs: does not use RBP or RSP based frame&lt;/DIV&gt;&lt;DIV&gt;ld: warning: could not create compact unwind for _mkl_lapack_cgbtrf: stack subq instruction is too different from dwarf stack size&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Most of the warnings are the "too far from return address" warnings.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What can I do about this?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;John Weeks&lt;/DIV&gt;</description>
    <pubDate>Mon, 30 Jan 2012 22:29:57 GMT</pubDate>
    <dc:creator>jd_weeks</dc:creator>
    <dc:date>2012-01-30T22:29:57Z</dc:date>
    <item>
      <title>Strange linker warnings on Mac OS X 10.7</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Strange-linker-warnings-on-Mac-OS-X-10-7/m-p/819313#M4589</link>
      <description>We just upgraded to MKL 10.3 update 8. One of our engineers is using Mac OS X 10.7 with Xcode 4.1 and gcc 4.2.1.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;He is seeing lots of linker warnings like these (just a sample for about 2600 warnings):&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;ld: warning: could not create compact unwind for _dqform_: cfa had negative offset (dwarf might contain epilog)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ld: warning: could not create compact unwind for _dfdjc1_: register saved more than once (might be shrink wrap)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;ld: warning: could not create compact unwind for _mkl_lapack_spotrf: r15 is saved too far from return address&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;ld: warning: could not create compact unwind for _mkl_vml_serv_openmp_get_num_procs: does not use RBP or RSP based frame&lt;/DIV&gt;&lt;DIV&gt;ld: warning: could not create compact unwind for _mkl_lapack_cgbtrf: stack subq instruction is too different from dwarf stack size&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Most of the warnings are the "too far from return address" warnings.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What can I do about this?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;John Weeks&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Jan 2012 22:29:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Strange-linker-warnings-on-Mac-OS-X-10-7/m-p/819313#M4589</guid>
      <dc:creator>jd_weeks</dc:creator>
      <dc:date>2012-01-30T22:29:57Z</dc:date>
    </item>
    <item>
      <title>Strange linker warnings on Mac OS X 10.7</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Strange-linker-warnings-on-Mac-OS-X-10-7/m-p/819314#M4590</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;It's because of SnowLeopard (darwin10) unwind feature changes.. but its still &lt;STRONG&gt;ld: warnings&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It is recommended:&lt;/P&gt;&lt;P&gt;add -no_compact_unwind to the link line. This tells the linker to not &lt;BR /&gt;produce compact unwind information from the dwarf unwind info in .o &lt;BR /&gt;files. Then at runtime the darwin unwinder will fallback and use the &lt;BR /&gt;slow dwarf unwind info.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So please try to add option "-Wl,-no_compact_unwind" for linking.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 04:13:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Strange-linker-warnings-on-Mac-OS-X-10-7/m-p/819314#M4590</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2012-01-31T04:13:21Z</dc:date>
    </item>
    <item>
      <title>We are using the IPP library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Strange-linker-warnings-on-Mac-OS-X-10-7/m-p/819315#M4591</link>
      <description>&lt;P&gt;We are using the IPP library in out application.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Unfortunately, the linker option&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;-no_compact_unwind disables try/catch in my application.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;Somewhere else I found&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;-keep_dwarf_unwind. If additionally giving this option, exceptions work again, also, everything else seems to work.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I'm not at all understanding what these options mean. Does any more knowlegeable person advise against doing so?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 10:11:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Strange-linker-warnings-on-Mac-OS-X-10-7/m-p/819315#M4591</guid>
      <dc:creator>Johannes_F_</dc:creator>
      <dc:date>2016-04-14T10:11:41Z</dc:date>
    </item>
  </channel>
</rss>

