Hey everyone,
I've been trying to get the FFT examples (BasicExample) to work and I keep coming up with this error:
Clang LLVM 1.0 Error
Command /Developer/usr/bin/clang failed with exit code 1
When I go to build settings and change the Compiler for C/C++ from Apple LLVM Compiler to LLVM GCC 4.2, I get this error:
LLVM GCC 4.2 Error
Command /Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1
Anyone know what I'm doing wrong?