配置glibc头文件时,出现了
If a cross compiler is detected then cross compile mode will be used.
configure: loading cache config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) arm-unknown-linux-gnu
configure: running configure fragment for add-on glibc-2.6.1
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
怎么办
在第5步安装Glibc头文件时,执行命令“make install-headers install_root=${SYSROOT}时提示“make 没有规则可以创建目标‘install-headers' ..",,
老师指教一下。。。
编译前的配置命令(configure)执行时肯定出了问题,检查那个很长的编译配置命令是否输入错误。
前面有一个所需软件列表,内核的地址似乎是出错?ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.6.tar.bz2
是有错误,改成您所说的就可以了,谢谢提醒
我发现你的博客似乎有点问题?时间是上午4点?
哪里显示的时间?不过我是租的美国的服务器,有时差
在 “更新安装源和加装必要的软件”时, 执行# apt-get build-dep glibc 后 提示:“无法找到与glibc对应的源代码包” ,这个对下面的工作会不会有什么影响啊,能不能继续往下面做呢???
老师,在第4步编译安装binutils时,#make 出现了“make 找不现命令:正在离开 目录
“/usr/local/arm/source/BUILD/binutils-2.18”、 " 没有什么可以做的为 ‘all-target’ "
怎么办呢,这个 什么原因?
这是以前编译成功过,所以现在不再编译了
配置glibc头文件时,出现了
If a cross compiler is detected then cross compile mode will be used.
configure: loading cache config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) arm-unknown-linux-gnu
configure: running configure fragment for add-on glibc-2.6.1
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
怎么办