关于常用命令
现在1.2.4版本的都有什么常见命令啊?好久没有理论说明了 -e是执行内核文件-c是执行配置文件?
还有其他的吗?。。。
请大侠指点 谢谢! ^_^ ksh@server:/opt/testsuite/linux/mpc8560/build-2.6.20_mpc8560> ../skyeye-1.2.4.old/binary/skyeye -h
------------------------- SkyEye -V1.2 ---------------------------
Usage: SkyEye -e program
Default mode is STANDALONE mode
------------------------------------------------------------------
Options:
-e exec-file the (ELF executable format)kernel file name.
-l load_address,load_address_mask
Load ELF file to another address, not its entry.
-b specify the data type is big endian when non "-e" option.
-d in GDB Server mode (can be connected by GDB).
-c config-file the skyeye configure file name.
-h The SkyEye command options, and ARCHs and CPUs simulated.
回复 #2 ksh 的帖子
谢谢您的解答!在使用skyeye时,常用的是-e 和-c参数,
关于-l中的“load_address_mask” 和-h 中的ARCHs 是什么啊?谢谢! o(∩_∩)o... 1. load_address,load_address_mask用来指定一个elf文件的加载位置,主要用来加载linux的vmlinux文件。因为vmlinux没有包含加载地址信息,所以我们需要指定加载位置,这样的话用了这个选项,我们可以完全不修改linux源码来运行vmlinux (以前我们运行vmlinux需要把物理地址修改成0xC0000000)
2. ARCH指的是模拟的体系结构,如arm,blackfin,mips
页:
[1]