HomeForumsOpenEars[Resolved] Apple LLVM compiler 3.0 error

Tagged: 

This topic has 2 voices, contains 2 replies, and was last updated by  b0j3 87 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
February 21, 2012 at 8:43 pm #8663

b0j3

Hi all!
I tried to compile openEars code in Xcode 4.2 and I get the dreaded “Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1″ error.
After searching for the solution I tried to change compiler from Apple 3.0 to gcc 4.2, but no success.
The only base SDK I can use is 5.0 (at least it is the only one showed).
I also tried to set ARC flag to no for the entire project, but it seems that is already done.
Other solution I saw was to say no with GCC_THUMB_SUPPORT and it is also done.

Any ideas what to do now?

February 21, 2012 at 9:07 pm #8664

Halle

When compilation fails with an error like that, you can select “more” in the build window and it will tell you the specific action that the compiler was attempting to do when it failed.

Did this happen when you were compiling the sample app or did that work and you were trying to compile your own app?

February 21, 2012 at 9:58 pm #8665

b0j3

Aha. That was helpful. After checking the “more” in the build window I found out I made a mistake with location of mitlm directory so I started again and everything went smoothly.
Thanks for the help.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.