Please reset the path of fromelf.exe. When using Keil MDK to compile the DJI SDK Sample, the following error : Error: CreateProcess failed, Command: 'C:\Keil_v5 \ARM\ARMCC\Bin\fromelf.exe.\Objects\psdk_demo.axf --bin --output .\psdk_demo.bin ' Please set the path of fromelf.exe in options for Target:
1. Click the options for Target icon in Keil to enter the User interface
2. Change the fromelf.exe path as follows:
E:\keil for arm\ARM\ARMCC\bin\fromelf.exe.\Objects\ psdk_demo.axf --bin --output.\Psdk_demo.bin
|