摘要:
一.环境介绍: OS:ubuntu16.04 64bit 二.错误如下: 正准备解包 .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_i386.deb ...正在将 libqt4-script:i386 (4:4.8.7+dfsg-5ubuntu2) 解包到 (4 阅读全文
posted @ 2016-10-06 21:48
Jello
阅读(5866)
评论(0)
推荐(0)
摘要:
环境介绍: 开发板:qq2440 交叉编译器:arm-linux-gcc 3.4.1 内核版本:2.6.13 一.针对该类问题从两个方面入手: 1.从权限出发,权限不够会出现此问题 2.从库文件出发,一般是缺少库文件导致的 二.正好我今天遇到的是第二种情形: 1.查看应用程序led需要的库文件:ar 阅读全文
posted @ 2016-10-06 16:20
Jello
阅读(5333)
评论(0)
推荐(0)
摘要:
1.启动参数如下: bootargs=root=/dev/nfs nfsroot=192.168.1.8:/opt/wheezy_fs ip=192.168.1.9:192.168.1.8:192.168.1.1:255.255.255.0::eth0:on init=/bin/bash conso 阅读全文
posted @ 2016-10-06 10:30
Jello
阅读(8354)
评论(0)
推荐(0)
摘要:
1.环境准备 sudo apt-get install binfmt-support qemu qemu-user-static debootstrap 2.获取debian根文件系统 2.1.cd /opt 2.2.sudo debootstrap --foreign --arch armel w 阅读全文
posted @ 2016-10-06 02:03
Jello
阅读(490)
评论(0)
推荐(0)
摘要:
1.mkdir /tmp 2.挂载 mount -t tmpfs -o size=32m none /tmp 阅读全文
posted @ 2016-10-06 00:26
Jello
阅读(1082)
评论(0)
推荐(0)