STM32H750XB_RT-THREAD/48-MDK编译过程及文件全解/MDK文件详解-GPIO输出—多彩流水灯/使用fromelf生成的文件/!!!本目录下的文件说明
2025-07-21 14:34:29 +08:00

28 lines
974 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

说明
本目录下的是使用fromelf工具根据MDK的“多彩流水灯.axf”、“bsp_led”及“多彩流水灯.lib”的ELF信息输出的文件。
文件的后缀名中的a、c、d、e、v等等是fromelf的选项。
如“多彩流水灯_axf_elfInfo_v.txt”使用以下语句生成:
fromelf --text -v 多彩流水灯.axf > 多彩流水灯_axf_elfInfo_v.txt
其它依次类推。
其中重点推荐浏览一下-v与-c文件
fromelfHelp.txt是fromelf的帮助信息方便查阅。
-v verbose
-a print data addresses (For images built with debug)
-c disassemble code
-d print contents of data section
-e print exception tables
-g print debug tables
-r print relocation information
-s print symbol table
-t print string table
-y print dynamic segment contents
-z print code and data size information