Re: mthumb
Re: mthumb
- Subject: Re: mthumb
- From: Michael Kreeger <email@hidden>
- Date: Tue, 2 Mar 2010 16:05:04 -0800
Torsten,
I have had an issue with XCode when I copied a debug project and then tried to use the -Os optimization option. When I looked at the build command that was issued during the build it always build it with no optimization - this happened no matter what I changed the optimization level to. Perhaps your issue is connected.
Michael Kreeger
http://kreegerresearch.comDSP Apps
On Tue, Mar 2, 2010 at 4:05 AM, Torsten Curdt
<email@hidden> wrote:
Hey folks,
I am seeing a really weird error on an iPhone project. And I need some
help tracking this down.
All static libraries (should) be compiled with -mthumb (Any way to
verify that from the .a or .o's?)
Yet I get
Don't know how to convert instruction ea001648 referencing
_send_request to thumb in _send_request from
/path/to/project/target/libmine.a(myimpl.o)
and the compilation fails.
IIUC this means that at least myimpl.o does not use the reduce arm
instruction set.
Turning off thumb in Xcode "fixes" it ...but of course that's not what
I would like to do.
Any pointers?
cheers
--
Torsten
_______________________________________________
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
--
----------------------------------------------------------------
Michael Kreeger
Mobile: 425-445-2191
This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.
_______________________________________________
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
References: | |
| >mthumb (From: Torsten Curdt <email@hidden>) |