Hi All,

Currently linaro toolchain for arm-linux-gnueabihf built with crosstool-ng scripts uses prebuilt sysroot.

I am trying to build eglibc on my own without using prebuilt sysroot. I am not able to exactly create same layout in the library layout.

 

Linaro build layout looks:

gcc-linaro-arm-linux-gnueabihf-4.8-2014.01_linux\arm-linux-gnueabihf\libc\usr\lib à arm-linux-gnueabi arm-linux-gnueabihf

 

one for soft float and other for hard float fp. Can anybody please tell how we tell build system to create directories like above while building eglibc?

 

I used following commands to build eglibc:

../src_eglibc/configure --disable-profile --without-gd --without-cvs --prefix=/usr libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes --with-headers=<some_dir>/arm-linux-gnueabihf/libc/usr/include --host=arm-linux-gnueabihf

 

Make all

 

make install install_root= <some_dir>/arm-linux-gnueabihf/libc/

 

 

Thank you very much for your help.

 

 

//Mallikarjuna