0

my last question was too unspecific I think.
So my next is better.\

How can I compile the Sofia-Sip library for i386 and amrv7 ?
Would be great to get an answer !

Thank you fellows,
Alexander Heinrich

Sn0wfreeze
  • 1,959
  • 3
  • 18
  • 32

1 Answers1

3

For everybody who wants to save a lot of time in compiling sofia sip for iPhone / iPhone Simulator.
Here are some hints:

  • You have to use the llvm-gcc compiler found in Xcode 4.6 under /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/bin/llvm-gcc
  • This should compile sofia sip for iPhone if you add some flags for architecture and so on.

    At the moment I'm working on a Script which should compile everything. When I'm finished I'll edit my answer and post the script.

    I hope that could help some of you a bit

    Sn0wfreeze
    • 1,959
    • 3
    • 18
    • 32