Copy Link
Add to Bookmark
Report
GP32: converting *.axf file using fromelf.exe
- set the parameters for fromelf.exe as follows and execute the program in command line. fromelf -nodebug -nozeropad source_file(*.axf) -bin output_file
- you can create a batch file as follows. fromelf -nodebug -nozeropad release\template.axf -bin release\template.bin
del release\template.bin
rename release\template.bin template.axf