文档分类
ARM.RealView.Developer.Suite.v2.2RVDS2.2 安装于破解
在其Options——Image entry point里填start,所以之后的程序我们需要编一个汇编文件,
里面由start跳转到编写程序的main函数。
在Linker——RealView FromELF——output——output format里选择Plain binary,这样我们编译生成就是bin文件。