|
|
../glibc-2.3.2/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--with-headers=/tools/include \
--with-binutils=/tools/bin \
--without-gd
已经把内核心文件cp到tools/include下面了,version.h和autoconf.h还有symlink都已经做好了
check到检查linux header files的时候要我装linux的头文件,到底哪里不对?
Gcc版本是3.4.3 |
|