2

スクリプトを使用してソースコードからPjSIPをコンパイルしようとしていconfigure-iphoneます。実行してmake dep問題なく実行できますが、実行しようとするmakeと次の問題が発生します。

Undefined symbols for architecture armv7:
    "_app_config_init_video", referenced from:
_app_init in pjsua_app.o
_console_app_main in pjsua_app.o
ld: symbol(s) not found for architecture armv7
collect2: ld returned 1 exit status
make[2]: *** [../bin/pjsua-arm-apple-darwin9] Error 1
make[1]: *** [pjsua] Error 2
make: *** [all] Error 1

armv6のみに変更しようとしましたが、機能しませんでした。正常にコンパイルするための提案はありますか?

ありがとう!!

4

1 に答える 1

0

ここで説明されているようにconfigure-iphoneスクリプトを変更しましたか:http: //lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2011-October/013481.html

それは私を助けました

于 2011-11-08T08:09:55.983 に答える