感谢大家!
分类: LINUX
2008-09-14 23:36:07
由于排版问题,建议直接使用下面的地址来查看或者到我的blog:youbest.cublog.cn上看最新版本。
chinaunix网友2008-09-25 18:19:39
其实我是啥都不懂,就是照着youbest同学的文档敲命令,但是还是遇到问题了,如果有时间的话,麻烦给回答一下,多谢:) 编译glibc时遇到如下错误: /sda5/Loongson/build/glibc-build/locale/charmap-native.o: In function `charmap_read': /sda5/Loongson/build/glibc-2.7/locale/programs/charmap.c:100: undefined reference to `charmap_hash' /sda5/Loongson/build/glibc-2.7/locale/programs/charmap.c:130: undefined reference to `charmap_hash' /sda5/Loongson/build/glibc-2.7/locale/programs/charmap.c:190: undefined reference to `charmap_hash' /sda5/Loongson/build/glibc-2.7/l
chinaunix网友2008-09-25 09:38:48
binutils patch -Np1 -i ${DOWNLOADDIR}/binutils-2.18.50-loongson2f-1.patch patch名称应为binutils-2.18.50-loongson-2f-1.patch
chinaunix网友2008-09-24 16:42:01
gcc sed -i 's/include-fixed/include/g' fixincludes/mkheaders.h gcc/Makefile.in mkheaders.h应为mkheaders.in
chinaunix网友2008-09-24 16:38:26
制作交叉工具链 内核头文件(Linux-Header) tar xvf ${DOWNLOADDIR}/linux-2.6.26.tar.gz -C ${BUILDDIR}, 压缩包后缀应为bz2。