|
我配置arm-linux交叉编译环境时配置glibc时总是不成功.
具体如下:
$cd build-glibc
$CC=arm-linux-gcc ../glibc-2.2.4/configure --host=$TARGET --prefix="/usr"
--enable-add-ons --with-headers=$TARGET_PREFIX/include
配置最后出现这样一个错误:
checking LD_LIBRARY_PATH variable... contains current directory
configure:
error:
*** LD_LIBRARY_PATH shouldn't contain the current directory
when
*** building glibc. Please change the environment variable
*** and run configure again.
这是怎么回事?
我是新手,请各位前辈指教!!
|
|