1、bin文件输出在,xxx.uvprojx工程文件上一个目录,OBJ文件夹内
fromelf --bin -o "$L@L.bin" "#L"
2、bin文件输出在,xxx.uvprojx工程文件目录下
$K\ARM\ARMCC\bin\fromelf.exe --bin --output=@L.bin !L
3、bin文件输出在,xxx.uvprojx工程文件目录下,Bin文件夹内
$K\ARM\ARMCC\bin\fromelf.exe --bin --output=Bin\@L.bin !L