简体   繁体   English

适用于i386 / armv7的Sofia SIP构建

[英]Sofia SIP build for i386/armv7

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 ? 如何为i386和amrv7编译Sofia-Sip库?
Would be great to get an answer ! 得到答案会很棒!

Thank you fellows, 谢谢各位,
Alexander Heinrich 亚历山大·海因里希

For everybody who wants to save a lot of time in compiling sofia sip for iPhone / iPhone Simulator. 对于每个想节省大量时间为iPhone / iPhone模拟器编译sofia sip的人。
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 您必须使用Xcode 4.6中/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/bin/llvm-gcc下的llvm-gcc编译器
  • This should compile sofia sip for iPhone if you add some flags for architecture and so on. 如果您添加一些用于体系结构的标志,则这应为iPhone编译sofia sip。

    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 希望对您有所帮助

    声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

    相关问题 如何构建支持i386和armv7的ios框架 - how to build ios framework to support i386 and armv7 Mac上的iOS模拟器是运行i386架构,而不是armv7? - iOS simulator on mac is running i386 architecture, not armv7? 体系结构i386 / armv7的未定义符号[cocoapods] - Undefined symbols for architecture i386/armv7 [cocoapods] 无法为armv7进行编译,此处有效的体系结构为armv6,armv7和i386 - Cannot compile for armv7s here valid architectures are armv6, armv7 and i386 如何将libmms编译为适用于iPhone设备和模拟器的胖静态库(armv6,armv7和i386) - How to compile libmms to a fat static library for iPhone device and simulator(armv6,armv7 and i386) 在Mac 10.8上安装ffmpeg ios库armv7,armv7s,i386和Universal - Installing ffmpeg ios libraries armv7, armv7s, i386 and universal on Mac with 10.8 为armv7,armv7s,arm64,i386和通用构建ffmpeg iOS库 - Building ffmpeg iOS libraries for armv7, armv7s, arm64, i386 and universal $(ARCHS_STANDARD_32_BIT)vs. armv6,armv7 / armv7s vs. i386 - $(ARCHS_STANDARD_32_BIT) vs. armv6, armv7/armv7s vs. i386 如何合并为armv7和i386构建的两个.a文件? - How to merge two .a files which is built for armv7 and i386? 具有i386 x86_64 armv7 armv7s arm64的通用IOS静态库 - universal IOS static library with i386 x86_64 armv7 armv7s arm64
     
    粤ICP备18138465号  © 2020-2024 STACKOOM.COM