ndk configure: error: *** POSIX function not found
时间: 2023-08-27 07:04:24 浏览: 138
回答: 根据提供的引用内容,这些错误信息是在进行NDK配置时出现的。其中包括了一些关于类型信息的错误,如undefined reference to 'vtable for __cxxabiv1::__class_type_info'和undefined reference to 'vtable for __cxxabiv1::__si_class_type_info'。这些错误通常是由于缺少对应的库文件或者编译选项不正确导致的。在进行NDK配置时,需要确保正确设置了相关的库路径和编译选项,以便正确链接和使用所需的函数和类型信息。
#### 引用[.reference_title]
- *1* *2* *3* [编译可在Android上运行的qemu user mode](https://blog.csdn.net/weixin_32862641/article/details/117347514)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down1,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文