Duck
Duck

Reputation: 35933

Xcode 3.2.2 and LLVM version 1.0.2 failing

I have Xcode 3.2.2 and I am trying to use LLVM version 1.0.2 as a compiler.

When I do that, I see the error

Library not found for -lgcc

Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1

How do I solve that?

thanks.

Upvotes: 1

Views: 1747

Answers (2)

Duck
Duck

Reputation: 35933

In fact it seems that you can use LLVM on Xcode 3.2.3. I've just downloaded it now and LLVM works!!!!

Upvotes: 0

Rob Napier
Rob Napier

Reputation: 299265

You can't use LLVM to compile iPhone apps in 3.2. You'll need to use GCC.

Upvotes: 2

Related Questions