【发布时间】:2015-01-25 09:32:04
【问题描述】:
当我编译 linphone 源代码时,出现以下错误。谁能告诉我如何解决它。谢谢你。
ld: unrecognised emulation mode: armelf_linux_eabi
Supported emulations: elf_i386 i386linux elf32_x86_64 elf_x86_64 elf_l1om elf_k1om i386pep i386pe
C compiler test failed.
【问题讨论】:
-
看起来您正在尝试使用 x86 链接器。你是如何链接你的makefile中的东西的? makefile 是否在任何地方引用
ld? -
不,makefile 不包含任何“ld”。我不明白我使用 x86 链接器是什么意思。我试图编译开源的 linphone 项目,但发生了错误。你能给我一些建议吗?我比较新来编译ndk。谢谢你。 @迈克尔
-
我也遇到了这个问题。你找到解决方案了吗?
标签: android-ndk ld linphone