用keil uvision4来build arm7上的程序,出现下列提示错误:
test.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.
test.sct: Not enough information to list image symbols.
test.sct: Not enough information to list image symbols.
解决方法是:
Options for Target ' xxxx '(右键左边框的target 1项就能看到),里面的Linker选项下面:
1、去掉勾选 Use Memory Layout from Target Dialog
2、清空 Acatter File里面的内容
点确定,okay了
test.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.
test.sct: Not enough information to list image symbols.
test.sct: Not enough information to list image symbols.
解决方法是:
Options for Target ' xxxx '(右键左边框的target 1项就能看到),里面的Linker选项下面:
1、去掉勾选 Use Memory Layout from Target Dialog
2、清空 Acatter File里面的内容
点确定,okay了
本文介绍了一种解决Keil uVision4编译ARM7程序时出现的特定错误的方法。该错误涉及链接器问题,通过调整编译设置可以有效解决。具体步骤包括取消使用内存布局对话框的选项并清空Scatter文件。
1万+

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



