<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ldr 12-bit displacement out of range</title>
	<atom:link href="http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/</link>
	<description>iPhone Applications</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:59:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Freeman</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-1111</link>
		<dc:creator>Adam Freeman</dc:creator>
		<pubDate>Mon, 24 May 2010 01:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-1111</guid>
		<description>Whatever anybody wants to say about Microsoft at least they do not have weird quirky bugs in their sdk&#039;s.  When you write code that uses Microsoft SDK&#039;s at least you know it is not going to do totally weird things.  Apple&#039;s SDK&#039;s are laden with their own bugs.  Hey apple fix your own bugs!!</description>
		<content:encoded><![CDATA[<p>Whatever anybody wants to say about Microsoft at least they do not have weird quirky bugs in their sdk&#8217;s.  When you write code that uses Microsoft SDK&#8217;s at least you know it is not going to do totally weird things.  Apple&#8217;s SDK&#8217;s are laden with their own bugs.  Hey apple fix your own bugs!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Toy</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-1041</link>
		<dc:creator>Michael Toy</dc:creator>
		<pubDate>Sat, 08 May 2010 01:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-1041</guid>
		<description>I don&#039;t have control over the link line, since I am using a CMake generated XCode project, but &quot;man ld&quot; revealed this, which solved the problem for me.

-no_order_inits
                 When the -order_file option is not used, the linker lays out functions in object file order and it moves all initializer rou-
                 tines to the start of the __text section and terminator routines to the end. Use this option to disable the automatic re-
                 arrangement of initializers and terminators.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have control over the link line, since I am using a CMake generated XCode project, but &#8220;man ld&#8221; revealed this, which solved the problem for me.</p>
<p>-no_order_inits<br />
                 When the -order_file option is not used, the linker lays out functions in object file order and it moves all initializer rou-<br />
                 tines to the start of the __text section and terminator routines to the end. Use this option to disable the automatic re-<br />
                 arrangement of initializers and terminators.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Galloway</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-763</link>
		<dc:creator>Matt Galloway</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-763</guid>
		<description>@yasirr - I don&#039;t really want to go into depth about what I&#039;m trying to link against - it&#039;s largely irrelevant anyway.

I really suggest that everyone files a bug report and then maybe things will happen Apple&#039;s end to fix it.</description>
		<content:encoded><![CDATA[<p>@yasirr &#8211; I don&#8217;t really want to go into depth about what I&#8217;m trying to link against &#8211; it&#8217;s largely irrelevant anyway.</p>
<p>I really suggest that everyone files a bug report and then maybe things will happen Apple&#8217;s end to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasirr</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-762</link>
		<dc:creator>yasirr</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-762</guid>
		<description>thnx for a very fine prompt reply Galloway. can we discuss what we both are basically want to do and this public forum i am not familiar with her policy .. ok i just start if admin allow me i will proceed, i am on mencoder&#039;s x264 .a files to produce a video out of images stream, my problem is when i link .a files which are pretty dependent to each other so linking order i can predict is what causing all mess in my project</description>
		<content:encoded><![CDATA[<p>thnx for a very fine prompt reply Galloway. can we discuss what we both are basically want to do and this public forum i am not familiar with her policy .. ok i just start if admin allow me i will proceed, i am on mencoder&#8217;s x264 .a files to produce a video out of images stream, my problem is when i link .a files which are pretty dependent to each other so linking order i can predict is what causing all mess in my project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Galloway</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-761</link>
		<dc:creator>Matt Galloway</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-761</guid>
		<description>@yasirr - No real fix found yet AFAIK. Please file a bug report at http://bugreport.apple.com/ - I have and they replied immediately but no fix found yet. If everyone files a bug then maybe they&#039;ll fix it!</description>
		<content:encoded><![CDATA[<p>@yasirr &#8211; No real fix found yet AFAIK. Please file a bug report at <a href="http://bugreport.apple.com/" rel="nofollow">http://bugreport.apple.com/</a> &#8211; I have and they replied immediately but no fix found yet. If everyone files a bug then maybe they&#8217;ll fix it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasirr</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-760</link>
		<dc:creator>yasirr</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-760</guid>
		<description>ld: ldr 12-bit displacement out of range (4260 max +/-4096) in _AudioFileCreateWithURL$stub in _AudioFileCreateWithURL$stub 

i am facing similar kind of problem any solution or suggestion ? thanks in advance
 
i have tried every option mentioned by @all above but hardly found a kind success build i am thinking if there is a link reordering solution for static libraries we are using ...</description>
		<content:encoded><![CDATA[<p>ld: ldr 12-bit displacement out of range (4260 max +/-4096) in _AudioFileCreateWithURL$stub in _AudioFileCreateWithURL$stub </p>
<p>i am facing similar kind of problem any solution or suggestion ? thanks in advance</p>
<p>i have tried every option mentioned by @all above but hardly found a kind success build i am thinking if there is a link reordering solution for static libraries we are using &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Galloway</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-751</link>
		<dc:creator>Matt Galloway</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-751</guid>
		<description>It&#039;s still a major problem for me and happens when I&#039;m linking against too many things / too large libraries. It only happens when building for armv6 and it&#039;s mightily annoying!</description>
		<content:encoded><![CDATA[<p>It&#8217;s still a major problem for me and happens when I&#8217;m linking against too many things / too large libraries. It only happens when building for armv6 and it&#8217;s mightily annoying!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-737</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-737</guid>
		<description>Has anyone found a solution yet?  I am also having this problem.  It started when I added the libiSlide.a library, which is an advertisement fetching library (don&#039;t hate me!).

If I remove the library the error goes away.  But I need the library to finish the project.

BTW this same library links without error in my other projects so I know it isn&#039;t that library that is the problem.

I&#039;ve also rearranged the link order of my other libraries and the error still occurs.  

I began adding other libraries that I didn&#039;t need to see what would happen.  I managed to get it to link correctly once with some random unneeded library, but the error just came back later.

Any help would be appreciated!</description>
		<content:encoded><![CDATA[<p>Has anyone found a solution yet?  I am also having this problem.  It started when I added the libiSlide.a library, which is an advertisement fetching library (don&#8217;t hate me!).</p>
<p>If I remove the library the error goes away.  But I need the library to finish the project.</p>
<p>BTW this same library links without error in my other projects so I know it isn&#8217;t that library that is the problem.</p>
<p>I&#8217;ve also rearranged the link order of my other libraries and the error still occurs.  </p>
<p>I began adding other libraries that I didn&#8217;t need to see what would happen.  I managed to get it to link correctly once with some random unneeded library, but the error just came back later.</p>
<p>Any help would be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Galloway</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-597</link>
		<dc:creator>Matt Galloway</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-597</guid>
		<description>Winston, what about frameworks? Which ones are you linking against?</description>
		<content:encoded><![CDATA[<p>Winston, what about frameworks? Which ones are you linking against?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winston Yang</title>
		<link>http://iphone.galloway.me.uk/2009/12/ldr-12-bit-displacement-out-of-range/comment-page-1/#comment-596</link>
		<dc:creator>Winston Yang</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?p=274#comment-596</guid>
		<description>I&#039;m also receiving the same errors.  My libraries that I&#039;m linking in is:
-lMagickWand -lMagickCore -lMagick++ -lpthread -ljpeg -lpng -lz -lm -ltiff.
I am trying the reordering strategy.  For me, the same experience as above, Device 3.0 build+deploy works.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also receiving the same errors.  My libraries that I&#8217;m linking in is:<br />
-lMagickWand -lMagickCore -lMagick++ -lpthread -ljpeg -lpng -lz -lm -ltiff.<br />
I am trying the reordering strategy.  For me, the same experience as above, Device 3.0 build+deploy works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
