赞
踩
导出txt格式的汇编代码
C:\Keil_v5\ARM\ARMCLANG\bin\fromelf.exe --text -c -d --output=xxx.txt xxx.axf
如果开启了优化,查看汇编的时候可能对应不到函数,可以先关闭优化再查看汇编。
如果开启了优化,单步调试的时候可能对应不到源码,可以先关闭优化再单步调试。
除了可导出txt格式的汇编代码外,还可以导出bin,hex等格式的二进制格式。
fromelf命令行参数如下:
- C:\Keil_v5\ARM\ARMCLANG\bin\fromelf.exe --help
- Product: MDK-ARM Community 5.38
- Component: Arm Compiler for Embedded 6.19
- Tool: fromelf [5e73cc00]
- For support see http://www.arm.com/support
- Software supplied by: ARM Limited
-
- ARM image conversion utility
- fromelf [options] input_file
-
- Options:
- --help display this help screen
- --vsn display version information
- --output file the output file. (defaults to stdout for -text format)
- --nodebug do not put debug areas in the output image
- --nolinkview do not put sections in the output im
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。