我正在尝试使用configure-iphone
脚本从源代码编译 PjSIP。我能够运行它,然后运行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,但没有成功。有什么建议可以成功编译吗??
谢谢!!