Re: REPOST: "local relocation entries in non-writable section" error
Re: REPOST: "local relocation entries in non-writable section" error
- Subject: Re: REPOST: "local relocation entries in non-writable section" error
- From: Greg Hurrell <email@hidden>
- Date: Tue, 22 Nov 2005 14:24:54 +0100
El 22/11/2005, a las 10:30, Martin Crane escribió:
I posted this question yesterday, but there were no replies. Nobody
has any suggestions?
I am moving from CodeWarrior to XCode, so I have joined this list.
Here is my first question:
Can anyone tell me how to overcome the following error I get when
compiling? :
...has local relocation entries in non-writable section
(__TEXT,__text)
The error refers to an object file that was produced in another
XCode project and is subsequently included in the project I am
working on.
That *could* be your problem right there, if you mean that the object
file was built with a different version of Xcode. It's generally not
recommended to mix object files built with different versions. Of
course, you might just mean that you're building the other project as
a dependent project at build time, in which case you can disregard
this advice.
Cheers,
Greg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden