To be a better coder
发布时间:2020-04-13 19:32:45
https://www.cnblogs.com/xidongyu/p/11638627.htmlhttps://www.veryarm.com/116304.html制作文件系统编译内核源码生成镜像qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic -m 2048 -smp 2 -kernel linux/arch/arm64/boot/Image -initrd rootfs.cpio.gz -append "rdinit=/linuxrc co.........【阅读全文】
发布时间:2020-04-13 17:55:27
在一些开源项目中,会使用 autogen.sh+configure+make 方式进行代码编译。一般情况下,使用 autogen.sh+configure+make 进行代码编译(及安装)的步骤如下: 运行 autogen.sh,生成 configure 脚本; 运行 configure 脚本,检查系统配置; 运行 make 命令.........【阅读全文】
发布时间:2020-04-13 14:43:15
http://blog.sina.com.cn/s/blog_896b31c701013qc2.html(1)checking libxml2 xml2-config >= 2.6.0 ... configure: error: Could not find libxml2 anywhere (see config.log for details).#apt-cache search libxml2# apt-get install libxml++2.6-2# apt-get install libxml++2.6-dev(2).........【阅读全文】
发布时间:2020-04-10 14:33:36
解决方法:yum install gtk2-devel 安装后编译通过 install......【阅读全文】
发布时间:2020-04-09 16:48:59
https://www.cnblogs.com/wxishang1991/p/5322507.html=========================================================仅以一个arm-linux-gcc讲解交叉编译工具安装配置,许多用户安装后编译或者查看gcc时出现: not found,出现这种情况是环境配置有问题。当然网上也有许多配置说明,但许多都只能在root用户下使用,切换.........【阅读全文】