2014-11-01 11 views
6

Ich arbeite obwohl die Linux von Grund auf neu buchen, wenn ich einen Fehler festgestellt Konfiguration Glibc (Schritt 5.7):Glibc Konfigurationsfehler

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

Ich verwende:

../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 

ich keine Probleme gehabt haben bis jetzt. Mein $ LFS_TGT = armv6l-lfs-linux-gnueabihf

Vielen Dank für Ihre Hilfe.

Antwort