【发布时间】:2014-04-29 19:45:03
【问题描述】:
我正在尝试在 AOSP 4.3 源代码上构建 x86 映像。 遵循以下步骤:
- 源码构建/envsetup.sh
- 午餐(选择 aosp_x86-eng)
- make -j4
它给出了以下错误。
bionic/libc/include/string.h:219: error: undefined reference to '__strlen_chk'
bionic/libc/include/string.h:219: error: undefined reference to '__strlen_chk'
bionic/libc/include/string.h:219: error: undefined reference to '__strlen_chk'
bionic/libc/include/string.h:219: error: undefined reference to '__strlen_chk'
问题:
- 在 AOSP 4.3 中构建 x86 的步骤是否正确?
- 我们如何解决上述错误。
【问题讨论】:
标签: android