27,511
社区成员




Tool Version Numbers:
Toolchain: MDK-ARM Professional Version: 5.14.0.0
Toolchain Path: C:\Program Files\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.05 update 1 (build 106)
Assembler: Armasm.exe V5.05 update 1 (build 106)
Linker/Locator: ArmLink.exe V5.05 update 1 (build 106)
Library Manager: ArmAr.exe V5.05 update 1 (build 106)
Hex Converter: FromElf.exe V5.05 update 1 (build 106)
CPU DLL: SARMCM3.DLL V5.14.0.0
Dialog DLL: DARMCM1.DLL V1.12.0.0
Target DLL: UL2CM3.DLL V1.155.0.0
Dialog DLL: TARMCM1.DLL V1.9.0.0
D:\Program Files\Keil\ARM\BIN40\fromelf.exe --bin -o ./bin/Project.bin ./obj/Project.axf
这是mdk414下可以产生bin文件跟axf文件的命令设置,换到mdk514下就不行,奇怪!!!
*** Error: CreateProcess failed, Command: '"C:\Program Files\Keil_v5\UV4\KSPAWN.EXE" C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin Objects\phExPos.axf --output Objects\phExPos.bin'
D:\Program Files\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output .\Objects\phExPos.bin .\Objects\phExPos.axf
好像按上面的命令格式就可以产生bin文件跟axf文件了,但不知道产生的文件能不能用于调试!!!