我使用了这个指南模拟 ARM 代码,它展示了如何模拟汇编代码(arm 7 little endian)并且运行良好。我刚刚将设备从 arm 7 little endian 更改为 arm cortex m3,这些是错误:
Build target 'Target 1'
assembling test.s...
linking...
sa.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'.
sa.axf: Warning: L6320W: Ignoring --first command. Cannot find argument '__Vectors'.
Target not created
我认为问题在于我的项目没有一些启动文件。如果是这种情况,我该如何解决?