分类: LINUX
2011-04-02 13:36:46
1)将编译好的交叉编译器放在/home/james目录下。修给/home/james目录下的.bash_profile文件,
PATH=$PATH:SHOME/mips-openwrt-linux-gcc/bin
2)下载strace-3.5.20源码
经入后,./configure --host=mips-openwrt-linux 后,会出现Makefile文件
make 生成strace执行文件 file strace 会看出是mips平台的执行文件。
通过scp strace root@192.168.1.13:/user/sbin 即可在DUT中
strace -o log.txt ifup 3g观察内核的执行过程了。