打开软件,然后在DebugRel Settings->Linker->ARM fromELF->Output format中 指定Plain binary->Output file name,这个是自己填写的, 不要选择目录。写上自己的要生成的名+.bin就行了。(很重要) 还有DebugRel Settings->Target->Post-Linker中 选择ARM fromELF。这样,在按F7,就能够生成bin文件了。