I am trying to build the x86 image on AOSP 4.3 source code. followed below steps:
- source build/envsetup.sh
- lunch ( selected aosp_x86-eng)
- make -j4
It gives below error.
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'
Question:
- It the steps for building x86 in AOSP 4.3 is correct?
- How we can fix the above error.