MDK(Keil uVision4)中如何解决警告:Warining:
L6305W: Image does not have an entry point. (Not specified or not set due to multiple choices.)
在Options for Target选项的Linker下的Misc controls 处加入入口地址:--entry Reset_Handler。如图:

本文介绍在MDK(Keil uVision4)中遇到警告“Image does not have an entry point”的解决方法。通过在Linker的Misc controls设置项中加入--entry Reset_Handler指令,可以指定程序的入口地址,从而消除此警告。
MDK(Keil uVision4)中如何解决警告:Warining:
L6305W: Image does not have an entry point. (Not specified or not set due to multiple choices.)
在Options for Target选项的Linker下的Misc controls 处加入入口地址:--entry Reset_Handler。如图:

转载于:https://www.cnblogs.com/yuandongtao1989/p/6697795.html
您可能感兴趣的与本文相关内容
9401
4955

被折叠的 条评论
为什么被折叠?

