2014-11-01 50 views
6

我从头书工作虽然Linux的时候我遇到了一个错误配置的Glibc(步骤5.7):Glibc的配置错误

checking for sysdeps preconfigure fragments... aarch64 alpha arm configure: error: Old ABI no longer supported 

我使用:

../glibc-2.20/configure        \ 
    --prefix=/tools        \ 
    --host=$LFS_TGT        \ 
    --build=$(../glibc-2.20/scripts/config.guess) \ 
    --disable-profile        \ 
    --enable-kernel=2.6.32      \ 
    --with-headers=/tools/include     \ 
    libc_cv_forced_unwind=yes      \ 
    libc_cv_ctors_header=yes      \ 
    libc_cv_c_cleanup=yes 

我就不会有任何麻烦到现在。我的$ LFS_TGT = armv6l-lfs-linux-gnueabihf

很多感谢您的全力帮助。

回答