Saturday, 6 September 2014

PJSIP Gcc compiler not able create Executables

PJSIP -> GCC Compiler not able create executables because i changed my gcc path, by following one dump tutorial.. after i try to compile the PJSIP it is showing error.

SO this will solve that problem..


In Terminal run “xcrun -find -sdk iphoneos gcc” and copy the output and place after the CC so for my case it goes as
export CC=/Applications/Xcode.app/Contents/Developer/usr/bin/gcc
export ARCH='-arch armv7s'
./configure-iphone

No comments:

Post a Comment