arm 汇编image entry point 问题

2019-07-16 09:32发布

学习ARM汇编有些日子了,今天用rvds2.2编了个小程序结果错误连连好不容易把程序的错误找完了,结果又出现了关于entry point的问题,试了好几个地址都不好使也不知道是怎么回事,希望能有人指点一下关于image entry point的问题,谢谢
无标题.jpg
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
6条回答
z00
2019-07-17 03:53
根据图片 可以看到编译器给出的错误信息是
Error: L6204E: Entry point (0x00000290) does not point to an instruction.

根据Error: L6204E:这条信息 在官网中可以得到
L6204E
Entry point (<address>) does not point to an instruction.
The image entry point you specified with the --entry command-line option must correspond to a valid instruction in the root-region of the image.
See the following in the Linker Reference:
--entry=location.
2014-03-27_23-08-00.jpg
可以看一下官网对这个故障信息解决方法的介绍:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0458c/CHDFIEJD.html

http://community.arm.com/thread/2495

一周热门 更多>