Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/linux_app/arm_gcc_hello_world.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ readelf工具在系统安装GCC编译工具链时一起被安装了,我们可
:align: center
:alt: 未找到图片5|

使有readelf查看交叉编译器生成的hello程序
使用readelf查看交叉编译器生成的hello程序

可看到hello程序的系统架构为ARM平台,标志中表明了它是hard-float类型的EABI接口。

Expand Down