移植tslib 安装需要用到的工具 # apt-get install autoconf(或autoconf2.13) # apt-get install automake # apt-get install libtool 从https://github.com/kergoth/tslib 下载tslib,解压 切换到tslib目录 ./autogen.sh
1、root登录不能使用tab自动补全 sh是不能使用tab自动补全的,需要移植bash,将交叉编译的bash放到跟文件系统/bin下,修改/etc/passwd 找到root行 root::0:0:root:/root:/bin/sh 改为 root::0:0:root:/root:/bin/bash 也就是将sh改为bash 2、telnet登录后不能使
交叉编译内核出现 cc1: error: unrecognized command line option "-mlittle-endian" 解决办法: 命令行加入 ARCH=arm CROSS_COMPILE="arm-linux-"或 export CROSS_COMPILE="arm-linux-" export
有些时候,我们特别关注程序的性能,特别是底层软件,比如驱动程序,OS等。为了更好的优化程序性能,我们必须找到性能瓶颈点,“好钢用在刀刃上”才能取 得好的效果,否则可能白做工作。为了找到关键路径,我们可以使用profilng技术,在linux平台上,我们可以使用gprof和oprofile工 具。 gprof是GNU工具之一,它在编译的时候在每个函数的出入口加入
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号