MDK默认是不生成这两个文件的,需要我们自己配置,配置方法如下:
在run#1中输入
fromelf.exe --bin -o "$L@L.bin" "#L"
在run#2中输入
fromelf.exe --axf -o $L@L.axf "#L"
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
MDK默认是不生成这两个文件的,需要我们自己配置,配置方法如下: